strip audio from video file 09-01-21 % Easy way to remove audio from a video file using ffmpeg ffmpeg -i $input_file -c copy -an $output_file source: superuser - [ ffmpeg] all snippets