2002-12-28 06:38:20 +08:00
|
|
|
<sect2>
|
2003-05-05 23:05:44 +08:00
|
|
|
<title>Installation of <application>transcode</application></title>
|
2002-12-28 06:38:20 +08:00
|
|
|
|
2003-09-20 11:56:53 +08:00
|
|
|
<!--
|
2003-05-05 23:05:44 +08:00
|
|
|
<para>Everything that can be utilized by
|
|
|
|
<application>transcode</application> should be installed first.</para>
|
2002-12-28 06:38:20 +08:00
|
|
|
<sect3>
|
|
|
|
<title>OpenDivX or Xvid?</title>
|
|
|
|
|
|
|
|
<para>OpenDivX is a free implementation of the mpeg4-codec. Alas, the
|
|
|
|
developers at ProjectMayo didn't gratefully release their actual source in
|
|
|
|
compileable versions, so the displeasure of the users majority canalized
|
|
|
|
into a new project named Xvid.</para>
|
|
|
|
|
|
|
|
<para>Xvid development was interrupted in Autumn 2002 due to a code-theft
|
2003-04-08 22:28:08 +08:00
|
|
|
the developers at Sigma design committed but it is continued now.</para>
|
2002-12-28 06:38:20 +08:00
|
|
|
|
|
|
|
<para>For worse luck, OpenDivX and Xvid are using the same header file
|
|
|
|
names (an issue that wouldn't be resolved easily) and function namespace,
|
|
|
|
so you'll have to choose which one to use in transcode.</para>
|
|
|
|
|
|
|
|
<para>I personally vote for Xvid, because the installation from sources
|
|
|
|
is much smoother. If you use mencoder and transcode at the same time,
|
|
|
|
you may want to choose different codecs for each.</para>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
<sect3>
|
2003-05-05 23:05:44 +08:00
|
|
|
<title>Installing <application>transcode</application></title>
|
2003-09-20 11:56:53 +08:00
|
|
|
-->
|
2002-12-28 06:38:20 +08:00
|
|
|
|
2003-05-05 23:05:44 +08:00
|
|
|
<para>Install <application>transcode</application> by running the following
|
|
|
|
commands:</para>
|
2002-12-28 06:38:20 +08:00
|
|
|
|
2003-05-05 23:05:44 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
2002-12-28 06:38:20 +08:00
|
|
|
make &&
|
2003-05-05 23:05:44 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-12-28 06:38:20 +08:00
|
|
|
|
2003-04-22 23:42:52 +08:00
|
|
|
<!--
|
2002-12-28 06:38:20 +08:00
|
|
|
<para>Replace <userinput><version></userinput> with whichever
|
|
|
|
MPlayer Version number is appropriate.</para>
|
2003-04-22 23:42:52 +08:00
|
|
|
-->
|
2002-12-28 06:38:20 +08:00
|
|
|
|
|
|
|
</sect2>
|