[FFmpeg-user] Convert iPhone MOV to Android MP4

Ferdi Scholten ferdi at sttc-nlp.nl
Tue Jun 11 00:21:20 EEST 2024



On 10-06-2024 19:55, Reindl Harald wrote:
> this subject makes no sense because there is nothing like a "iPhone 
> MOV" or "Android MP4" - a proper baseline h264 plays on both
> _______________________________________________
There are however some differences between the .MOV container and the 
.MP4 container, this is why just renaming .MOV to .MP4 does not always 
work out well.
So to be sure you can use:

     ffmpeg -fflags genpts -i INFILE.MOV -c:v copy -c:a copy OUTFILE.MP4

to make sure the .MP4 has the right structure.


More information about the ffmpeg-user mailing list