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
85b31d51
Commit
85b31d51
authored
Oct 29, 2014
by
Manuel Günther
Browse files
Fixed doctest indentation issue
parent
625f0868
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/video.rst
View file @
85b31d51
...
...
@@ -143,10 +143,10 @@ example:
.. doctest::
:options: +NORMALIZE_WHITESPACE, +ELLIPSIS
>>> import bob.io.video
>>> codecs = bob.io.video.supported_videowriter_formats()['mp4']['supported_codecs'].keys()
>>> print(codecs) # doctest: +SKIP
['h264', 'libx264', 'mjpeg', 'mpeg1video']
>>> import bob.io.video
>>> codecs = bob.io.video.supported_videowriter_formats()['mp4']['supported_codecs'].keys()
>>> print(codecs) # doctest: +SKIP
['h264', 'libx264', 'mjpeg', 'mpeg1video']
You can see from the output command that only 4 codecs are supported by the
file format ``mp4``.
...
...
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