ffmpeg.md FFmpeg cheat sheet A list of useful commands for the FFmpeg command line tool. Download FFmpeg: https://www.ffmpeg.org/download.html Full documentation: https://www.ffmpeg.org/ffmpeg.html Basic conversion ffmpeg -i in.mp4 out.avi Remux an MKV file into MP4 ffmpeg -i in.mkv -c:v copy -c:a copy out.mp4 High-quality encoding Use the crf (Constant Rate Factor) parameter to control the output