hi,
let's supposed that my dvd have 3 audio setup:
pcm, dolby digital 5.1, dts 5.1
what i want is to transcode the pcm without loosing quality:
transcode -i my.vob -a 0 -y wav -m track.wav
there's this 2 lines that i am not sure about:
[transcode] A: import format | 0x10001 LPCM [48000,16,2] 1536
kbps
[transcode] A: export format | 0x55 MPEG ES Layer 3 [48000,16,2]
128 kbps
export format mp3 128 kpbs when -y wav is:
Signed 16 bit Little Endian, Rate 48000 Hz, Stereo
can i avoid using mp3 and then wav?
patrick