Posted in Command Line, Linux Convent Video to 3gp(mobile) format Binny V A October 17, 2008 1 Comment on Convent Video to 3gp(mobile) format 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 Original Article Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
Here:
http://www.catswhocode.com/blog/os/19-ffmpeg-commands-for-all-needs-824
Happy hacking