Thursday, February 23, 2012

convert cell phone 3gp video to mpg

More of a placeholder for me :-)

This command seems to work well to convert cell video to mpg which is a little easier to read on most computers.

ffmpeg -y -i cell_video.3gp -sameq -s cif -r 25 -ar 32000 -ac 1 output_file.mpg

No comments:

Post a Comment