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
|
<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>Post-processing</font>
</tr>
<tr>
<td>
After hours of encoding time it's time to check if
the result is worth to be burnt on CD. <i>transcode</i>
comes with a couple of helper tools that allow for limited
editing of AVI-files.
<ul>
<li> <a href="#avisplit"> <FONT FACE="Lucida,Helvetica">avisplit</font></a><br>
Split an AVI-file into chunks.<p>
<li> <a href="#avimerge"> <FONT FACE="Lucida,Helvetica">avimerge</font></a><br>
Merge AVI-files into a single AVI-file or add audio
tracks.<p>
<li> <a href="#avisync"> <FONT FACE="Lucida,Helvetica">avisync</font></a><br>
Limited audio/video synchronization adjustments for
AVI-files.<p>
<li> <a href="#avifix"> <FONT FACE="Lucida,Helvetica">avifix</font></a><br>
Manipulate header information in AVI-files.<p>
</ul>
</td>
</tr>
</table>
</table>
<a name=avisplit></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>avisplit</font>
</tr>
<tr>
<td>
</table>
</table>
<a name=avimerge></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>avimerge</font>
</tr>
<tr>
<td>
</table>
</table>
<a name=avisync></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>avisync</font>
</tr>
<tr>
<td>
</table>
</table>
<a name=avifix></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>avifix</font>
</tr>
<tr>
<td>
</table>
</table>
<!-- hhmts start -->
Last modified: Thu May 16 12:55:47 CEST 2002
<!-- hhmts end -->
</body> </html>
|