Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Musepack (MPC) SV8 beta is out (Read 73073 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Musepack (MPC) SV8 beta is out

Reply #75
Decode to stdout still not working with the latest binaries.
Is there a special command for stdout or can I use - ?

http://r2d.musepack.net/files/musepack_bin_20071123.zip


It works fine for me. Yes, you should use - for stdout.
Code: [Select]
D:\Util\MusePack\sv8>mpcdec.exe -h
mpcdec - Musepack (MPC) decoder v0.9.2 (C) 2006-2007 MDT
Built Nov 23 2007 16:27:47
Usage: mpcdec.exe [-i] [-h] <infile.mpc> [<outfile.wav>]
-i : print file information on stdout
-c : check the file for stream errors
     (doesn't fully decode, outfile will be ignored)
-h : print this help
you can use stdin and stdout as resp. <infile.mpc> and
<outfile.wav> replacing the file name by "-"

Musepack (MPC) SV8 beta is out

Reply #76
Code: [Select]
E:\Console\codec>mpcdec input.mpc - | lame -V5 --vbr-new --quiet - output.mp3
mpcdec - Musepack (MPC) decoder v0.9.2 (C) 2006-2007 MDT
Built Nov 23 2007 16:27:47
2446080 samples decoded in 342 ms (162.18x)

This wil create a mp3 file with very much noise.
Decoding directly to a wav file is working without any problem.

Also decoding without transcoding creates a wav file with very much noise.
Quote
E:\Console\codec>mpcdec input.mpc - > output.wav
mpcdec - Musepack (MPC) decoder v0.9.2 © 2006-2007 MDT
Built Nov 23 2007 16:27:47
2446080 samples decoded in 405 ms (136.95x)

 

Musepack (MPC) SV8 beta is out

Reply #77
stdout works for me on debian - both output to file and to pipe.

and since others on windows have verified this there must be something wrong with your situation specifically.


later

Musepack (MPC) SV8 beta is out

Reply #78
When trying decoding to stdout on another system it gave me the error message that msvcr71.dll was missing.
After copying msvcr71.dll to the same directory as mpcdec.exe it gives the same disturbed output as on my other computer.

PS
Decoding to file works perfectly on both systems.

Musepack (MPC) SV8 beta is out

Reply #79
Code: [Select]
E:\Console\codec>mpcdec input.mpc - | lame -V5 --vbr-new --quiet - output.mp3
mpcdec - Musepack (MPC) decoder v0.9.2 (C) 2006-2007 MDT
Built Nov 23 2007 16:27:47
2446080 samples decoded in 342 ms (162.18x)

This wil create a mp3 file with very much noise.


Now I see.
Verified here with 3 versions of lame as well as with Ogg Vorbis. Same results (noise).
~

Musepack (MPC) SV8 beta is out

Reply #80
I haven't looked at it yet and might do it later this evening, but what's the output format of mpcdec when writing to stdout? wave or raw pcm? What LAME version are you using?


Musepack (MPC) SV8 beta is out

Reply #82
Years of wait... thanks, now it nearly dream will be ture...

( missing Hydrogenaudio.. ) 
Guitarist with Tinnitus, i wish to hear the pure silent again.

Musepack (MPC) SV8 beta is out

Reply #83
i just noticed - r2d fixed the stdin/out for y'all windows folks in SVN.


later


Musepack (MPC) SV8 beta is out

Reply #85

i just noticed - r2d fixed the stdin/out for y'all windows folks in SVN.
later


Confirmed
mpcdec (build 20071201)
~

Thanks for the updated binaries.
The first tests are looking promising.
Also the terminate bug (link below) from the previous 1.95e decode is fixed.
http://www.hydrogenaudio.org/forums/index....showtopic=54889