CC-5199
aacencplus encoder is very low quality
This commit is contained in:
parent
a46763b092
commit
82a71fdb61
3 changed files with 34 additions and 3 deletions
|
@ -146,6 +146,12 @@ def output_to(output_type, type, bitrate, host, port, pass, mount_point, url, de
|
|||
%include "aacplus.liq"
|
||||
end
|
||||
%endif
|
||||
|
||||
%ifencoder %fdkaac
|
||||
if type == "fdkaac" then
|
||||
%include "fdkaac.liq"
|
||||
end
|
||||
%endif
|
||||
else
|
||||
user_ref = ref user
|
||||
if user == "" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue