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: compress with lpac using EAC? (Read 5782 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

compress with lpac using EAC?

How do I set up EAC to compress with lpac?

I want to use the following commands:

-n -5  -c -v


Thanks,
Jan.

compress with lpac using EAC?

Reply #1
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!

compress with lpac using EAC?

Reply #2
well it doesn't work... dumb me:D

[edit]
this does it:
-n -5 -c -v %d %s

compress with lpac using EAC?

Reply #3
Yes that seems to work.
I thought I did try that but apparently I didn't.


Thanks!!

Jan.

compress with lpac using EAC?

Reply #4
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.

compress with lpac using EAC?

Reply #5
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.