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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
|
<html>
<head>
<title> Linux Video Stream Processing Tool - Examples</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="DVD, digital video, DV, encoder, divx,
DivX;-), lame, source, posix, avifile, opendivx, codec, linux, AC3,
program stream, video, audio, transcode, decoder, stream, YV12">
</head>
<body bgcolor=#CDB5CD>
<a name=top></a>
<table cellspacing="10" cellpadding="0" border="0" width="100%">
<tr>
<td align=left valign="top" width=30% bgcolor="#a0a0a0">
<table border="0" cellpadding="10" cellspacing="3" font size=+2 bgcolor="#ffffff" width=100%>
<td align="left" bgcolor="#e9e9e9"> <FONT
FACE="Lucida,Helvetica"> <font>Example <i>transcode</i> sessions: </font>
</tr>
<tr>
<td>
<table width=100% border="0" cellpadding="10" cellspacing="3">
<tr>
<td align=left valign="top" bgcolor="#e9e9e9" width=50%>
<font size=+2 color=blue><a href=intro.html>Introduction</a></font>
<ul>
<li> Overview
<li> Command line options
<li> Import/export/filter plug-ins
</ul>
</td>
<td align=left valign="top" bgcolor="#e9e9e9" width=50%>
<font size=+2 color=blue><a href=pre.html>Pre-Processing</a></font>
<ul>
<li> <i>tcprobe</i>
<li> <i>tcscan</i>
</ul>
</td>
</tr>
<tr>
<td align=left valign="top" bgcolor="#e9e9e9">
<font size=+2 color=blue><a href=core.html>Basic
Transcoder Modes</a></font>
<ul>
<li> directory mode
<li> DVD chapter mode
<li> VOB cluster encoding batch mode
<li> VOB program stream units (PSU) mode
</ul>
</td>
<td align=left valign="top" bgcolor="#e9e9e9">
<font size=+2 color=blue><a href=anim.html>Picture
Sequences</a></font>
<ul>
<li> making animations
<li> movie to video frame conversion
</ul>
</td>
</tr>
<tr>
<td align=left valign="top" bgcolor="#e9e9e9">
<font size=+2 color=blue><a href=dvd.html>DVD to
MPEG-4</a></font>
<ul>
<li> 2-pass encoding
<li> DVD backup with <i>tccat</i>
</ul>
</td>
<td align=left valign="top" bgcolor="#e9e9e9">
<font size=+2 color=blue><a href=dv.html>Digital
Video</a></font>
<ul>
<li> choosing a decoder
<li> pass-through options
<li> de-interlacing / anti-aliasing guide
</ul>
</td>
</tr>
<tr>
<td align=left valign="top" bgcolor="#e9e9e9">
<font size=+2 color=blue><a
href=mpeg.html>VCD/(S)VCD/DVD</a></font>
<ul>
<li> NTSC / PAL examples
<li> changing the aspect ratio
</ul>
</td>
<td align=left valign="top" bgcolor="#e9e9e9">
<font size=+2 color=blue><a
href=subtitles.html>Subtitles</a></font>
<ul>
<li> DVD subtitle overlay
<li> generating subtitle files
<li> adding custom subtitles
</ul>
</td>
</tr>
<tr>
<td align=left valign="top" bgcolor="#e9e9e9">
<font size=+2 color=blue><a href=other.html>Other Supported
Formats</a></font>
<ul>
<li> Quicktime4linux
<li> Video4linux
<li> NuppelVideo
<li> YUV4MPEG
</ul>
</td>
<td align=left valign="top" bgcolor="#e9e9e9">
<font size=+2 color=blue><a
href=misc.html>Miscellaneous</a></font>
<ul>
<li> clipping / resizing guide
<li> multi-audio AVI-files
<li> pass-through options
<li> audio only processing
</ul>
</td>
</tr>
<tr>
<td align=left valign="top" bgcolor="#e9e9e9" width=50%>
<font size=+2 color=blue><a href=post.html>Post-Processing</a></font>
<ul>
<li> <i>avifix/avisync</i>
<li> <i>avimerge</i>
<li> <i>avisplit</i>
</ul>
</td>
<td align=left valign="top" bgcolor="#e9e9e9" width=50%>
<font size=+2 color=blue><a href=faq.html>References</a></font>
<ul>
<li> frequently asked questions
<li> acknowledgements
</ul>
</td>
</tr>
</table>
</table>
</table>
<!-- hhmts start -->
Last modified: Sun Dec 8 20:11:15 Europe/Berlin 2002
<!-- hhmts end -->
</body> </html>
|