8000 Update docs · lguowang/ffmpeg-python@d65e544 · GitHub
[go: up one dir, main page]

Skip to content

Commit d65e544

Browse files
committed
Update docs
1 parent e7690df commit d65e544

File tree

7 files changed

+104
-388
lines changed

7 files changed

+104
-388
lines changed

_sources/index.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
ffmpeg-python: Python bindings for FFmpeg
1+
procgraph: graphs of concurrent processes
22
=========================================
33

4-
:Github: https://github.com/kkroening/ffmpeg-python
4+
:Github: https://github.com/kkroening/procgraph
55

66
.. toctree::
77
:maxdepth: 2
88
:caption: Contents:
99

10-
.. automodule:: ffmpeg
10+
.. automodule:: procgraph
1111
:members:
1212
:undoc-members:
1313
:show-inheritance:

genindex.html

Lines changed: 35 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Index &#8212; ffmpeg-python documentation</title>
10+
<title>Index &#8212; procgraph documentation</title>
1111

1212
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1313
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li class="right" >
3939
<a href="py-modindex.html" title="Python Module Index"
4040
>modules</a> |</li>
41-
<li class="nav-item nav-item-0"><a href="index.html">ffmpeg-python documentation</a> &#187;</li>
41+
<li class="nav-item nav-item-0"><a href="index.html">procgraph documentation</a> &#187;</li>
4242
</ul>
4343
</div>
4444

@@ -52,141 +52,104 @@ <h1 id="index">Index</h1>
5252

5353
<div class="genindex-jumpbox">
5454
<a href="#C"><strong>C</strong></a>
55-
| <a href="#D"><strong>D</strong></a>
5655
| <a href="#F"><strong>F</strong></a>
57-
| <a href="#G"><strong>G</strong></a>
58-
| <a href="#H"><strong>H</strong></a>
59-
| <a href="#I"><strong>I</strong></a>
6056
| <a href="#M"><strong>M</strong></a>
57+
| <a href="#N"><strong>N</strong></a>
6158
| <a href="#O"><strong>O</strong></a>
59+
| <a href="#P"><strong>P</strong></a>
6260
| <a href="#R"><strong>R</strong></a>
63-
| <a href="#S"><strong>S</strong></a>
6461
| <a href="#T"><strong>T</strong></a>
65-
| <a href="#V"><strong>V</strong></a>
66-
| <a href="#Z"><strong>Z</strong></a>
6762

6863
</div>
6964
<h2 id="C">C</h2>
7065
<table style="width: 100%" class="indextable genindextable"><tr>
7166
<td style="width: 33%; vertical-align: top;"><ul>
72-
<li><a href="index.html#ffmpeg.colorchannelmixer">colorchannelmixer() (in module ffmpeg)</a>
73-
</li>
74-
</ul></td>
75-
<td style="width: 33%; vertical-align: top;"><ul>
76-
<li><a href="index.html#ffmpeg.concat">concat() (in module ffmpeg)</a>
77-
</li>
78-
</ul></td>
79-
</tr></table>
67+
<li><a href="index.html#procgraph.concat">concat() (in module procgraph)</a>
8068

81-
<h2 id="D">D</h2>
82-
<table style="width: 100%" class="indextable genindextable"><tr>
83-
<td style="width: 33%; vertical-align: top;"><ul>
84-
<li><a href="index.html#ffmpeg.drawbox">drawbox() (in module ffmpeg)</a>
69+
<ul>
70+
<li><a href="index.html#procgraph.Node.concat">(procgraph.Node method)</a>
8571
</li>
72+
</ul></li>
8673
</ul></td>
8774
</tr></table>
8875

8976
<h2 id="F">F</h2>
9077
<table style="width: 100%" class="indextable genindextable"><tr>
9178
<td style="width: 33%; vertical-align: top;"><ul>
92-
<li><a href="index.html#module-ffmpeg">ffmpeg (module)</a>
79+
<li><a href="index.html#procgraph.from_file">from_file() (in module procgraph)</a>
9380
</li>
9481
</ul></td>
9582
<td style="width: 33%; vertical-align: top;"><ul>
96-
<li><a href="index.html#ffmpeg.filter_">filter_() (in module ffmpeg)</a>
97-
</li>
98-
<li><a href="index.html#ffmpeg.filter_multi">filter_multi() (in module ffmpeg)</a>
83+
<li><a href="index.html#procgraph.from_text">from_text() (in module procgraph)</a>
9984
</li>
10085
</ul></td>
10186
</tr></table>
10287

103-
<h2 id="G">G</h2>
88+
<h2 id="M">M</h2>
10489
<table style="width: 100%" class="indextable genindextable"><tr>
10590
<td style="width: 33%; vertical-align: top;"><ul>
106-
<li><a href="index.html#ffmpeg.get_args">get_args() (in module ffmpeg)</a>
107-
</li>
108-
</ul></td>
109-
</tr></table>
91+
<li><a href="index.html#procgraph.map">map() (in module procgraph)</a>
11092

