fix(lossless): tuning depth encoding parameters for lossless depth storage

This commit is contained in:
CarolinePascal
2026-06-24 22:41:00 +02:00
parent 96e04e5d05
commit 24c0bf6199
3 changed files with 15 additions and 13 deletions
+2
View File
@@ -730,6 +730,7 @@ class TestEncodeDepthVideoFrames:
pix_fmt="gray12le",
g=4,
crf=25,
extra_options={},
depth_min=0.05,
depth_max=8.0,
shift=2.5,
@@ -777,6 +778,7 @@ class TestDepthEncoderConfigPersistence:
pix_fmt="gray12le",
g=2,
crf=30,
extra_options={},
depth_min=0.05,
depth_max=8.0,
shift=2.5,