HydrogenAudio

Lossless Audio Compression => WavPack => Topic started by: n0ha on 2010-05-15 13:06:32

Title: Unpacking 32bit/192khz WV brings incorrect WAV Length
Post by: n0ha on 2010-05-15 13:06:32
Heh guys.
I got a 32bit/192khz WV and I tried all ways to unpack it via wvunpack. But now the prob ist that the all players say that the wav is only 15mins long, instead of 78min. AIMP says 192khz/~45000kpbs. 

I tried it also with Audition but the wavpackfilter ist wrong...shows only 31min of music.

Any Ideas how I can solve that problem? Wanna split and convert the wv to flac.

merci

edit: I know what the problem ist...4gb limit of wav :|

trying wv to flac via dbpoweramp kicks the coreconverter  yea... suckz
Title: Unpacking 32bit/192khz WV brings incorrect WAV Length
Post by: bryant on 2010-05-16 06:00:03
There are several things you can try. First, perhaps the players (or converters) that you are trying have an option to ignore the length in the WAV header. WavPack, for example, has this (-i). Alternatively, you could use the -r option in wvunpack to output a raw file that might be more acceptable to another program (although you would have to tell it the data format).

Another idea would be to try the --skip and --until wvunpack options to extract only portions of the long WavPack file and then combine them later somehow. You could even manually do the splitting by tracks this way (although it would be tedious to calculate the exact cue points manually).

BTW, the next version of WavPack will have native support for CAF and W64 files and not have any size restrictions, so these WAV file limitations will become a thing of the past (at least with respect to WavPack).
Title: Unpacking 32bit/192khz WV brings incorrect WAV Length
Post by: n0ha on 2010-05-16 12:00:13
Thx for the answer. Solved it in a different way. Just converted from wv to flac but I had to force the samplerate down to 96khz.

Maybe the raw method hat worked, I dont know 

merci