Increase audio bitrate for all codecs

Increases AAC to 160kbps, increases Opus and FLAC to 128kbps.
Remove step from TODO.
This commit is contained in:
Stoppedpuma
2024-04-14 01:58:21 +02:00
committed by dec05eba
parent 8c43a25543
commit d066dfc645
2 changed files with 5 additions and 7 deletions

2
TODO
View File

@@ -119,5 +119,3 @@ Investigate if there is a way to do gpu->gpu copy directly without touching syst
Maybe something with clEnqueueMigrateMemObjects? on AMD something with DirectGMA maybe?
Fix opus/flac ( variable framerate audio :( ).
Change aac bitrate by default to 160kbps and opus/flac to 128kbps and remove the -ab option.