Home About Notes

mov to mp4 with ffmpeg

Dec 01, 2023

Screen recordings in macOS record as `.mov`s which while Im sure are a good quality, I actually want a smaller size to share on slack etc. Here is the simplest way to convert them with ffmpeg

ffmpeg -i NAME.mov -qscale 0 NAME.mp4