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) 작성일

네 알겠습니다.

※ 답변기간이 종료되어 추가 답변이 불가 합니다.
질문답변 목록
번호 포인트 제목 답변 글쓴이 조회 날짜
190 200 댓글+ 9 no_profile 가온이 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16573 01-23
189 200 댓글+ 6 no_profile 슈퍼7 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15614 01-21
188 500 댓글+ 3 no_profile 하늘고래 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14100 01-18
187 200 댓글+ 3 no_profile AllPGS 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14964 01-11
186 500 댓글+ 2 no_profile 차지철 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16099 12-28
185 500 댓글+ 7 no_profile fudagy 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 19461 12-27
184 200 댓글+ 3 no_profile 아써스 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11372 12-14
183 200 댓글+ 1 no_profile 하늘고래 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7981 12-14
182 200 댓글+ 2 no_profile 임환현 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12807 12-10
181 500 댓글+ 4 no_profile 슈퍼7 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15389 12-04
180 300 댓글+ 4 bluewolf 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11325 12-04
179 200 no_profile b1nst 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11850 11-17
178 200 댓글+ 7 만수킴 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14356 11-15
177 200 댓글+ 10 no_profile 이스보 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11063 11-12
176 500 댓글+ 1 no_profile 타와기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8917 11-02

검색

회원로그인

회원가입
QnA nanoomihost. dnsever. dnszi.

사이트 정보

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

접속자집계

오늘
9,232
어제
10,492
최대
176,238
전체
3,506,004
Copyright © apachezone.com. All rights reserved.