diff --git a/mediapy_test.py b/mediapy_test.py index 1d2fc31..f33c897 100755 --- a/mediapy_test.py +++ b/mediapy_test.py @@ -651,7 +651,7 @@ def test_video_read_write_10bit(self): value_1_of_10bit_encoded_in_16bits = 64 # This factor may need to be raised in some recent versions of ffmpeg due # to scaling issues on 10-bit <> 16-bit conversions. - factor = 0.8 + factor = 2.5 self._check_similar( video, new_video, max_rms=value_1_of_10bit_encoded_in_16bits * factor )