Skip to content
Snippets Groups Projects
Commit cb133553 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

More relaxing of thresholds

parent bce64197
No related branches found
No related tags found
No related merge requests found
Pipeline #46451 skipped
......@@ -76,9 +76,9 @@ def test_format_codecs():
ffv1 = dict(frameskip=0.05, color=9.0, noise=46.),
vp8 = dict(frameskip=0.3, color=9.0, noise=65.),
libvpx = dict(frameskip=0.3, color=9.0, noise=65.),
h264 = dict(frameskip=50., color=10., noise=80.),
libx264 = dict(frameskip=50., color=160., noise=160.),
libopenh264 = dict(frameskip=50., color=10., noise=80.),
h264 = dict(frameskip=80., color=10., noise=80.),
libx264 = dict(frameskip=80., color=160., noise=160.),
libopenh264 = dict(frameskip=80., color=10., noise=80.),
theora = dict(frameskip=0.5, color=9.0, noise=70.),
libtheora = dict(frameskip=0.5, color=9.0, noise=70.),
mpeg4 = dict(frameskip=1.0, color=9.0, noise=55.),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment