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

네 알겠습니다.

※ 답변기간이 종료되어 추가 답변이 불가 합니다.
질문답변 목록
번호 포인트 제목 답변 글쓴이 조회 날짜
공지 10000 웹지기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 21114 01-17
공지 200 웹지기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 21870 12-22
293 200 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13644 01-18
292 500 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15192 01-19
291 500 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12186 01-21
290 300 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12095 01-23
289 500 댓글+ 3 no_profile 태영 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20519 01-24
288 500 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13171 01-26
287 500 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12729 01-30
286 500 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13391 02-04
285 200 댓글+ 1 불량학생™ 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13630 02-06
284 500 댓글+ 9 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10611 02-06
283 댓글+ 7 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10760 02-09
열람중 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10674 02-11
281 200 댓글+ 1 no_profile 시마시마 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9345 03-06

검색

회원로그인

회원가입
QnA nanoomihost. dnsever. dnszi.

사이트 정보

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

접속자집계

오늘
7,137
어제
10,360
최대
176,238
전체
3,585,714
Copyright © apachezone.com. All rights reserved.