Convert QuickTime MOV to MP4 with FFMPEG
When doing a recording with QuickTime, it will export it as a MOV file. To convert this to an MP4 with FFmpeg, you can run the following command:
ffmpeg -i screen_recording.mov -qscale 0 output.mp4
Fast and works great!