Please Enable JavaScript!
Mohon Aktifkan Javascript![ Enable JavaScript ]

서버에 이런 설정이 필요한데요.. > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

서버에 이런 설정이 필요한데요..

페이지 정보

본문

Install wget & gcc


Install epel repo


Install PHP and the cURL and GD PHP extensions


Enable mod_rewrite

 

Install FFmpeg

 

Download a precompiled version of FFmpeg
If you want a precompiled version of FFmpeg + codecs for your CentOS server, then you can download a recent static build of FFmpeg here.
Use the x86_64 build for 64-bit servers and the x86 build for 32-bit servers.
Decompress the corresponding tar.xz distribution, and locate the 'ffmpeg' binary file.
To install this build, simply upload the 'ffmpeg' binary file to your "/usr/bin" directory and change permissions of the file to chmod 0755 or higher. And, presto, you have a fully-functioning CentOS build of FFmpeg + codecs, compatibile with my software, that you did not have to compile yourself!
OR, Compile FFmpeg from source
Get the dependencies

yum install autoconf automake gcc-c++ libtool make nasm pkgconfig zlib-devel git
Make a directory in “/root/” to put all of the source code into:

cd /root 
mkdir ~/ffmpeg_sources
Build/Install FFmpeg and codecs as follows

Yasm
cd ~/ffmpeg_sources 
curl -O http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz 
tar xzvf yasm-1.2.0.tar.gz 
cd yasm-1.2.0 
./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" 
make 
make install 
make distclean 
export "PATH=$PATH:$HOME/bin"
libmp3lame
MP3 audio encoder. 
Requires FFmpeg to be configured with --enable-libmp3lame

cd ~/ffmpeg_sources 
curl -L -O http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz 
tar xzvf lame-3.99.5.tar.gz 
cd lame-3.99.5 
./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --disable-shared --enable-nasm 
make 
make install 
make distclean
FFmpeg
cd ~/ffmpeg_sources 
git clone --depth 1 git://source.ffmpeg.org/ffmpeg 
cd ffmpeg 
PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" 
export PKG_CONFIG_PATH 
./configure --prefix="$HOME/ffmpeg_build" --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" --bindir="$HOME/bin" --extra-libs=-ldl --enable-gpl --enable-nonfree --enable-libmp3lame 
make 
make install 
make distclean 
hash -r 
. ~/.bash_profile
After all of this, FFmpeg will be compiled into "/root/bin/ffmpeg".

Move the FFmpeg binary file from “/root/bin/ffmpeg” to “/usr/bin/ffmpeg”. Then set permissions of “/usr/bin/ffmpeg” to chmod 0777.

mv /root/bin/ffmpeg /usr/bin/ffmpeg
chmod 0777 /usr/bin/ffmpeg

 

위 설정이 서버에 필요합니다.

혹시 모두 설치가 되어있는지요? 특히 ffmpeg가 설치 되었는지 궁금합니다.

답변을 채택 하지 않은 글 입니다.

댓글목록

profile_image

웹지기님의 댓글

웹지기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 us 아이피 (73.♡.♡.63) 작성일

ffmpeg 는 별도로 설치 하셔야 합니다.

profile_image

가이더님의 댓글의 댓글

no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 kr 아이피 (59.♡.♡.133) 작성일

네 알겠습니다.

※ 답변기간이 종료되어 추가 답변이 불가 합니다.
질문답변 목록
번호 포인트 제목 답변 글쓴이 조회 날짜
160 500 댓글+ 2 no_profile 한수배우겠습니다 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12158 08-05
159 200 댓글+ 5 no_profile YunSeong 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20296 07-19
158 200 댓글+ 9 no_profile 컴도사 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 37650 07-05
157 200 댓글+ 7 no_profile 선구자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 26367 07-01
156 5000 댓글+ 3 no_profile 단풍 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 25964 06-13
155 500 no_profile 써씨네 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14843 06-09
154 200 댓글+ 3 no_profile 조윤진 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14283 06-06
153 200 댓글+ 3 no_profile zzangcom 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15126 05-26
152 200 댓글+ 1 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12347 05-22
151 1000 댓글+ 1 no_profile 태정정 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9501 05-18
150 1000 댓글+ 2 no_profile 태정정 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8762 05-18
149 200 댓글+ 4 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12308 05-15
148 300 댓글+ 2 no_profile 휴매니아 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10539 05-13
147 200 댓글+ 3 나기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12211 05-11
146 200 댓글+ 1 no_profile 가을풍경 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14805 05-08

검색

회원로그인

회원가입
QnA nanoomihost. dnsever. dnszi.

사이트 정보

포인트 정책
포인트 순위
사이트명 : 아파치존
개인정보관리책임자 : JOO SUNG

접속자집계

오늘
4,498
어제
7,585
최대
176,238
전체
3,290,508
Copyright © apachezone.com. All rights reserved.