Convent Video to 3gp(mobile) format
Tagged with: 3gp, convert, ffmpeg, mobile, video
This command uses ffmpeg to convert a regular video into 3gp format thats used in mobile phones
ffmpeg -i input_video.mp4 -s 176x144 -vcodec h263 -r 25 -b 12200 -ab 12200 -ac 1 -ar 8000 output_video.3gp
Follow me(@binnyva) on Twitter
November 5th, 2008 12:20
Here:
http://www.catswhocode.com/blog/os/19-ffmpeg-commands-for-all-needs-824
Happy hacking