2007/10/29, SIEGERSTEIN <[EMAIL PROTECTED]>: > But if you want to rip in high quality music from dvd, tou should > use lossless codecs
Actually, since most DVDs seem to use 192kbps audio, you'd get best quality at 192kbps by not recoding it at all, but just extracting the already-encoded audio. "tcprobe -i foo.vob" will tell you the existing audio coding. If it's already mp3, use "tcextract -i foo.vob -x mp3 > foo.mp3" If it's ac3 and that's ok for you too, the same with -x ac3 will deliver the best quality you're gonna get. Recoding it, even as ogg, will just introduce a second layer of garply. M