I'd like to use the CLI encoder option when encoding to mp3 so I can use specific switches for lame but I keep getting error message after another. Is there a decent How to on using this option other than what is posted on the download section? Please advise because if I cannot get this working this software is useless to me. Thanks in advance!
CLI Encoder How To?
Collapse
X
-
Tags: None
-
Re: CLI Encoder How To?
These two threads are somewhat related:
Comment
-
Re: CLI Encoder How To?
Actually, this post is related to my still unanswered one from 1/31/07
I'm a registered user of dmc 11.5. I'm considering upgrading to dmc 12 PowerPack, but I have a problem with using CLI and LAME.exe. I had no troubles using the CLI with 11.5. This is the command line I used: [inFile] [outFile] -V 7 --vbr-new --strictly-enforce-ISO For dmc 12, I read the CLI encoder help file and theComment
-
Re: CLI Encoder How To?
I answered that lame could not handle floating point data, so do not use the high quality decode switch.Comment
-
Re: CLI Encoder How To?
Originally posted by SpoonI answered that lame could not handle floating point data, so do not use the high quality decode switch.
If so, what is an ideal image size for album art when using an iPod? is 150 X 150 pixels enough? I think the screen resolution is 320 X 240.Comment
-
Re: CLI Encoder How To?
Originally posted by LtDataWith an iPod, I think 150x150 is plenty, as it scales the image down anyway.Comment
-
Re: CLI Encoder How To?
Currently the FLAC codec for dMC doesn't support album art. You can right click and "Edit Tag" on these mp3 files and add the album art in. However, apparently you have to add album art one music file at a time with dMC.Comment
-
Re: CLI Encoder How To?
Originally posted by SpoonI answered that lame could not handle floating point data, so do not use the high quality decode switch.
OK, I unchecked the box "Highest Quality Decoded Source" and tried again, but again it gave no errors but wrote a 0K file.
I unchecked all boxes "Highest Quality Decoded Source," "Pass Wave Header," and "db Write ID Tags", but again it gave no errors and wrote a 0K file.
Does anyone have any idea how to use the CLI with LAME.exe?Comment
-
Re: CLI Encoder How To?
Here's the command line I used for dmc r12:
-V 7 --vbr-new --strictly-enforce-ISO [infile] [outfile]
See my original post for everything I've tried:
I'm a registered user of dmc 11.5. I'm considering upgrading to dmc 12 PowerPack, but I have a problem with using CLI and LAME.exe. I had no troubles using the CLI with 11.5. This is the command line I used: [inFile] [outFile] -V 7 --vbr-new --strictly-enforce-ISO For dmc 12, I read the CLI encoder help file and theComment
-
Re: CLI Encoder How To?
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?Comment
-
Re: CLI Encoder How To?
Originally posted by DeanoWhy 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?
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.Comment
Comment