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: Lossy.Wav Help (Read 5679 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Lossy.Wav Help

I need the parameters for lossy.wav to use in foobar 2000 because im getting errors and i need help setting it up correctly.....

This is the error i get:


1 out of 1 tracks converted with major problems.

Source: "C:\Users\Owner\Desktop\My New Music\09 - Pantera - Planet Caravan.flac"
  An error occurred while writing to file (Could not start commandline encoder: Access is denied.  ) : "C:\Users\Owner\Documents\Music\Planet Caravan.lossy.wv"
Additional information:
Encoder stream format: 44100Hz / 2ch / 16bps
Command line: "C:\"Program Files"\lossyWAV.exe" /d /c c:\"program files"\bin\lossywav - --standard --silent --stdout|c:\"program files"\bin\wavpack -hm --blocksize=512 --merge-blocks -i - "Planet Caravan.lossy.wv"
Working folder: C:\Users\Owner\Documents\Music\

  Conversion failed: Could not start commandline encoder: Access is denied.

Lossy.Wav Help

Reply #1
There's certainly a problem with this line:
Command line: "C:\"Program Files"\lossyWAV.exe" /d /c c:\"program files"\bin\lossywav - --standard --silent

You're telling foobar2000 to look in two places for lossyWAV at once:

Replace:

Code: [Select]
"C:\"Program Files"\lossyWAV.exe" /d /c c:\"program files"\bin\lossywav - --standard --silent --stdout|


with:

Code: [Select]
/d /c C:\"Program Files"\lossywav - --standard --silent --stdout|


From the wiki:
Quote
Encoder: C:\Windows\System32\cmd.exe
Extension : lossy.wv
Parameters: /d /c C:\"Program Files"\bin\lossywav - --standard --silent --stdout|
            C:\"Program Files"\bin\wavpack -hm --blocksize=512 --merge-blocks -i - %d
Format is : lossless or hybrid
Highest BPS mode supported: 24


C.
PC = TAK + LossyWAV  ::  Portable = Opus (130)

Lossy.Wav Help

Reply #2
By the way, flac -5 usually compresses lossywav'ed files better than wavpack.

Lossy.Wav Help

Reply #3
I dont know im wrong but im still getting errors with the foobar 2k so what would be the correct parameters for me?

here is what i get:

1 out of 1 tracks converted with major problems.

Source: "C:\Users\Owner\Documents\Music\Ratha Be Ya Nigga (feat. Richie Rich).wv"
  An error occurred while writing to file (The encoder has terminated prematurely with code 1 (0x00000001); please re-check parameters) : "C:\Users\Owner\Documents\Music\Ratha Be Ya Nigga (feat. Richie Rich).lossy.wv"
Additional information:
Encoder stream format: 44100Hz / 2ch / 16bps
Command line: "C:\Windows\System32\cmd.exe" /d /c C:\"Program Files"\lossywav - --standard --silent --stdout|-hm --blocksize=512 --merge-blocks -i - "Ratha Be Ya Nigga (feat. Richie Rich).lossy.wv"
Working folder: C:\Users\Owner\Documents\Music\

  Conversion failed: The encoder has terminated prematurely with code 1 (0x00000001); please re-check parameters





Lossy.Wav Help

Reply #4
There should be a pointer to the Wavpack executable after "--stdout|" and before "-hm" - at the moment there is no reference to Wavpack!
lossyWAV -q X -a 4 -s h -A --feedback 2 --limit 15848 --scale 0.5 | FLAC -5 -e -p -b 512 -P=4096 -S- (having set foobar to output 24-bit PCM; scaling by 0.5 gives the ANS headroom to work)