File: container.rst

package info (click to toggle)
python-av 16.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,684 kB
  • sloc: python: 7,607; sh: 182; ansic: 174; makefile: 135
file content (79 lines) | stat: -rw-r--r-- 1,373 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79

Containers
==========


Generic
-------

.. currentmodule:: av.container

.. automodule:: av.container

.. autoclass:: Container

    .. attribute:: options
    .. attribute:: container_options
    .. attribute:: stream_options
    .. attribute:: metadata_encoding
    .. attribute:: metadata_errors
    .. attribute:: open_timeout
    .. attribute:: read_timeout


Flags
~~~~~

.. attribute:: av.container.Container.flags

.. class:: av.container.Flags

    Wraps :ffmpeg:`AVFormatContext.flags`.

    .. enumtable:: av.container.core:Flags
        :class: av.container.core:Container


Input Containers
----------------

.. autoclass:: InputContainer
    :members:


Output Containers
-----------------

.. autoclass:: OutputContainer
    :members:


Formats
-------

.. currentmodule:: av.format

.. automodule:: av.format

.. autoclass:: ContainerFormat

.. autoattribute:: ContainerFormat.name
.. autoattribute:: ContainerFormat.long_name

.. autoattribute:: ContainerFormat.options
.. autoattribute:: ContainerFormat.input
.. autoattribute:: ContainerFormat.output
.. autoattribute:: ContainerFormat.is_input
.. autoattribute:: ContainerFormat.is_output
.. autoattribute:: ContainerFormat.extensions

Flags
~~~~~

.. autoattribute:: ContainerFormat.flags

.. autoclass:: av.format.Flags

    .. enumtable:: av.format.Flags
        :class: av.format.ContainerFormat