Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.video
Commits
26dc7182
Commit
26dc7182
authored
Dec 01, 2021
by
André Anjos
💬
Browse files
[test_codec] Increase noise thresholds to account for osx-arm64 errors
parent
d7179b41
Pipeline
#56692
passed with stage
in 10 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/video/test_codec.py
View file @
26dc7182
...
...
@@ -74,7 +74,7 @@ def test_format_codecs():
# high-quality encoders
zlib
=
dict
(
frameskip
=
0.0
,
color
=
0.0
,
noise
=
0.0
),
ffv1
=
dict
(
frameskip
=
0.05
,
color
=
9.0
,
noise
=
46.
),
vp8
=
dict
(
frameskip
=
0.
3
,
color
=
9.0
,
noise
=
65.
),
vp8
=
dict
(
frameskip
=
0.
6
,
color
=
9.0
,
noise
=
65.
),
libvpx
=
dict
(
frameskip
=
0.3
,
color
=
9.0
,
noise
=
65.
),
h264
=
dict
(
frameskip
=
160.
,
color
=
10.
,
noise
=
160.
),
libx264
=
dict
(
frameskip
=
160.
,
color
=
160.
,
noise
=
160.
),
...
...
@@ -85,9 +85,9 @@ 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
=
80.
),
mpeg2video
=
dict
(
frameskip
=
1.
3
,
color
=
9.0
,
noise
=
80.
),
mpeg1video
=
dict
(
frameskip
=
1.
4
,
color
=
9.0
,
noise
=
50.
),
mpegvideo
=
dict
(
frameskip
=
1.
4
,
color
=
9.0
,
noise
=
80.
),
mpeg2video
=
dict
(
frameskip
=
1.
4
,
color
=
9.0
,
noise
=
80.
),
mpeg1video
=
dict
(
frameskip
=
1.
5
,
color
=
9.0
,
noise
=
50.
),
# low quality encoders - avoid using - available for compatibility
wmv2
=
dict
(
frameskip
=
3.0
,
color
=
10.
,
noise
=
50.
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment