40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link type="text/css" rel="stylesheet" href="./styles/shCore.css" />
|
|
<link type="text/css" rel="stylesheet" href="./style.css" />
|
|
<link type="text/css" rel="stylesheet" href="./styles/shThemeDefault.css" />
|
|
<script type="text/javascript" src="./scripts/shCore.js"></script>
|
|
<script type="text/javascript" src="./scripts/shBrushBash.js"></script>
|
|
<script type="text/javascript" src="./scripts/shBrushJava.js"></script>
|
|
<script type="text/javascript">
|
|
SyntaxHighlighter.all();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1 id="toc_1">avimerge</h1>
|
|
|
|
<p>
|
|
<em>avimerge</em> ist im transcode Paket enthalten. Die Installation dauert sehr lange, da <em>MacOS</em> anscheinend viele benötigten <em>Libraries</em> nicht standardmäßig enthalten.
|
|
</p>
|
|
|
|
<pre class="brush: bash; ; toolbar: false;">
|
|
$ sudo port install transcode
|
|
</pre>
|
|
|
|
<p>
|
|
Mehrere Videoparts in eine Datei mergen
|
|
</p>
|
|
|
|
<pre class="brush: bash; ; toolbar: false;">
|
|
$ avimerge -o OutputFile.avi -i Input1.avi Input2.avi
|
|
</pre>
|
|
|
|
|
|
<p>
|
|
[ <a href="index.html">Go home</a> ]
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|