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
d375acf8
Commit
d375acf8
authored
Oct 14, 2021
by
Amir MOHAMMADI
Browse files
increase noise thresholds for h264 codecs
parent
d0d38aa8
Pipeline
#55195
passed with stage
in 21 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/video/test_codec.py
View file @
d375acf8
...
@@ -76,9 +76,9 @@ def test_format_codecs():
...
@@ -76,9 +76,9 @@ def test_format_codecs():
ffv1
=
dict
(
frameskip
=
0.05
,
color
=
9.0
,
noise
=
46.
),
ffv1
=
dict
(
frameskip
=
0.05
,
color
=
9.0
,
noise
=
46.
),
vp8
=
dict
(
frameskip
=
0.3
,
color
=
9.0
,
noise
=
65.
),
vp8
=
dict
(
frameskip
=
0.3
,
color
=
9.0
,
noise
=
65.
),
libvpx
=
dict
(
frameskip
=
0.3
,
color
=
9.0
,
noise
=
65.
),
libvpx
=
dict
(
frameskip
=
0.3
,
color
=
9.0
,
noise
=
65.
),
h264
=
dict
(
frameskip
=
8
0.
,
color
=
10.
,
noise
=
8
0.
),
h264
=
dict
(
frameskip
=
10
0.
,
color
=
10.
,
noise
=
10
0.
),
libx264
=
dict
(
frameskip
=
8
0.
,
color
=
160.
,
noise
=
160.
),
libx264
=
dict
(
frameskip
=
10
0.
,
color
=
160.
,
noise
=
160.
),
libopenh264
=
dict
(
frameskip
=
8
0.
,
color
=
10.
,
noise
=
8
0.
),
libopenh264
=
dict
(
frameskip
=
10
0.
,
color
=
10.
,
noise
=
10
0.
),
theora
=
dict
(
frameskip
=
0.5
,
color
=
9.0
,
noise
=
70.
),
theora
=
dict
(
frameskip
=
0.5
,
color
=
9.0
,
noise
=
70.
),
libtheora
=
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.
),
mpeg4
=
dict
(
frameskip
=
1.0
,
color
=
9.0
,
noise
=
55.
),
...
...
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