You cannot see this page without javascript.

Codec

Linux 조회 수 355 추천 수 0 2014.12.08 19:31:46

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.gz
cd xvidcore/build/generic
./configure
make && make install
ldconfig
cd

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.gz
cd lame-3.98.4
./configure
make && make install
ldconfig
 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.gz
cd faac-1.28
./bootstrap
./configure
make && make install
ldconfig
cd

OpenCore AMR Codec

Get the latest version of OpenCore AMR from their repository at SourceForge.

1
2
3
4
5
6
7
tar -xzf opencore-amr-0.1.2.tar.gz
cd opencore-amr-0.1.2
./configure
make && make install
ldconfig
cd

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.gz
cd libogg-1.3.0
./configure
make && make install
ldconfig
cd

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.bz2
cd libvorbis-1.3.2
./configure
make && make install
ldconfig
 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.bz2
cd libtheora-1.1.1
./configure
make && make install
ldconfig
 cd

x264

1
2
3
4
5
6
cd x264
./configure --enable-static
make && make install
ldconfig
cd

FFMPEG

1
2
3
4
5
6
7
8
9
cd 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-nonfree
make && make install
ldconfig

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 tools
make qt-faststart
cp qt-faststart /usr/local/bin
ldconfig
cd
List of Articles
번호 제목 글쓴이 날짜sort 조회 수
209 LinuxMint mint linux 한영키 [10] LynX 2014-12-19 385
208 LinuxMint LinuxMint MariaDB source 설치 [12] LynX 2014-12-19 1135
207 Linux lazarus 설치 [10] LynX 2014-12-17 340
206 LinuxMint linuxmint LynX 2014-12-11 953
205 Linux EPEL repository [10] LynX 2014-12-11 945
204 Linux cinnamon [10] LynX 2014-12-11 287
» Linux Codec [12] LynX 2014-12-08 355
202 Linux 커널 컴파일 [10] LynX 2014-12-08 742
201 Linux PlayOnLinux [3] LynX 2014-11-28 418
200 Linux Postfix 표준 설정 예제 [14] LynX 2014-11-25 3343
199 Linux postfix dovecot file [14] LynX 2014-11-24 478
198 CentOS7 ▒ Doly의 CentOS7 강좌21 7. 사용자와 그룹관리 2-그룹관리 file [10] LynX 2014-11-21 363
197 CentOS7 ▒ Doly의 CentOS7 강좌20 7. 사용자와 그룹관리 1-사용자 관리 file [8] LynX 2014-11-21 461
196 Linux How to install libc-client-devel [2] LynX 2014-11-21 427
195 Server tomcat error LynX 2014-11-11 329
194 Linux WNCSS_qcom Mac Address 바꾸기 file [9] LynX 2014-11-10 218
193 Linux rpm 사용법 LynX 2014-10-30 354
192 Programing 개행문자 LynX 2014-10-29 513
191 CentOS7 ▒ Doly의 CentOS7 강좌19 6. CentOS 네트워크 5-관련 명령어 LynX 2014-10-23 4070
190 CentOS7 ▒ Doly의 CentOS7 강좌18 6. CentOS 네트워크 4-네트워크 본딩(bonding) file [10] LynX 2014-10-23 3658

XE Login