Return to Snippet

Revision: 63185
at April 15, 2013 04:49 by laurenceosx


Initial Code
ffmpeg -i SomeIPhoneMovieFile.mov -c copy SomeIPhoneMovieFile.mp4

Initial URL
http://superuser.com/questions/378726/convert-from-mov-to-mp4-container-format

Initial Description
This type of conversion is very fast because the main audio video content is just copied (not converted) to a new container type of file.

Initial Title
ffmpeg - Convert iPhone mov file to mp4 for JavaFX 2

Initial Tags
video

Initial Language
DOS Batch