ffmpeg -i input.mp4 -an -c:v copy output.mp4

Category: Media & Conversion

ffmpeg -i input.mp4 -an -c:v copy output.mp4

Remove the audio track without re-encoding

Removes the audio stream with -an while copying the video, so no re-encoding happens and quality is untouched. Fast enough for batch jobs over many files. Related: -sn drops subtitles and -vn drops video.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.