Quote:
|
Originally Posted by Deano
Why do this with the CLI encoder when you can already do this through the built-in LAME encoder in dBpowerAMP? As far as Spoon has informed me, the DLL uses --vbr-new and strictly enforce is one of the advanced options available.
Other than this, I cannot see anything obvious that would cause issues. Have you tried with double-quotes (") around [infile] and [outfile]... maybe it's the actual paths that is causing the CLI to hiccup?
|
Like cub4life78 said in the first post of this thread, I want to be able to experiment with different switches in lame that are not supported in the GUI. The command line I gave is just an example. Also, I want to experiment with the 3.98 alpha builds of lame that are obviously not official.
That said, I experimented with the quotes as you suggested, and found the solution. If cub4life78 or anyone else interested in using CLI is reading, here it is:
"[infile]" "[outfile]" -V 7 --vbr-new --strictly-enforce-ISO
Just substitute the part that comes after
"[infile]" "[outfile]"
with your experimental switches.
Thank you, Deano, for your responsiveness.