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 A
A philosopher programmer who specializes in backend development and stoicism.

1 thought on “Convent Video to 3gp(mobile) format

Leave a Reply to Carb0n Cancel reply

Your email address will not be published. Required fields are marked *