[FFmpeg-user] Syntax to convert video in FFMpeg to 3gp

gcmail gcmail at zoho.com
Fri Apr 26 18:55:27 CEST 2013


---- On Fri, 26 Apr 2013 08:59:18 -0500 bat guano  wrote ---- 

>> 
>> File Type: 3gp 
>> 
>> Video Size: 320 x 240 
>> Video Format: MP4V 
>> Video Codec: FFODIVX 
>> Video FPS: 15 
>> Video Bitrate: 633Kbs 
>> Video Chapters: 0 
>> 
>> Audio Format: SAMR 
>> Audio Codec: FFAMRNB 
>> Audio Channels: 1 
>> Audio Bitrate: 12Kbs 
>> Audio Sample Rate: 8Khz 
>> 
> 
>Hi 
>Try a command like this:- 
>ffmpeg -i  -s 320x240 -vcodec mpeg4 -r 15 -b 630k -acodec libopencore_amrnb -ab 12.2k -ac 1 -ar 8k file.3gp                        
>_______________________________________________ 
>ffmpeg-user mailing list 
>ffmpeg-user at ffmpeg.org 
>http://ffmpeg.org/mailman/listinfo/ffmpeg-user 


Hi,
I ran that in the Terminal in Linux.
It works perfectly. And fast too!
Thank you :-)

I experimented with your syntax in WinFF,
but no joy, it wants something different.
Hardly a problem though.
I can use your syntax in Terminal anytime.
Thanks again!



More information about the ffmpeg-user mailing list