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.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".