Codecs
Xvid Codec
Visit the Xvid site to retrieve the latest version of the codec.
1 2 3 4 5 6 7 | tar -zxf xvidcore-1.3.2.tar.gzcd xvidcore/build/generic./configuremake && make installldconfigcd |
Lame Codec
Visit the LAME MP3 Encoder project to obtain their latest version.
1 2 3 4 5 6 7 | tar -zxf lame-3.98.4.tar.gzcd lame-3.98.4./configuremake && make installldconfig cd |
Faac Codec
Visit the AudioCoding site for the latest version of the codec.
1 2 3 4 5 6 7 8 | tar -xzf faac-1.28.tar.gzcd faac-1.28./bootstrap./configuremake && make installldconfigcd |
OpenCore AMR Codec
Get the latest version of OpenCore AMR from their repository at SourceForge.
1 2 3 4 5 6 7 | wget http://downloads.sourceforge.net/project/opencore-amr/opencore-amr/0.1.2/opencore-amr-0.1.2.tar.gztar -xzf opencore-amr-0.1.2.tar.gzcd opencore-amr-0.1.2./configuremake && make installldconfigcd |
OGG Codec
Visit Xiph.org for the latest version of libogg.
1 2 3 4 5 6 7 | tar -xzf libogg-1.3.0.tar.gzcd libogg-1.3.0./configuremake && make installldconfigcd |
Vorbis Codec
Visit Xiph.org for the latest version of Vorbis (libvorbis).
1 2 3 4 5 6 7 | tar -xjf libvorbis-1.3.2.tar.bz2cd libvorbis-1.3.2./configuremake && make installldconfig cd |
Theora Codec
Visit Theora.org for the latest version of Theora (libtheora).
1 2 3 4 5 6 7 | tar -xjf libtheora-1.1.1.tar.bz2cd libtheora-1.1.1./configuremake && make installldconfig cd |
x264
1 2 3 4 5 6 | git clone git://git.videolan.org/x264.gitcd x264./configure --enable-staticmake && make installldconfigcd |
FFMPEG
1 2 3 4 5 6 7 8 9 | git clone git://git.videolan.org/ffmpeg.git ffmpegcd ffmpeg./configure --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-gpl --enable-postproc --enable-nonfreemake && make installldconfig |
qt-faststart
qt-faststart ships with FFMPEG. No seprate download is required for it. At this point you should still be in the ffmpeg directory.
1 2 3 4 5 | cd toolsmake qt-faststartcp qt-faststart /usr/local/binldconfigcd |
댓글 없음:
댓글 쓰기