mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
1c6205761d
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@540 af4574ff-66df-0310-9fd7-8a98e5e911e0
45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
<sect2>
|
|
<title>Installation of transcode</title>
|
|
|
|
<para>Everything that can be utilized by transcode should be installed first.</para>
|
|
|
|
<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
|
|
the developers at Sigma design commited but it is continued now.</para>
|
|
|
|
<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>
|
|
<title>Installing transcode</title>
|
|
|
|
<para>Install transcode by running the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr --with-ogg --with-vorbis\
|
|
--with-libfame --with-lame --with-avifile \
|
|
--with-libpostproc-builddir=../MPlayer-<version> &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
<para>Replace <userinput><version></userinput> with whichever
|
|
MPlayer Version number is appropriate.</para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|