~ubuntu-branches/ubuntu/quantal/gst-plugins-bad0.10/quantal-proposed

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-bad-plugins-assrender.html

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="gst-plugins-bad Elements">
9
9
<link rel="prev" href="gst-plugins-bad-plugins-amrwbenc.html" title="amrwbenc">
10
10
<link rel="next" href="gst-plugins-bad-plugins-autoconvert.html" title="autoconvert">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
30
30
                  <a href="#gst-plugins-bad-plugins-assrender.properties" class="shortcut">Properties</a>
31
31
</td></tr>
32
32
</table>
33
 
<div class="refentry" title="assrender">
 
33
<div class="refentry">
34
34
<a name="gst-plugins-bad-plugins-assrender"></a><div class="titlepage"></div>
35
35
<div class="refnamediv"><table width="100%"><tr>
36
36
<td valign="top">
39
39
</td>
40
40
<td valign="top" align="right"></td>
41
41
</tr></table></div>
42
 
<div class="refsynopsisdiv" title="Synopsis">
 
42
<div class="refsynopsisdiv">
43
43
<a name="gst-plugins-bad-plugins-assrender.synopsis"></a><h2>Synopsis</h2>
44
 
<a name="GstAssRender"></a><pre class="synopsis">                    <a class="link" href="gst-plugins-bad-plugins-assrender.html#GstAssRender-struct" title="GstAssRender">GstAssRender</a>;
 
44
<a name="GstAssRender"></a><pre class="synopsis">struct              <a class="link" href="gst-plugins-bad-plugins-assrender.html#GstAssRender-struct" title="struct GstAssRender">GstAssRender</a>;
45
45
</pre>
46
46
</div>
47
 
<div class="refsect1" title="Object Hierarchy">
 
47
<div class="refsect1">
48
48
<a name="gst-plugins-bad-plugins-assrender.object-hierarchy"></a><h2>Object Hierarchy</h2>
49
49
<pre class="synopsis">
50
50
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
53
53
               +----GstAssRender
54
54
</pre>
55
55
</div>
56
 
<div class="refsect1" title="Properties">
 
56
<div class="refsect1">
57
57
<a name="gst-plugins-bad-plugins-assrender.properties"></a><h2>Properties</h2>
58
58
<pre class="synopsis">
59
59
  "<a class="link" href="gst-plugins-bad-plugins-assrender.html#GstAssRender--embeddedfonts" title='The "embeddedfonts" property'>embeddedfonts</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
60
60
  "<a class="link" href="gst-plugins-bad-plugins-assrender.html#GstAssRender--enable" title='The "enable" property'>enable</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
61
61
</pre>
62
62
</div>
63
 
<div class="refsect1" title="Description">
 
63
<div class="refsect1">
64
64
<a name="gst-plugins-bad-plugins-assrender.description"></a><h2>Description</h2>
65
65
<p>
66
66
Renders timestamped SSA/ASS subtitles on top of a video stream.
67
67
</p>
68
 
<div class="refsect2" title="Example launch line">
69
 
<a name="id576398"></a><h3>Example launch line</h3>
 
68
<p>
 
69
</p>
 
70
<div class="refsect2">
 
71
<a name="idp8821376"></a><h3>Example launch line</h3>
70
72
<div class="informalexample">
71
73
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
72
74
    <tbody>
73
75
      <tr>
74
76
        <td class="listing_lines" align="right"><pre>1</pre></td>
75
 
        <td class="listing_code"><pre class="programlisting">gst<span class="symbol">-</span>launch <span class="symbol">-</span>v filesrc location<span class="symbol">=/</span>path<span class="symbol">/</span>to<span class="symbol">/</span>mkv <span class="symbol">!</span> matroskademux name<span class="symbol">=</span>d <span class="symbol">!</span> queue <span class="symbol">!</span> mp3parse <span class="symbol">!</span> mad <span class="symbol">!</span> audioconvert <span class="symbol">!</span> autoaudiosink  d<span class="symbol">. !</span> queue <span class="symbol">!</span> ffdec_h264 <span class="symbol">!</span> ffmpegcolorspace <span class="symbol">!</span> r<span class="symbol">.</span>   d<span class="symbol">. !</span> queue <span class="symbol">!</span> <span class="string">&quot;application/x-ass&quot;</span> <span class="symbol">!</span> assrender name<span class="symbol">=</span>r <span class="symbol">!</span> ffmpegcolorspace <span class="symbol">!</span> autovideosink</pre></td>
 
