ffmpeg无法识别音频文件

时间:2015-10-20 10:23:36

标签: audio ffmpeg mp3 flv lamemp3

我有从adobe connect导出的这些flv文件,我想用ffmpeg来取消他们的音频文件,ffmpeg不识别他们的一些音频文件 此日志来自1个有问题的文件:

>ffmpeg.exe -i r7anupl75gl_0_1965937.flv test1.mp3
ffmpeg version N-76123-g002b049 Copyright (c) 2000-2015 the FFmpeg                                                                      
built with gcc 5.2.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads                    
libavutil      55.  4.100 / 55.  4.100
libavcodec     57.  7.100 / 57.  7.100
libavformat    57.  8.102 / 57.  8.102
libavdevice    57.  0.100 / 57.  0.100
libavfilter     6. 11.100 /  6. 11.100
libswscale      4.  0.100 /  4.  0.100
libswresample   2.  0.100 /  2.  0.100
libpostproc    54.  0.100 / 54.  0.100
[flv @ 0000000000522140] Could not find codec parameters for stream 1        

(Audio: none, 0 channels): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize'   
options
Input #0, flv, from 'r7anupl75gl_0_1965937.flv':
Metadata:
lasttimestamp   : 5026
lastkeyframetimestamp: 5022
audiodelay      : 0
canSeekToEnd    : false
creationdate    : unknown
metadatacreator : Manitu Group FLV MetaData Injector 2
videosize       : 251586025
audiosize       : 55776880
datasize        : 516
Duration: 01:23:47.75, start: 0.000000, bitrate: 489 kb/s
Stream #0:0: Video: vp6f, yuv420p, 1184x704, 1k tbr, 1k tbn, 1k tbc
Stream #0:1: Audio: none, 0 channels
Output #0, mp3, to 'test1.mp3':
Output file #0 does not contain any stream

注意:音频编解码器是nellymoser,在某些文件中成功转换作品

1 个答案:

答案 0 :(得分:1)

我找到了我的解决方案并在这里写给其他人

问题,因为它在我的日志中出现的是来自probeize及其beacuase在前10-15分钟flv文件没有任何音频实际,通过增加probsize ffmpeg在文件中找到音频并检测它。 希望这个答案有助于其他人。

更新: 在我的场景中,我还必须设置大于5000000 = 5秒的分析,并使用适当的探测。