Jump to content

Convert videos to 3gp for mobile phones


boatman9
 Share

Recommended Posts

This mencoder command line will convert videos to the 3gp format used in many mobile phones. Be sure to adjust the crop parameters as appropriate for the source video.

mencoder -vf crop=374:306:69:43,scale=176:144,hqdn3d=4:3:6 -af channels=1,resample=8000:0:2 -srate 8000 -oac lavc -ovc lavc -lavcopts vcodec=h263:mbd=2:vbitrate=160:acodec=libamr_nb:abitrate=12200 -of lavf -o out-file.3gp in-file.flv

A similar conversion can be done with ffmpeg:

ffmpeg -i in-file.mpeg -s qcif -vcodec h263 -acodec libfaac -ac 1 -ar 8000 -ab 32000 out-file.3gp

Edited by boatman9
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...