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

네 알겠습니다.

※ 답변기간이 종료되어 추가 답변이 불가 합니다.
질문답변 목록
번호 포인트 제목 답변 글쓴이 조회 날짜
191 200 댓글+ 5 no_profile dawn 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10711 06-26
190 200 댓글+ 6 no_profile 머라구 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10712 01-16
189 500 no_profile 돋보기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10719 08-28
188 200 댓글+ 4 no_profile dawn 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10738 02-27
187 300 no_profile 곰x3 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10801 11-10
열람중 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10822 02-11
185 100 댓글+ 5 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10825 09-28
184 500 댓글+ 9 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10857 02-06
183 200 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10873 02-23
182 500 댓글+ 1 no_profile 한수배우겠습니다 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10895 03-09
181 100 댓글+ 1 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10918 11-30
180 댓글+ 7 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10968 02-09
179 200 댓글+ 4 no_profile 수영선수 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10987 01-03
178 100 댓글+ 1 no_profile 타와기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10992 10-22
177 200 댓글+ 4 no_profile dawn 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11035 06-26

검색

회원로그인

회원가입
QnA nanoomihost. dnsever. dnszi.

사이트 정보

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

접속자집계

오늘
7,871
어제
13,164
최대
176,238
전체
3,758,644
Copyright © apachezone.com. All rights reserved.