HydrogenAudio

Lossless Audio Compression => Lossless / Other Codecs => Topic started by: Jan S. on 2001-12-27 11:33:35

Title: compress with lpac using EAC?
Post by: Jan S. on 2001-12-27 11:33:35
How do I set up EAC to compress with lpac?

I want to use the following commands:

-n -5  -c -v


Thanks,
Jan.
Title: compress with lpac using EAC?
Post by: Benjamin Lebsanft on 2001-12-27 12:34:54
choose user defined encoder, set extension to pac and write in the additional commandline field %s %d <commands>. If this doesn't work change the order of the %s %d to %d %s. One of those both settings should work!
Title: compress with lpac using EAC?
Post by: Benjamin Lebsanft on 2001-12-27 12:40:22
well it doesn't work... dumb me:D

[edit]
this does it:
-n -5 -c -v %d %s
Title: compress with lpac using EAC?
Post by: Jan S. on 2001-12-27 21:58:13
Yes that seems to work.
I thought I did try that but apparently I didn't.


Thanks!!

Jan.
Title: compress with lpac using EAC?
Post by: Razlak on 2001-12-30 02:04:38
Actually theres a few problems with that in theory at least.

The proper command line would be: -5 -c -v %s %d

I'd go ahead and add the -r for random seeking too.  You don't need the -n because EAC implicitly gives it an ouput path.  Make sure you put .pac as the extension, and uncheck the Add ID3 Tag as well, since lpac does not support them.
Title: compress with lpac using EAC?
Post by: Jan S. on 2001-12-30 13:12:04
I don't need -r bacause it is jist for storing untill I compress with mpc.


I knew that -n was probably not needed but I semed to get in trouble if I removed it with my first attempts.


Thanks,

Jan.