On Tue, 2003-07-08 at 16:42, Jan Schmidt wrote: > <quote who="Bill Bennett"> > > > Many thanks for the reply. > > > > Well, padsize is listed as a track option, so it seems that I'll > > have to burn the disc "manually", ie., > > > > > cdrecord -multi -padsize=15x60x75s audiofile1 > > > > The -multi to ensure that I can add the next file; the -padsize > > to add the 15 seconds after audiofile1 > > > > After audiofile2, I'd command > > > > > cdrecord -multi -padsize=30x60x75s audiofile3 > > > > I'd think this should work: > > cdrecord padsize=15x60x75s audiofile1 ... padsize=30x60x75s audiofile3 ... >
Maybe: cdrecord dev=whatever -audio padsize=15x75s track1 padsize=15x75s track2 padsize=30x75s track3 padsize=15x75s track4 etc. etc. 15x60x75s would be 15 *minutes* of silence at the end of the track. -- Felix Sheldon <[EMAIL PROTECTED]> -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
