mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-08-09 23:50:40 +02:00
Bound ffmpeg filter threads
This commit is contained in:
@@ -1971,6 +1971,7 @@ class TestVideoVisibleEncoding:
|
||||
profile=video_encoding.VideoEncodeProfile(),
|
||||
)
|
||||
|
||||
assert command[1:3] == ["-filter_threads", "1"]
|
||||
assert command[command.index("-threads:v") + 1] == "2"
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user