I wrote a batch file to convert FLAC tracks into small M4A files for the MP3 player I use at the gym. The code is as follows:
"C:\Program Files\dBpoweramp\CoreConverter.exe" -infile="IN.FLAC" -outfile="OUT.M4A" -convert_to="m4a" -cli_cmd="-b...
Search Result
Collapse
6 results in 0.0024 seconds.
Keywords
Members
Tags
-
Tagging problem with CoreConverter
-
Some files fail to convert to opus
Hi, I have several files that are failing to convert to opus. Most of my FLAC library converts successfully, but a few aren't working right. They appear to be working fine in the batch converter until the very end when tags are supposed to be written. At that point, I get a message saying
... -
[CONTRIBUTION] My CoreConverter Helper Class to use CoreConverter in VB.NET
I want to share this Generic Class I've did to convert some files in my PC using CoreConverter executable.
I preffer to use the executable instead dmcScriptingLib because @Spoon saids me that the dll has no way to check for a conversion progress, but in a GUI application this is very... -
coreconvert : pb w/ spaces in filenames ?
Hi I have 2k files ALAC M4A files I want to convert to OGG.
Of course I'd rather script it than do it manually with UI converter.
But it seems to fail because I have "spaces" in the filenames ???
Example :
PS D:\Music\BOF\toto\Dune> & 'C:\Program... -
issue w CLI , wav to wma & rm, rm 50% of length Helix issue?
Hi,
I'm using coreconverter to convert wav files to both wma and rm files formats. These are voice files from the voice mail system.
Here are two examples:
"c:\program files\illustrate\dBpoweramp\coreconverter.exe" -infile="c:\qti\ivr\work\1255_10388858.wav"... -
Preserve last modified date of old file to the new converted files?
Hi
I need to preserve the last modification date of the files that i convert...
I mean If a MP3 file have this modification date: "08/02/2012", And i convert that file, The modification date of the new file need to be the same.
I need a solution for the...Last edited by pitoloko; February 09, 2012, 08:42 PM.