Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.io.video
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.io.video
Commits
5ad2a5be
Commit
5ad2a5be
authored
Mar 14, 2018
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'issue_10' into 'master'
Fixes
#10
Closes
#10
See merge request
!11
parents
5959096d
a33757f2
Pipeline
#18300
passed with stages
in 49 minutes and 46 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
bob/io/video/test_codec.py
bob/io/video/test_codec.py
+3
-0
No files found.
bob/io/video/test_codec.py
View file @
5ad2a5be
...
...
@@ -15,6 +15,9 @@ from .utils import color_distortion, frameskip_detection, quality_degradation
# These are some global parameters for the test.
INPUT_VIDEO
=
test_utils
.
datafile
(
'test.mov'
,
__name__
)
# Fix numpy random seed for tests, so they are repeatable
numpy
.
random
.
seed
(
0
)
def
check_format_codec
(
function
,
shape
,
framerate
,
format
,
codec
,
maxdist
):
length
,
height
,
width
=
shape
...
...
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