FabioV
Second Officer
Flight distance : 2111709 ft
Italy
Offline
|
Working with MP4 instead of MOV cannot be considered an issue at all, with both h264 and h255 codecs. All the post-processing software can decode both format in the same way. MP4 is the market standard and MOV is originally belonging to the Apple ecosystem, but Apple devices can work with MP4 in the same way as the MOV, without any limitation or issues.
I'm working on Mac, processing h265 HLG MOV files from the Air2S and h265 HLG MP4 file from the Mini 4 Pro exactly in the same way. Frankly speaking, I cannot understand all that complaints about the MOV format missing.
If somebody wants a MOV file instead of a MP4, he just need to install ffmpeg (a free, multi platform video encoding tool) and run the command:
ffmpeg -i input.mp4 -c copy output.mov In that way it is possible to change the video container without re-encoding, keeping the original video quality. On a M1 Mac it takes 0,5 seconds for a 586 MB HLG file.If you need to convert a batch of many files, a simple shell script can do the job.
|
|