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: Wavpack Repacker (Read 4258 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Wavpack Repacker

Hello all,
I was wondering if there's anything out there that can recode wavpack files while retaining the APEv2 tags.  I want to recode my library from Wavpack lossless high to Wavpack hybrid.  Is there any quick way to do this?
Regards,
Fearan

Wavpack Repacker

Reply #1
I've done it with foobar. Use the diskwriter to setup a hybrid commandline , then transcode.

Wavpack Repacker

Reply #2
can you post your command line options? mine don't seem to be working...

edit: actually, nevermind... I got it to work, but decided it wasn't a good idea to recode my whole library into hybrid anyway... I have over 900 songs! Yeah... In case anyone's interested, here's my commandline options in Foobar2000:

Code: [Select]
-w "artist=%aritst%" -w "title=%title%" -w "album=%album%" -w "year=%date%" -w "track=%tracknumber%" -w "genre=%genre%" -mcb24 %s %d

Wavpack Repacker

Reply #3
Quote
can you post your command line options? mine don't seem to be working...
[a href="index.php?act=findpost&pid=370714"][{POST_SNAPBACK}][/a]


Encoder = drive:\\path\wavpack.exe

Extension = WV

parameters = -chb320 - %d

format = lossless

bps = 24

accurate length = yes

Wavpack Repacker

Reply #4
You don't have to add any of those tag options, foobar2000 automatically copies the tags.

 

Wavpack Repacker

Reply #5
Quote
You don't have to add any of those tag options, foobar2000 automatically copies the tags.
[a href="index.php?act=findpost&pid=370744"][{POST_SNAPBACK}][/a]

that's good to know... thanks!