Log in

View Full Version : Blanking out audio


asarian
9th September 2014, 03:27
I'd like to blank out a short duration inside an audio track. I was thinking of using eac3to, like:

eac3to input.wav output.wav -edit=00:00:05,6000ms -silence

Except that the format appears to be HH:MM:SS, which is a much too big granularity (seriously, who has audio that needs blanking, exactly at a full-second boundary?!)

Are there better ways of doing this? (with finer granularity)? Or could eac3to still be used?

Thanks.

filler56789
9th September 2014, 03:47
^ delaycut supports .WAV files, A.F.A.I.R.

tebasuna51
9th September 2014, 08:51
You can use:

eac3to input.wav output.wav -edit=00:00:05.001,6001ms -silence

asarian
9th September 2014, 11:31
You can use:

eac3to input.wav output.wav -edit=00:00:05.001,6001ms -silence

Yes, my bad! I somehow thought it could only 'break' on rounded seconds. :o