Skip to content

Commit

Permalink
Merge pull request #2 from ynput/enhancement/update_settings_default_…
Browse files Browse the repository at this point in the history
…ffmpeg_intra

Settings: Replace deprecated flag `-intra` for `-g 1`
  • Loading branch information
iLLiCiTiT authored Jul 8, 2024
2 parents 292fbcc + 8468d03 commit d3d8e34
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 d3d8e34

Please sign in to comment.