Merge pull request #854 from ynput/bugfix/wrong_aac_codec_argument

Use proper aac argument for ExtractReview
This commit is contained in:
Jakub Trllo 2024-08-25 11:32:43 +02:00 committed by GitHub
commit e5801be670
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1066,7 +1066,7 @@ DEFAULT_PUBLISH_VALUES = {
"output": [
"-pix_fmt yuv420p",
"-crf 18",
"-c:a acc",
"-c:a aac",
"-b:a 192k",
"-g 1",
"-movflags faststart"