Quoting Dave Yost <[EMAIL PROTECTED]>: > Can this be done with lame? > > There are CDs with continuous music broken into tracks, and when you > encode them as separate mp3 files and try to play them back, you get > annoying gaps, apparently because of some quantization issues with > mp3. >
Weel, some people just rip the cd as one huge track and save a .cue file with track name, info and duration. Then you can just encod the whole file and play the resulting mp3 in winamp. There's a special plugin that takes a .cue file and one mp3 and "broke" it in the logical structure of trcks names. Appart from that i think there's a command line --nogap wich does what you want. Remember, that there exists mp3 players wich leave a small gap when they switch to the next track. For doing it just do: lame "your command line here" --nogap track1.wav track2.wav ... So, you need to pass all the track names at once. My 2 cents Filipe Valpereiro ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ mp3encoder mailing list [email protected] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
