ffmpeg转换会跳过音频
|
在使用ffmpeg将视频转换为mp4格式时,音频会被跳过,因此音频与视频不同步。
可以观看以下视频:
https://vialogues.com/vialogues/play/486
我正在使用以下选项进行转换
/usr/local/bin/ffmpeg -y -i $inputfile -acodec libfaac -ar 44100 -ab 96k -vcodec libx264 -level 41 -bufsize 20000k -maxrate 25000k -g 250 -r 20 -s 480x270 -coder 1 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -flags2 +dct8x8+bpyramid -me_method umh -subq 7 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -rc_eq \'blurCplx^(1-qComp)\' -bf 16 -b_strategy 1 -bidir_refine 1 -refs 6 -crf 25 -deblockalpha 0 -vpre medium -deblockbeta 0 $outputfile
ffmpeg版本也是
ffmpeg
FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers
built on Feb 19 2011 19:03:56 with gcc 4.4.5
configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab
libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
Hyper fast Audio and Video encoder
有什么想法为什么会这样?
没有找到相关结果
已邀请:
2 个回复
董碘奴星
几个有助于进一步了解ffmpeg的链接是: 1)讨论FFMPEG的工作原理:http://howto-pages.org/ffmpeg/ 2)将视频转换为快速时间:http://ubuntuforums.org/archive/index.php/t-387640.html 3)在UBUNTU上安装FFMPEG:http://ubuntuforums.org/showpost.php?p=6963607&postcount=360
死簇