Method 1
Remux without re-encoding
This method is fast and does not change image or audio quality.
- 1Install a trusted FFmpeg build for your operating system.
- 2Open a terminal in the folder containing the MOV file.
- 3Run the command below and wait for FFmpeg to inspect and copy the streams.
- 4Open the resulting MP4 and test video, audio, duration, and seeking.
- 5If FFmpeg reports an incompatible codec, use the re-encoding method instead.
ffmpeg -i input.mov -c copy -movflags +faststart output.mp4