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 CRM 2011 설치 file LynX 2012-12-15 182
368 Linux iconv 이용하여 문자셋 변경 LynX 2015-01-03 193
367 ODBC 오류 LynX 2012-12-08 215
366 Server 사이트 품질 측정 website.grader.com LynX 2016-12-22 216
365 Linux WNCSS_qcom Mac Address 바꾸기 file [9] LynX 2014-11-10 218
364 Linux ls 명령어 메뉴얼 [9] LynX 2014-12-30 218
363 Media 다수의 그림파일 PDF변환 file LynX 2013-12-13 219
362 Programing 베너관리 코드 LynX 2016-08-04 220
361 윈도우 2008서버에 XE 설치 절차 [9] LynX 2012-11-22 221
360 APM 설치 LynX 2013-03-25 222
359 Linux 리눅스 사용 기초 - 03 vi 에디터 LynX 2017-02-17 222
358 Linux 리눅스 사용 기초 - 05 도움말 얻기 LynX 2017-02-17 223
357 APM php에 memcached.so 확장 모듈 적용 file LynX 2016-09-23 224
356 Win XP Crack file [8] LynX 2011-10-31 225
355 URL 재작성 [8] LynX 2012-12-12 225
354 FLV 에서 MP3 추출 file LynX 2012-12-23 228
353 APM http 프로토콜 https 로 리다이렉션 LynX 2017-07-14 229
352 SoftWare mysql 설치 옵션 [10] LynX 2015-01-02 230
351 APM PHP Suhosin 설치 file LynX 2016-09-28 231
350 Linux 09 - FTP.FTP Tunneling,cifs file [9] LynX 2012-11-29 234

XE Login