boatman9 Posted April 27, 2009 Share Posted April 27, 2009 (edited) 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 May 27, 2009 by boatman9 Link to comment Share on other sites More sharing options...
{BBI}Nexus{BBI} Posted April 28, 2009 Share Posted April 28, 2009 Thanks for the conversion command boatman9 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now