strip audio from video file - 01-09-21

Easy way to remove audio from a video file using ffmpeg

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

source: superuser

\- [ ffmpeg ]