77
        <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch <span class="gtkdoc opt">-</span>v filesrc location<span class="gtkdoc opt">=/</span>path<span class="gtkdoc opt">/</span>to<span class="gtkdoc opt">/</span>mkv <span class="gtkdoc opt">!</span> matroskademux name<span class="gtkdoc opt">=</span>d <span class="gtkdoc opt">!</span> queue <span class="gtkdoc opt">!</span> mp3parse <span class="gtkdoc opt">!</span> mad <span class="gtkdoc opt">!</span> audioconvert <span class="gtkdoc opt">!</span> autoaudiosink  d<span class="gtkdoc opt">. !</span> queue <span class="gtkdoc opt">!</span> ffdec_h264 <span class="gtkdoc opt">!</span> ffmpegcolorspace <span class="gtkdoc opt">!</span> r<span class="gtkdoc opt">.</span>   d<span class="gtkdoc opt">. !</span> queue <span class="gtkdoc opt">!</span> <span class="string">&quot;application/x-ass&quot;</span> <span class="gtkdoc opt">!</span> assrender name<span class="gtkdoc opt">=</span>r <span class="gtkdoc opt">!</span> ffmpegcolorspace <span class="gtkdoc opt">!</span> autovideosink</pre></td>
76
78
      </tr>
77
79
    </tbody>
78
80
  </table>
79
81
</div>
80
82
 This pipeline demuxes a Matroska file with h.264 video, MP3 audio and embedded ASS subtitles and renders the subtitles on top of the video.
81
83
</div>
82
 
</div>
83
 
<div class="refsect1" title="Details">
 
84
<p>
 
85
</p>
 
86
<div class="refsynopsisdiv">
 
87
<h2>Synopsis</h2>
 
88
<div class="refsect2">
 
89
<a name="idp8819136"></a><h3>Element Information</h3>
 
90
<div class="variablelist"><table border="0">
 
91
<col align="left" valign="top">
 
92
<tbody>
 
93
<tr>
 
94
<td><p><span class="term">plugin</span></p></td>
 
95
<td>
 
96
            <a class="link" href="gst-plugins-bad-plugins-plugin-assrender.html#plugin-assrender">assrender</a>
 
97
          </td>
 
98
</tr>
 
99
<tr>
 
100
<td><p><span class="term">author</span></p></td>
 
101
<td>Benjamin Schmitz &lt;vortex@wolpzone.de&gt;, Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;</td>
 
102
</tr>
 
103
<tr>
 
104
<td><p><span class="term">class</span></p></td>
 
105
<td>Mixer/Video/Overlay/Subtitle</td>
 
106
</tr>
 
107
</tbody>
 
108
</table></div>
 
109
</div>
 
110
<hr>
 
111
<div class="refsect2">
 
112
<a name="idp8811072"></a><h3>Element Pads</h3>
 
113
<div class="variablelist"><table border="0">
 
114
<col align="left" valign="top">
 
115
<tbody>
 
116
<tr>
 
117
<td><p><span class="term">name</span></p></td>
 
118
<td>text_sink</td>
 
119
</tr>
 
120
<tr>
 
121
<td><p><span class="term">direction</span></p></td>
 
122
<td>sink</td>
 
123
</tr>
 
124
<tr>
 
125
<td><p><span class="term">presence</span></p></td>
 
126
<td>always</td>
 
127
</tr>
 
128
<tr>
 
129
<td><p><span class="term">details</span></p></td>
 
130
<td>application/x-ass</td>
 
131
</tr>
 
132
<tr>
 
133
<td><p><span class="term"></span></p></td>
 
134
<td> application/x-ssa</td>
 
135
</tr>
 
136
</tbody>
 
137
</table></div>
 
138
<div class="variablelist"><table border="0">
 
139
<col align="left" valign="top">
 
140
<tbody>
 
141
<tr>
 
142
<td><p><span class="term">name</span></p></td>
 
143
<td>video_sink</td>
 
144
</tr>
 
145
<tr>
 
146
<td><p><span class="term">direction</span></p></td>
 
147
<td>sink</td>
 
148
</tr>
 
149
<tr>
 
150
<td><p><span class="term">presence</span></p></td>
 
151
<td>always</td>
 
