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: parameters for qaac encoder (Read 2082 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

parameters for qaac encoder

Hi all of you,

is there a string of parameters to encode with qaac  in tvbr q73 high quality mode? Obviously with exact audio copy.
Thank you all.

Re: parameters for qaac encoder

Reply #1
If you have google, look for qaac and wiki.


Re: parameters for qaac encoder

Reply #3
http://wiki.hydrogenaud.io/index.php?title=EAC_and_QAAC
https://github.com/nu774/qaac/wiki/Command-Line-Options
tvbr is -V or --tvbr
You can use the Additional command line options from Encode AAC but remove
Code: [Select]
%islow%-a %bitrate%%islow% %ishigh%-v %bitrate%%ishigh%
and replace with
Code: [Select]
-V73
or
Code: [Select]
--tvbr 73
and/or whatever options you want to try.
korth

Re: parameters for qaac encoder

Reply #4
Thans you korth