snippets/old_snippets/strip-audio-from-video-file.en.md

337 B

title date draft snippet_types
strip audio from video file 2021-01-09T15:27:08+01:00 false
ffmpeg

Easy way to remove audio from a video file using ffmpeg

ffmpeg -i $input_file -c copy -an $output_file

source: superuser