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

increase acceptable noise

parent 5b5a72db
Branches
Tags
1 merge request!9Migrate to conda based CI
Pipeline #
......@@ -78,7 +78,7 @@ def test_format_codecs():
# older, but still good quality encoders
mjpeg = dict(frameskip=1.2, color=9.0, noise=50.),
mpegvideo = dict(frameskip=1.3, color=9.0, noise=55.),
mpeg2video = dict(frameskip=1.3, color=9.0, noise=55.),
mpeg2video = dict(frameskip=1.3, color=9.0, noise=75.),
mpeg1video = dict(frameskip=1.4, color=9.0, noise=50.),
# low quality encoders - avoid using - available for compatibility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment