Re: m4a Codec Beta (AAC and Apple Lossless)
There is already an SSE2-enchanced Ogg Vorbis codec.
Also, I believe you can copy the Generic CLI Encoder DLL, rename it to something like "MP3 SSE2 LAME" or something, and make a folder with the same name with the .exe, the encoder.txt file, etc.
Also, you might try adding the "-2pass -2passperiod 0" under the [clistring] area in the encoder.txt file. Edit: won't work, you have to use [infile] to do 2 pass, not a "-".
OR, you could put a "-" without quotes for the input file, as that is what the dMC codec does, according to the encoder.txt file. Note: won't work if you want to do 2-pass.
There is already an SSE2-enchanced Ogg Vorbis codec.
Also, I believe you can copy the Generic CLI Encoder DLL, rename it to something like "MP3 SSE2 LAME" or something, and make a folder with the same name with the .exe, the encoder.txt file, etc.
Also, you might try adding the "-2pass -2passperiod 0" under the [clistring] area in the encoder.txt file. Edit: won't work, you have to use [infile] to do 2 pass, not a "-".
OR, you could put a "-" without quotes for the input file, as that is what the dMC codec does, according to the encoder.txt file. Note: won't work if you want to do 2-pass.
Comment