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: QAAC: discussion, questions, feature requests, etc. (Read 676343 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

QAAC: discussion, questions, feature requests, etc.

Reply #150
Hey, does tvbr support 16 bitor 24 bit depth?

The concept of bit depths is not defined for AAC, at least in the same sense as of PCM.
--bits-per-sample of qaac is for WAV/ALAC output only; It will be simply ignored for AAC.

QAAC: discussion, questions, feature requests, etc.

Reply #151
Does anyone knows whether Apple's aac (coreaudiotoolbox.dll) get any update recently?
As I read the changelog and found nothing for long time. Thanks.

QAAC: discussion, questions, feature requests, etc.

Reply #152
Does anyone knows whether Apple's aac (coreaudiotoolbox.dll) get any update recently?
As I read the changelog and found nothing for long time. Thanks.

On 7.9.7.8 (QuickTime 7.7.1 / iTunes10.5), there were updates on AAC encoder, and also a function named ACMP4AACHighEfficiencyEncoderFactory was added to the DLL, which enables iTunes10.5 to run HE-AAC codec without QuickTime installation.
AFAIK that was the last update on AAC encoder so far.

QAAC: discussion, questions, feature requests, etc.

Reply #153
Thanks a lot for the fast reply, nu774. 

QAAC: discussion, questions, feature requests, etc.

Reply #154
Hmm, I've got a CoreAudioToolBox.dll version 7.9.7.9 dated 20.02.12, not sure what was updated in this one though.

QAAC: discussion, questions, feature requests, etc.

Reply #155
Hmm, I've got a CoreAudioToolBox.dll version 7.9.7.9 dated 20.02.12, not sure what was updated in this one though.

Yes, it is the latest. Actually, there are at least two different binaries under the same version number "7.9.7.9". Same for 7.9.7.8.
As far as I can see, AAC encoder is not updated, though.

By the way, I sent PM to squo (a developper of QuickTime AAC) about HE-AAC iTuneSMPB problem in the past, but I haven't received a reply.
At the time of 7.9.7.8 update he was still there, but he might have been transferred/retired or something.

QAAC: discussion, questions, feature requests, etc.

Reply #156
skuo retired? That's sad.

Thought about the pre-echo on sharp transients issue, have it been fixed in the latter version?

QAAC: discussion, questions, feature requests, etc.

Reply #157
Thought about the pre-echo on sharp transients issue, have it been fixed in the latter version?

I only know that output of Avisynth ColorBars() function was a killer sample to QT AAC in the past, and was fixed on 7.9.7.8 update.
ColorBars() mainly outputs SMPTE color bars (video test pattern), but also outputs audio test tone, which is repeatedly turned on/off once every seconds. QT AAC was producing quite obvious artifacts at the boundaries even at the highest settings.

QAAC: discussion, questions, feature requests, etc.

Reply #158
I only know that output of Avisynth ColorBars() function was a killer sample to QT AAC in the past, and was fixed on 7.9.7.8 update.
It seems some issues that was reported got fixed on 7.9.7.8.
I'm appreciate that the developers are quite active.(qaac too, Many thanks to nu774  ) A little wonder when the next update will come.
About pre-echo, may have to ask someone like /mnt. 

QAAC: discussion, questions, feature requests, etc.

Reply #159
I only know that output of Avisynth ColorBars() function was a killer sample to QT AAC in the past, and was fixed on 7.9.7.8 update.
It seems some issues that was reported got fixed on 7.9.7.8.
I'm appreciate that the developers are quite active.(qaac too, Many thanks to nu774  ) A little wonder when the next update will come.
About pre-echo, may have to ask someone like /mnt.



I have iTunes 10.6.1.7 and still coreaudiotoolbox 7.9.7.3

question:
How to get a current coreaudiotollbox version?
How to updated it?

QAAC: discussion, questions, feature requests, etc.

Reply #160
I have iTunes 10.6.1.7 and still coreaudiotoolbox 7.9.7.3

question:
How to get a current coreaudiotollbox version?
How to updated it?

Try
Code: [Select]
qaac --check
from command prompt, instead of explorer property window.

CoreAudioToolbox.dll is internationalized, and contains multiple resources for different locales.
The problem is, for many locales Apple has not been properly updating version resources, and for such locales Windows explorer will show file version as 7.9.7.3;
On the other hand, qaac --check will always pick version number from en-US locale resource.


QAAC: discussion, questions, feature requests, etc.

Reply #161
Basically speaking, if you are using qaac 1.x branch and you can use HE-AAC encoder, your CoreAudioToolbox.dll is 7.9.7.8 or newer.

QAAC: discussion, questions, feature requests, etc.

Reply #162
I have iTunes 10.6.1.7 and still coreaudiotoolbox 7.9.7.3

question:
How to get a current coreaudiotollbox version?
How to updated it?

Try
Code: [Select]
qaac --check
from command prompt, instead of explorer property window.

CoreAudioToolbox.dll is internationalized, and contains multiple resources for different locales.
The problem is, for many locales Apple has not been properly updating version resources, and for such locales Windows explorer will show file version as 7.9.7.3;
On the other hand, qaac --check will always pick version number from en-US locale resource.


thanks

QAAC: discussion, questions, feature requests, etc.

Reply #163
Is there a place where I can download the CoreAudioToolbox library independently? I am unable to download iTunes at the moment, as my connection is very slow.


QAAC: discussion, questions, feature requests, etc.

Reply #165
Thank you very much!

QAAC: discussion, questions, feature requests, etc.

Reply #166
Hiyas, any seem of approximate quality relation table between QuickTime TVBR values and LAME V x values, eventually Vorbis Q values?
Something that look like
Lame V4 ≈ TVBR 40
Lame V2 ≈ TVBR 60
Lame V0 ≈ TVBR 80
etc..


QAAC: discussion, questions, feature requests, etc.

Reply #167
Not really. The three algorithms differ in specific cases, it may be hard to rate them generally, and the only "reliable" way would be a mass ABX test in quality ranges most people would call "transparent".

As listed in this post about Vorbis accelleration, my own humble opinion is that qaac -V 80 might be comparable to oggenc2 -q 5, based on the assumption that they both are close in some bitrate/quality quotient. The MP3 technology is less efficient compared to both of them, may need about 20-30% more bitrate for a similar quality, and I found that lame -V 2 matches this range quite well.

The opinion above is personal and weak. Other members here may have more founded facts.

QAAC: discussion, questions, feature requests, etc.

Reply #168
I exchanged the CoreAudioToolbox.dll from a freshly installed QuickTime 7.7.2 (DLL file date: Feb. 20 2012) with the one kareha uploaded. "qaac --check" still reports version 7.9.7.3 (on a german Windows XP SP3).

When I realized they have the same size, I did a byte comparison, and guess what ... I found they were identical.

I opened it in ResHacker and checked the "Version Info" tables. There are several for different language codes: 1033 = "7.9.7.9"; 1025 = "7.9.7.7"; 1028,1030,1031,... = "7.9.7.3" (and on top, they mix up InternalName and OriginalFileName vice versa).

So ... don't care about numbers if you don't use an english Windows.
__

P.S.:

Oh, I did the check with an older qaac version; qaac 1.37 reports CoreAudioToolbox version 7.9.7.9 correctly.

QAAC: discussion, questions, feature requests, etc.

Reply #169
1.38 released. I finally completely switched from every other encoding software to just foobar2000 + qaac (TVBR 91/100), thank you dev/s!

Changelog:
Updated libsoxrate to 0.21 (merged upstream update on SoX rate effect).
Fixed not to write WAVE_FORMAT_EXTENSIBLE header unnecessarily on WAV output.

https://sites.google.com/site/qaacpage/cabinet

QAAC: discussion, questions, feature requests, etc.

Reply #170
I finally completely switched from every other encoding software to just foobar2000 + qaac (TVBR 91/100), thank you dev/s!


Is there noticeable difference between TVBR 91 and 100, and can you ABX tvbr 91 from original?

QAAC: discussion, questions, feature requests, etc.

Reply #171
I finally completely switched from every other encoding software to just foobar2000 + qaac (TVBR 91/100), thank you dev/s!


Is there noticeable difference between TVBR 91 and 100, and can you ABX tvbr 91 from original?

You'll be amazed how low you can go with AAC. I keep ~192/224 just to be safe

QAAC: discussion, questions, feature requests, etc.

Reply #172
IMHO, TVBR 82 is similar to Vorbis q5, that seems to be enough for "easy listening"; see the Vorbis CPU optimization thread for an explanation...

QAAC: discussion, questions, feature requests, etc.

Reply #173
IMHO, TVBR 82 is similar to Vorbis q5, that seems to be enough for "easy listening"; see the Vorbis CPU optimization thread for an explanation...

I don't go lower than 160Kbps. TVBR 91 is the lowest I go. I keep ~1000 songs on my iPhone, no space problem.

 

QAAC: discussion, questions, feature requests, etc.

Reply #174
Don't care about bitrates. 160 kbps silence is not "better" than 32 kbps silence. There is easily compressible sound which you can't directly compare with harder "noise". If the quality mode ensures a threshold of maximum loss, trust in it.