Log in

View Full Version : Problems transcoding to mp3 abr 112


erossetto
31st December 2002, 00:26
The problem is that the audio is automatically downsampled to 44.1Hz.

I'm using...

Azid params:
-L -3db -s surround -c normal

Lame params:
--alt-preset 112

I've tryied adding --rate 48000 but the output mp3 is downsampled to 4.1Hz.

DSPguru
31st December 2002, 00:29
use :
-lame( --resample 48 )

erossetto
31st December 2002, 00:34
Thanks, i'll try that. :)

erossetto
31st December 2002, 00:50
Using:

-core( -input nput.ac3 -output out.mp3 ) -ota( -hybridgain ) -azid( -L -3db -s surround -c normal ) -lame( --alt-preset 112 --resample 48 ) -profile( Gordian Knot 0.27 )

I still get a 44.1Hz output. :(

DSPguru
31st December 2002, 18:00
:logfile: