>
cheatref
tmux
ffmpeg
> ffmpeg
/
audio
/
mute-a-specific-time-range
Mute a specific time range
audio
// shell
$
ffmpeg -i input.mp4 -af "volume=enable='between(t,5,10)':volume=0" output.mp4
// related commands
> extract-audio-from-video
> remove-audio-from-video
> replace-audio-in-a-video
> adjust-volume-level
> normalize-audio-loudness-with-ebu-r128
> view all audio commands