ffmpeg - Convert iPhone mov file to mp4 for JavaFX 2


/ Published in: DOS Batch
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. ffmpeg -i SomeIPhoneMovieFile.mov -c copy SomeIPhoneMovieFile.mp4

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.