Bob’s Video I/O Routines¶
Todo
Explain, what exactly is contained in this tuple
(The original entry is located in /home/gitlab-runner/builds/0d638152/3/bob/bob.io.video/bob/io/video/__init__.py:docstring of bob.io.video.reader.frame_type, line 3.)
Todo
Explain, what exactly is contained in this tuple
(The original entry is located in /home/gitlab-runner/builds/0d638152/3/bob/bob.io.video/bob/io/video/__init__.py:docstring of bob.io.video.reader.video_type, line 3.)
Todo
Explain, what exactly is contained in this tuple
(The original entry is located in /home/gitlab-runner/builds/0d638152/3/bob/bob.io.video/bob/io/video/__init__.py:docstring of bob.io.video.writer.frame_type, line 3.)
Todo
Explain, what exactly is contained in this tuple
(The original entry is located in /home/gitlab-runner/builds/0d638152/3/bob/bob.io.video/bob/io/video/__init__.py:docstring of bob.io.video.writer.video_type, line 3.)
This module provides two Video I/O components:
- A plugin for
bob.io.base
that allows Bob to read and write videos using its native API (bob.io.base.load()
andbob.io.base.save()
). - A special interface for reading and writing video files with an enhanced set of options. This includes the possibility to define the recording rate, codec and/or format to be used for example.