111-
<h2 id="H">H</h2>
112-
<table style="width: 100%" class="indextable genindextable"><tr>
113-
<td style="width: 33%; vertical-align: top;"><ul>
114-
<li><a href="index.html#ffmpeg.hflip">hflip() (in module ffmpeg)</a>
115-
</li>
116-
</ul></td>
117-
<td style="width: 33%; vertical-align: top;"><ul>
118-
<li><a href="index.html#ffmpeg.hue">hue() (in module ffmpeg)</a>
93+
<ul>
94+
<li><a href="index.html#procgraph.Node.map">(procgraph.Node method)</a>
11995
</li>
96+
</ul></li>
12097
</ul></td>
12198
</tr></table>
12299

123-
<h2 id="I">I</h2>
100+
<h2 id="N">N</h2>
124101
<table style="width: 100%" class="indextable genindextable"><tr>
125102
<td style="width: 33%; vertical-align: top;"><ul>
126-
<li><a href="index.html#ffmpeg.input">input() (in module ffmpeg)</a>
103+
<li><a href="index.html#procgraph.Node">Node (class in procgraph)</a>
127104
</li>
128105
</ul></td>
129106
</tr></table>
130107

131-
<h2 id="M">M</h2>
108+
<h2 id="O">O</h2>
132109
<table style="width: 100%" class="indextable genindextable"><tr>
133110
<td style="width: 33%; vertical-align: top;"><ul>
134-
<li><a href="index.html#ffmpeg.merge_outputs">merge_outputs() (in module ffmpeg)</a>
111+
<li><a href="index.html#procgraph.operator">operator() (in module procgraph)</a>
135112
</li>
136113
</ul></td>
137114
</tr></table>
138115

139-
<h2 id="O">O</h2>
116+
<h2 id="P">P</h2>
140117
<table style="width: 100%" class="indextable genindextable"><tr>
141118
<td style="width: 33%; vertical-align: top;"><ul>
142-
<li><a href="index.html#ffmpeg.output">output() (in module ffmpeg)</a>
143-
</li>
144-
</ul></td>
145-
<td style="width: 33%; vertical-align: top;"><ul>
146-
<li><a href="index.html#ffmpeg.overlay">overlay() (in module ffmpeg)</a>
147-
</li>
148-
<li><a href="index.html#ffmpeg.overwrite_output">overwrite_output() (in module ffmpeg)</a>
119+
<li><a href="index.html#module-procgraph">procgraph (module)</a>
149120
</li>
150121
</ul></td>
151122
</tr></table>
152123

153124
<h2 id="R">R</h2>
154125
<table style="width: 100%" class="indextable genindextable"><tr>
155126
<td style="width: 33%; vertical-align: top;"><ul>
156-
<li><a href="index.html#ffmpeg.run">run() (in module ffmpeg)</a>
157-
</li>
158-
</ul></td>
159-
</tr></table>
127+
<li><a href="index.html#procgraph.run">run() (in module procgraph)</a>
160128

161-
<h2 id="S">S</h2>
162-
<table style="width: 100%" class="indextable genindextable"><tr>
163-
<td style="width: 33%; vertical-align: top;"><ul>
164-
<li><a href="index.html#ffmpeg.setpts">setpts() (in module ffmpeg)</a>
129+
<ul>
130+
<li><a href="index.html#procgraph.Node.run">(procgraph.Node method)</a>
165131
</li>
132+
</ul></li>
166133
</ul></td>
167134
</tr></table>
168135

169136
<h2 id="T">T</h2>
170137
<table style="width: 100%" class="indextable genindextable"><tr>
171138
<td style="width: 33%; vertical-align: top;"><ul>
172-
<li><a href="index.html#ffmpeg.trim">trim() (in module ffmpeg)</a>
173-
</li>
174-
</ul></td>
175-
</tr></table>
139+
<li><a href="index.html#procgraph.to_file">to_file() (in module procgraph)</a>
176140

177-
<h2 id="V">V</h2>
178-
<table style="width: 100%" class="indextable genindextable"><tr>
179-
<td style="width: 33%; vertical-align: top;"><ul>
180-
<li><a href="index.html#ffmpeg.vflip">vflip() (in module ffmpeg)</a>
141+
<ul>
142+
<li><a href="index.html#procgraph.Node.to_file">(procgraph.Node method)</a>
181143
</li>
144+
</ul></li>
182145
</ul></td>
183-
</tr></table>
184-
185-
<h2 id="Z">Z</h2>
186-
<table style="width: 100%" class="indextable genindextable"><tr>
187146
<td style="width: 33%; vertical-align: top;"><ul>
188-
<li><a href="index.html#ffmpeg.zoompan">zoompan() (in module ffmpeg)</a>
147+
<li><a href="index.html#procgraph.to_text">to_text() (in module procgraph)</a>
148+
149+
<ul>
150+
<li><a href="index.html#procgraph.Node.to_text">(procgraph.Node method)</a>
189151
</li>
152+
</ul></li>
190153
</ul></td>
191154
</tr></table>
192155

@@ -223,7 +186,7 @@ <h3>Navigation</h3>
223186
<li class="right" >
224187
<a href="py-modindex.html" title="Python Module Index"
225188
>modules</a> |</li>
226-
<li class="nav-item nav-item-0"><a href="index.html">ffmpeg-python documentation</a> &#187;</li>
189+
<li class="nav-item nav-item-0"><a href="index.html">procgraph documentation</a> &#187;</li>
227190
</ul>
228191
</div>
229192
<div class="footer" role="contentinfo">

0 commit comments

Comments
 (0)
0