Staz
16th December 2006, 02:01
Hi I am wanting to encode my DVD audio track to lame mp3.
This is the mencoder setting I use to rip the audio.
mencoder -dvd-device . dvd:// -aid <aid> -oac copy -of rawaudio -ovc copy -o test.ac3
But when I try to encode to mp3 using lame my result is a terrible screeching sound. Why is this? Also when lame is encoding the total frames is far less than it should me. eg : 24300/26094. There are far more frames than 26094 in the movie.
lame -V 5 --vbr-new test.ac3 test.mp3
I then tried using mencoder to output the audio track to PCM .wav
mplayer -dvd-device . dvd:// -vo null -vc dummy -ao pcm:file=output.wav
Then used lame again:
lame -V 5 --vbr-new output.wav test.mp3
The result actually sounded really good, but it was far quieter rips I have done on windows using robot4rip. Why is this? Also I heard that lame doesn't like to convert a 48khz source. Is this true? What is the best way to boost the audio on linux (get the optimal gain setting). I notice besweet has a -ota (-hybridgain) switch. What does this do and how can I closely replicate it on linux?
Thanks
Staz
This is the mencoder setting I use to rip the audio.
mencoder -dvd-device . dvd:// -aid <aid> -oac copy -of rawaudio -ovc copy -o test.ac3
But when I try to encode to mp3 using lame my result is a terrible screeching sound. Why is this? Also when lame is encoding the total frames is far less than it should me. eg : 24300/26094. There are far more frames than 26094 in the movie.
lame -V 5 --vbr-new test.ac3 test.mp3
I then tried using mencoder to output the audio track to PCM .wav
mplayer -dvd-device . dvd:// -vo null -vc dummy -ao pcm:file=output.wav
Then used lame again:
lame -V 5 --vbr-new output.wav test.mp3
The result actually sounded really good, but it was far quieter rips I have done on windows using robot4rip. Why is this? Also I heard that lame doesn't like to convert a 48khz source. Is this true? What is the best way to boost the audio on linux (get the optimal gain setting). I notice besweet has a -ota (-hybridgain) switch. What does this do and how can I closely replicate it on linux?
Thanks
Staz