Log in

View Full Version : 24/48 to 24/96 ?


sucker
5th December 2009, 20:52
hi guys

i have a 24/48 track in MLP format, i can convert it to 1wav or mono wavs if needed for the conversion
i want to convert it to 24/96 to later combine it with another 24/96 track

how can i convert the 24/48 to 24/96 with which tool?
if its possible with eac3to a commandline example would be nice

tia

guada2
5th December 2009, 21:40
Hello,
Try DigiOnAudio2.

Bye.

tebasuna51
6th December 2009, 10:26
...
how can i convert the 24/48 to 24/96 with which tool?
if its possible with eac3to a commandline example would be nice
You can decode the mlp file to wav, w64 or flac format with eac3to:
eac3to input.mlp output.wav -down24 -resampleTo96000

sucker
6th December 2009, 17:46
You can decode the mlp file to wav, w64 or flac format with eac3to:
eac3to input.mlp output.wav -down24 -resampleTo96000

worked like a charm, thank you! btw what does the -down24 option do? the highest bitdepth is 24 or not?

TinTime
6th December 2009, 17:59
The resampling works at a higher bitdepth which eac3to then reduces to whatever you specify. The default is 24 bit though so the -down24 parameter doesn't make any difference in this case.

tebasuna51
7th December 2009, 10:42
Yes, 24 bits is the default and here do nothing, is only for documentation purpose (if you need other values).