Hello,
I am trying to convert from flac to Apple Lossless but for some reason I am getting an the error "Unable to load encoder". I have the Codec installed and can convert to ALAC in the GUI with no issues. This is the syntax I am trying. Any help would be appreciated.
I am trying to convert from flac to Apple Lossless but for some reason I am getting an the error "Unable to load encoder". I have the Codec installed and can convert to ALAC in the GUI with no issues. This is the syntax I am trying. Any help would be appreciated.
Code:
coreconverter.exe -infile="Track1.flac" -outfile="Track1.m4a" -convert_to="Apple Lossles"
Comment