Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: how can I convert a flac file to 192 kbps aac using qaac encoder on windows 10? (Read 1513 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

how can I convert a flac file to 192 kbps aac using qaac encoder on windows 10?

I'm trying to convert a flac file to 192/128/256kbps aac using the qaac encoder on windows but I'm stuck with this error

qaac 2.73, CoreAudioToolbox 7.10.9.0

sample1.aac
AAC-LC Encoder, CBR 192kbps, Quality 96
[95.8%] 2:35.759/2:42.540 (75.0x), ETA 0:00.090
ERROR: AudioConverterFillComplexBuffer(m_converter, staticInputDataProc, this, &npackets, abl, aspd): what


The command I'm using to encode:  qaac64 -c 192 -q 2 '.\Music file 1.flac' -o sample1.aac

Re: how can I convert a flac file to 192 kbps aac using qaac encoder on windows 10?

Reply #1
My guess is either you'll need to specify --adts as one of the options, or change the output extension to .m4a. 


Re: how can I convert a flac file to 192 kbps aac using qaac encoder on windows 10?

Reply #2
The following known issues may or may not be related to your problem:
* fixed on 2.77: https://github.com/nu774/qaac/issues/86
* wont fix as  it's a problem on the CoreAudioToobox side: https://github.com/nu774/qaac/issues/89

Anyways you could at least try the latest (2.79): https://github.com/nu774/qaac/releases/tag/v2.79

Re: how can I convert a flac file to 192 kbps aac using qaac encoder on windows 10?

Reply #3
posting
Code: [Select]
qaac64 --check
may help. In my Windows 10 environment with dll extracted with makeportable2,

Code: [Select]
C:\qaac_2.73\x64\qaac64.exe --check
qaac 2.73, CoreAudioToolbox 7.10.9.0
libsoxconvolver 0.1.0
libsoxr-0.1.3