Hi all,
Based on the working encoder.txt for qaac I have tried to make one for fhgaacenc.exe from Winamp:
I put all the needed files from Winamp + fhgaacenc.exe into dbpoweramp's encoder directory. My encoder.txt looks like this
When I run the decoder, it works, but at the end it gives an error about not being able to write tags to the target file.
Does anyone have and idea where my encoder.txt might be wrong?
Thanks a lot
EDIT: I added -noidtag to encoder.txt to get rid of the tagging error. Now I am getting the following error:
"Error writing audio data to StdIn Pipe [dEncoder::EncodeBlock]"
Based on the working encoder.txt for qaac I have tried to make one for fhgaacenc.exe from Winamp:
I put all the needed files from Winamp + fhgaacenc.exe into dbpoweramp's encoder directory. My encoder.txt looks like this
Code:
[codec] .m4a fhgaacenc.exe [msgifnoencoder] Before using this encoder a seperate component must first be installed from https://sites.google.com/site/qaacpage/ . [radio&slider] 4 24 292 1 10 0 Quality (VBR) 8 Variable Bite Rate: Quality 1 (~XXkbps) --vbr 1 Variable Bite Rate: Quality 2 (~XXkbps) --vbr 2 Variable Bite Rate: Quality 3 (~XXkbps) --vbr 3 Variable Bite Rate: Quality 4 (~XXkbps) --vbr 4 Variable Bite Rate: Quality 5 (~XXkbps) --vbr 5 Variable Bite Rate: Quality 6 (~XXkbps) --vbr 6 [/sliderend] 80 0 Bit Rate (CBR) 9 Constant Bit Rate: 8 Kbps --cbr 8 Constant Bit Rate: 16 Kbps --cbr 16 Constant Bit Rate: 24 Kbps --cbr 24 Constant Bit Rate: 32 Kbps --cbr 32 Constant Bit Rate: 48 Kbps --cbr 48 Constant Bit Rate: 56 Kbps --cbr 56 Constant Bit Rate: 64 Kbps --cbr 64 Constant Bit Rate: 80 Kbps --cbr 80 Constant Bit Rate: 96 Kbps --cbr 96 Constant Bit Rate: 128 Kbps --cbr 128 Constant Bit Rate: 144 Kbps --cbr 144 Constant Bit Rate: 160 Kbps --cbr 160 Constant Bit Rate: 192 Kbps --cbr 192 Constant Bit Rate: 224 Kbps --cbr 224 Constant Bit Rate: 256 Kbps --cbr 256 Constant Bit Rate: 320 Kbps --cbr 320 Constant Bit Rate: 384 Kbps --cbr 384 Constant Bit Rate: 448 Kbps --cbr 448 Constant Bit Rate: 512 Kbps --cbr 512 Constant Bit Rate: 576 Kbps --cbr 576 [/sliderend] [label] 10 44 low quality (smaller file) 808080 [label] 216 44 high quality (larger file) 808080 [combo] 60 66 110 1 auto (optimum) LE AAC (not VBR) --profile le HE AAC (not vbr) --profile he HEV2 AAC (not vbr) --profile hev2 [combo] 180 66 110 1 MPEG-4 container ADTS container --adts [clistring] -o "[outfile]" [highestqualitydecode] [maxchannels] 8
Does anyone have and idea where my encoder.txt might be wrong?
Thanks a lot
EDIT: I added -noidtag to encoder.txt to get rid of the tagging error. Now I am getting the following error:
"Error writing audio data to StdIn Pipe [dEncoder::EncodeBlock]"
Comment