Bound ffmpeg filter threads

This commit is contained in:
Victor Kuznetsov
2026-07-31 14:43:01 -07:00
parent 166dab9d03
commit 0fac8cd000
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -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