An error occurred while fetching the assigned milestone of the selected merge_request.
av
codec
codec.pyx +3 -0
video
format.pyx +10 -0
frame.pyx +45 -0
examples/basics
save_keyframes.py +3 -2
tests
test_videoformat.py +13 -0
+ 3
- 0
@@ -86,6 +86,9 @@ cdef class Codec(object):
+ 10
- 0
@@ -53,6 +53,16 @@ cdef class VideoFormat(object):
+ 45
- 0
@@ -330,6 +334,47 @@ cdef class VideoFrame(Frame):
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 13
- 0
@@ -88,3 +88,16 @@ class TestVideoFormats(TestCase):