Merge pull request #293 from vic4key/experimental

To fix bugs and support more options for the Live function (see details in Commits tab)
This commit is contained in:
Kenneth Estanislao
2024-08-15 14:21:58 +08:00
parent 4324b41b9e
commit eab5ba7027
4 changed files with 364 additions and 152 deletions

View File

@@ -19,6 +19,8 @@ keep_frames = None
many_faces = None
video_encoder = None
video_quality = None
live_mirror = None
live_resizable = None
max_memory = None
execution_providers: List[str] = []
execution_threads = None