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
369 Xpress Engine xe 모든 변수값 출력해 보기 LynX 2014-07-14 94017
368 Linux systemd unit 등록 옵션 LynX 2014-07-22 20463
367 Linux Install PHP 5.5.13 modules LynX 2014-06-27 11868
366 Linux lineage1 server [6] LynX 2016-01-11 9498
365 아래아 한글 웹 한글 뷰어 소스 LynX 2014-06-11 9434
364 Internet Explorer KT 인터넷 접속제한 공유기 설정 LynX 2014-01-13 9230
363 CentOS CentOS7 Mail Server Setting file [13] LynX 2015-06-13 8043
362 Server Apache HTTP Server와 Tomcat의 연동 file LynX 2014-05-20 6114
361 Windows 7 외부 윈도우 클라이언트에서 삼바서버 접속하기 LynX 2014-03-06 6036
360 CentOS7 ▒ Doly의 CentOS7 강좌13 4. 원격접속 - 3.Telnet file [8] LynX 2014-10-23 5922
359 CentOS7 ▒ Doly의 CentOS7 강좌27 10. 디스크관리 6 XFS 쿼타 file [15] LynX 2015-06-09 5736
358 CentOS7 ▒ Doly의 CentOS7 강좌29 12. 네트워크 보안설정 12.1 firewalld (2/2) [21] LynX 2015-06-09 5288
357 CentOS APM 소스설치 정리 file [18] LynX 2015-06-17 4634
356 Network VLAN 설정 ① Access mode file [27] LynX 2015-04-29 4283
355 Programing meadco print LynX 2013-12-12 4268
354 Programing Sublime Text License Keys LynX 2016-03-24 4185
353 CentOS7 ▒ Doly의 CentOS7 강좌19 6. CentOS 네트워크 5-관련 명령어 LynX 2014-10-23 4073
352 Linux musescore LynX 2015-03-28 3780
351 Linux imap-php 설치 [7] LynX 2014-09-02 3727
350 CentOS7 ▒ Doly의 CentOS7 강좌18 6. CentOS 네트워크 4-네트워크 본딩(bonding) file [10] LynX 2014-10-23 3663

XE Login