Converting a MOV to MP4
It doesn’t shrink the file at all and the quality is spot on.
ffmpeg -i movie.mov -f mp4 -vcodec copy -acodec copy output.mp4
It doesn’t shrink the file at all and the quality is spot on.
ffmpeg -i movie.mov -f mp4 -vcodec copy -acodec copy output.mp4