Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 131 Bytes

mute-video-at-certain-mark-in-ffmpeg.md

File metadata and controls

5 lines (3 loc) · 131 Bytes

How to Mute video in FFMPEG

You can remove audio from video with this command

ffmpeg -i input.mp4 -c copy -an out.mp4