Mute a specific time range

audio

// shell

$ ffmpeg -i input.mp4 -af "volume=enable='between(t,5,10)':volume=0" output.mp4