I think the sound quality is fine - I have no idea if it's identical to the source! A short list of the procedure: 1. Extract the sound using DVD-Audio Extractor (DTS/AC3 tracks, Direct Stream Demux) - result is .dts or .ac3 files 2. Use the python tool spdifconvert.py to "convert" the files to .wav (I think it's just some padding that is being done) 3. Convert the .wav files to FLAC (I've used the following line in a command prompt: for %F in (*.wav) do flac --best "%F" - this way all the wave files are converted one after another. I've had issues with my surround-receiver (Sony STR-DB940) - only the DTS-files work for me but I've tested AC3-tracks at a friends and they worked fine here as well.
-- tipsen ------------------------------------------------------------------------ tipsen's Profile: http://forums.slimdevices.com/member.php?userid=15643 View this thread: http://forums.slimdevices.com/showthread.php?t=62731 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
