I'm trying to use the generic cli codec to create a codec that "optimizes" .m4a's using the container shifting aac to m4a codec (mp4creator).
This is basically an "update in place", and the command line I need to execute would look something like:
mp4creator60 -optimize myfilename.m4a
I've set this up with the cli encoder, but whenever I try to use it in dmc, I get a box that says codec error ", and I end up with a 0 byte file. The only options I'm providing at encode time are "-optimize [InFile]".
I set up the debug dword in the registry, and rather than the command line I expect (see above), the command line looks like:
"C:\Program Files\Illustrate\dBpowerAMP\Compression\AACtoMp4\m p4creator60.exe"-optimize E:\~dmcin.wav
(note the space between "m and p" isn't really there, just the way the html formatted when pasting)
So it appears that dmc is creating a temporary file (decoding to wav?) and trying to run the codec on that, instead of my original file. I'm thinking that the problem is that the -optimize flag won't work on a .wav file, only on an mp4 file.
Any idea how to get this to do what I want?
Thanks in advance
This is basically an "update in place", and the command line I need to execute would look something like:
mp4creator60 -optimize myfilename.m4a
I've set this up with the cli encoder, but whenever I try to use it in dmc, I get a box that says codec error ", and I end up with a 0 byte file. The only options I'm providing at encode time are "-optimize [InFile]".
I set up the debug dword in the registry, and rather than the command line I expect (see above), the command line looks like:
"C:\Program Files\Illustrate\dBpowerAMP\Compression\AACtoMp4\m p4creator60.exe"-optimize E:\~dmcin.wav
(note the space between "m and p" isn't really there, just the way the html formatted when pasting)
So it appears that dmc is creating a temporary file (decoding to wav?) and trying to run the codec on that, instead of my original file. I'm thinking that the problem is that the -optimize flag won't work on a .wav file, only on an mp4 file.
Any idea how to get this to do what I want?
Thanks in advance
Comment