Re: [FFmpeg-user] Replace multiple parts of audio with beeps

2023-02-01 Thread Michael Koch
Am 01.02.2023 um 11:27 schrieb Alexander Bieliaev via ffmpeg-user: How can I replace multiple parts of audio with generated beeps? I tried next command: -filter_complex " [0]volume=0:enable='between(t,10,15)+between(t,20,30)'[main]; sine=f=800, pan=stereo|FL=c0|FR=c0,

[FFmpeg-user] Replace multiple parts of audio with beeps

2023-02-01 Thread Alexander Bieliaev via ffmpeg-user
How can I replace multiple parts of audio with generated beeps? I tried next command: -filter_complex " [0]volume=0:enable='between(t,10,15)+between(t,20,30)'[main]; sine=f=800, pan=stereo|FL=c0|FR=c0, volume=0:enable='between(t,0,10)+between(t,15,20)'[beep];