Skip to content

Commit

Permalink
Replace deprecated flag -intra for -g 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jul 8, 2024
1 parent 292fbcc commit 8468d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings/publish_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class TrayPublisherPublishPlugins(BaseSettingsModel):
"output": [
"-pix_fmt yuv420p",
"-crf 18",
"-intra"
"-g 1",
]
}
}
Expand Down

0 comments on commit 8468d03

Please sign in to comment.