HydrogenAudio

Lossy Audio Compression => Other Lossy Codecs => Topic started by: Native_Soulja on 2010-09-11 01:32:03

Title: Lossy.Wav Help
Post by: Native_Soulja on 2010-09-11 01:32:03
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.
Title: Lossy.Wav Help
Post by: carpman on 2010-09-11 03:08:36
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.
Title: Lossy.Wav Help
Post by: lvqcl on 2010-09-11 08:27:41
By the way, flac -5 usually compresses lossywav'ed files better than wavpack.
Title: Lossy.Wav Help
Post by: Native_Soulja on 2010-09-13 02:09:36
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




Title: Lossy.Wav Help
Post by: Nick.C on 2010-09-13 06:24:27
There should be a pointer to the Wavpack executable after "--stdout|" and before "-hm" - at the moment there is no reference to Wavpack!