mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Use proper aac argument for ExtractReview
acc doesnt work for audio
This commit is contained in:
parent
200e04c622
commit
41694772c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue