fix(remove ffv1): removing ffv1 as it does not support MP4

This commit is contained in:
CarolinePascal
2026-06-24 22:02:51 +02:00
parent 5a7968b835
commit 96c1416bc9
7 changed files with 11 additions and 16 deletions
+3 -3
View File
@@ -123,15 +123,15 @@ class TestDepthEncoderParsing:
"test/repo",
"--operation.type",
"reencode_videos",
"--operation.depth_encoder.vcodec",
"ffv1",
"--operation.depth_encoder.extra_options",
'{"x265-params": "lossless=1"}',
"--operation.depth_encoder.depth_max",
"12.0",
"--operation.depth_encoder.use_log",
"false",
]
)
assert cfg.operation.depth_encoder.vcodec == "ffv1"
assert cfg.operation.depth_encoder.extra_options == {"x265-params": "lossless=1"}
assert cfg.operation.depth_encoder.depth_max == 12.0
assert cfg.operation.depth_encoder.use_log is False