This post introduces the command to convert MOV to MP4 with resizing using FFmpeg.
Command to convert video files .mov recorded with QuickTime Player’s new screen recording to .mp4 while resizing.
ffmpeg -i input.mov -s 1280x720 output.mp4
That’s all about converting MOV to MP4 with 1280x720 resizing using FFmpeg. That’s all from the Gemba.