强制 avprobe 格式检测

强制 avprobe 格式检测

我有一个名为 的没有扩展名的 gif 文件loop

命令avprobe loop返回:

[mp3 @ 0x7faa59004a00] Format detected only with low score of 1, misdetection possible!

avprobe 随后错误地将该格式识别为mp3

我如何强制 avprobe 识别文件格式?

avprobe -f gif loop返回:

Unknown input format: gif

avprobe -formats | grep gif返回:

E gif GIF Animation

版本: avprobe version 11, Copyright (c) 2007-2014 the Libav developers built on Nov 27 2014 11:02:18 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) avprobe 11 libavutil 54. 3. 0 / 54. 3. 0 libavcodec 56. 1. 0 / 56. 1. 0 libavformat 56. 1. 0 / 56. 1. 0 libavdevice 55. 0. 0 / 55. 0. 0 libavfilter 5. 0. 0 / 5. 0. 0 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0. 0 / 3. 0. 0

相关内容