Log in

View Full Version : Split, join, create silence of an ac3 file


phate89
16th July 2011, 16:25
Hi all.. i usually work with ac3... i cut, insert silence and stuff like that to sync my audio with different video sources (muxing)..
I usually use audition to do that but it converts everytime loosing quality..
i know that it's possible to split and join ac3 files with some command line tool (besplit for example) so i thought to create my application.. i insert the points where i have to cut or insert silence and with my code i launch besplit that cut and join the file...
but there is one problem.. i don't know how to create ac3 silence files of fixed length and bitrate...
i try tosearch but i don't find anything.. you know some simple command line tool to do that?
thanks in advance

tebasuna51
17th July 2011, 02:07
eac3to can do some jobs and there are DelayCut, Silence, etc from: http://jsoto.posunplugged.com/audiotools.htm

phate89
17th July 2011, 17:47
eac3to can do some jobs and there are DelayCut, Silence, etc from: http://jsoto.posunplugged.com/audiotools.htm

I try delaycut with command line but don't work with it ( idon't know why..should be supported... i pm the creator and i'm waiting an answer), silence doesn't work with command line since it's first update..
Eac3to i never tried it... you know if it adds the delay reencoding or not?

tebasuna51
17th July 2011, 19:12
Without reencoding.

phate89
18th July 2011, 13:04
Without reencoding.

Thanks a lot it's exactly what i need!