FFmpeg 인코딩 서버 가장 쉽게 사용하는 법
페이지 정보
작성자 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 14,693회 작성일 13-06-22 12:57본문
FFmpeg 인코딩 서버 가장 쉽게 사용하는 법
Binary 파일을 가져다 실행하기만 하면 됩니다.
CentOS 6.4 64bit 에서 테스트 완료하였습니다.
소스 컴파일 과정에서는 여러군데서 각종 에러를 만나고 진행이 안됩니다.
Index of /static
Name | Last modified | Size | Description | |
---|---|---|---|---|
| ||||
Parent Directory | - | |||
32bit/ | 14-Jun-2013 06:05 | - | ||
64bit/ | 14-Jun-2013 06:06 | - | ||
README.html | 13-Nov-2012 15:40 | 3.1K | ||
|
Static FFmpeg builds
If you don't have time/will/knowledge to compile FFmpeg yourself and you just
want to download-and-run FFmpeg, then you've come to the right place!
want to download-and-run FFmpeg, then you've come to the right place!
This directory contains latest static builds of FFmpeg for testing purposes.
That means you can just download and run the executable.
If you need to customize your FFmpeg, then you should download the source code
and build it yourself. For more information, please go to FFmpeg Wiki.
and build it yourself. For more information, please go to FFmpeg Wiki.
Supported OS is Linux 32bit/64bit (with kernel 3.2.x+).
For Win32 static builds, check out: FFmpeg Windows builds.
The purpose of these builds is to make it easy for users to test/try FFmpeg
without having to know how to compile things. All you have to do is
to download the executable and run it. That's it :)
without having to know how to compile things. All you have to do is
to download the executable and run it. That's it :)
Instructions
- Download and extract the latest archive
- Run FFmpeg using: ./ffmpeg
Sample output
# ./ffmpeg ffmpeg version N-46708-g09a0392 Copyright (c) 2000-2012 the FFmpeg developers built on ... with gcc 4.6.3 configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx libavutil 52. 6.100 / 52. 6.100 libavcodec 54. 71.100 / 54. 71.100 libavformat 54. 36.100 / 54. 36.100 libavdevice 54. 3.100 / 54. 3.100 libavfilter 3. 23.100 / 3. 23.100 libswscale 2. 1.102 / 2. 1.102 libswresample 0. 16.100 / 0. 16.100 libpostproc 52. 1.100 / 52. 1.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Use -h to get full help or, even better, run 'man ffmpeg'
Contact
You can contact me using several options:
- e-mail: burek021@gmail.com
- IRC channel: #FFmpeg on Freenode IRC network
burek
관련링크
- http://ffmpeg.gusari.org/static/ 3445회 연결
댓글목록
등록된 댓글이 없습니다.