赞
踩
You can try converting your video with metaio Creator.
Alternatively, you can download an older version of ffmpeg (e.g. this one for Windows, should be 1.0 or older) and use it like so:
ffmpeg.exe -i <your_input_video_file> -r 20 -vcodec mpeg4 -vb 215000 -s qcif -acodec aac -strict experimental -ab 48000 -ar 22050 output.3g2
(Note that there was a change in newer versions of ffmpeg that can cause problems like the one you described. This is now fixed in the SDK and will be in a future release. UPDATE: The 4.2 release will contain this fix.)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。