how to convert .mov to an mp4 file

how to convert .mov to an mp4 file


MacBook Pro 14″, macOS 15.0

Posted on Oct 26, 2024 6:43 PM

Reply
1 reply

Oct 26, 2024 11:17 PM in response to goannatracks

Why would you want to do that?


Anyways, the following command does that pixel-wise losslessly and very fast because it does not do any re-coding but just changes the wrapper to .mp4. Ask more if you want to preserve metadata like dates, locations etc.


ffmpeg -i input.mov -c copy output.mp4


Another option is to re-encode .mov to .mp4 with apps like Handbrake or Shutter Encoder but that is slower and lossy.


A quick and dirty option is to just change the suffix from .mov to .mp4 but that does not really change it to .mov. But it might work if some site insists using only .mp4 and is happy with that.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

how to convert .mov to an mp4 file

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.