152
</tr>
 
153
<tr>
 
154
<td><p><span class="term">details</span></p></td>
 
155
<td>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
156
</tr>
 
157
<tr>
 
158
<td><p><span class="term"></span></p></td>
 
159
<td> video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
160
</tr>
 
161
<tr>
 
162
<td><p><span class="term"></span></p></td>
 
163
<td> video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
164
</tr>
 
165
<tr>
 
166
<td><p><span class="term"></span></p></td>
 
167
<td> video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
168
</tr>
 
169
<tr>
 
170
<td><p><span class="term"></span></p></td>
 
171
<td> video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
172
</tr>
 
173
<tr>
 
174
<td><p><span class="term"></span></p></td>
 
175
<td> video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
176
</tr>
 
177
<tr>
 
178
<td><p><span class="term"></span></p></td>
 
179
<td> video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
180
</tr>
 
181
</tbody>
 
182
</table></div>
 
183
<div class="variablelist"><table border="0">
 
184
<col align="left" valign="top">
 
185
<tbody>
 
186
<tr>
 
187
<td><p><span class="term">name</span></p></td>
 
188
<td>src</td>
 
189
</tr>
 
190
<tr>
 
191
<td><p><span class="term">direction</span></p></td>
 
192
<td>source</td>
 
193
</tr>
 
194
<tr>
 
195
<td><p><span class="term">presence</span></p></td>
 
196
<td>always</td>
 
197
</tr>
 
198
<tr>
 
199
<td><p><span class="term">details</span></p></td>
 
200
<td>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
201
</tr>
 
202
<tr>
 
203
<td><p><span class="term"></span></p></td>
 
204
<td> video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
205
</tr>
 
206
<tr>
 
207
<td><p><span class="term"></span></p></td>
 
208
<td> video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
209
</tr>
 
210
<tr>
 
211
<td><p><span class="term"></span></p></td>
 
212
<td> video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
213
</tr>
 
214
<tr>
 
215
<td><p><span class="term"></span></p></td>
 
216
<td> video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
217
</tr>
 
218
<tr>
 
219
<td><p><span class="term"></span></p></td>
 
220
<td> video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
221
</tr>
 
222
<tr>
 
223
<td><p><span class="term"></span></p></td>
 
224
<td> video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
225
</tr>
 
226
</tbody>
 
227
</table></div>
 
228
</div>
 
229
</div>
 
230
<p>
 
231
</p>
 
232
</div>
 
233
<div class="refsect1">
84
234
<a name="gst-plugins-bad-plugins-assrender.details"></a><h2>Details</h2>
85
 
<div class="refsect2" title="GstAssRender">
86
 
<a name="GstAssRender-struct"></a><h3>GstAssRender</h3>
87
 
<pre class="programlisting">typedef struct _GstAssRender GstAssRender;</pre>
 
235
<div class="refsect2">
 
236
<a name="GstAssRender-struct"></a><h3>struct GstAssRender</h3>
 
237
<pre class="programlisting">struct GstAssRender;</pre>
88
238
<p>
89
239
</p>
90
240
</div>
91
241
</div>
92
 
<div class="refsect1" title="Property Details">
 
242
<div class="refsect1">
93
243
<a name="gst-plugins-bad-plugins-assrender.property-details"></a><h2>Property Details</h2>
94
 
<div class="refsect2" title='The "embeddedfonts" property'>
 
244
<div class="refsect2">
95
245
<a name="GstAssRender--embeddedfonts"></a><h3>The <code class="literal">"embeddedfonts"</code> property</h3>
96
246
<pre class="programlisting">  "embeddedfonts"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
97
247
<p>Extract and use fonts embedded in the stream.</p>
98
248
<p>Default value: TRUE</p>
99
249
</div>
100
250
<hr>
101
 
<div class="refsect2" title='The "enable" property'>
 
251
<div class="refsect2">
102
252
<a name="GstAssRender--enable"></a><h3>The <code class="literal">"enable"</code> property</h3>
103
253
<pre class="programlisting">  "enable"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
104
254
<p>Enable rendering of subtitles.</p>
108
258
</div>
109
259
<div class="footer">
110
260
<hr>
111
 
          Generated by GTK-Doc V1.15</div>
 
261
          Generated by GTK-Doc V1.17</div>
112
262
</body>
113
263
</html>
 
 
b'\\ No newline at end of file'