FFmpeg: Extract Video/Remove Audio from a Video File

FFmpeg notes (including FFmpeg install): https://www.rickmakes.com/ffmpeg-notes/

FFmpeg playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZOPDZ71Khzt5PX4X4j6flkg

View Video Settings
ffprobe train_whistle.mp4
Extract Video/Remove Audio
ffmpeg -i train_whistle.mp4 -vcodec copy -an train_whistle_no_audio.mp4

Leave a comment

Your email address will not be published. Required fields are marked *