FFMPEG的详细资料可以在它的官方网站上找到

来源:互联网 发布:新浪微博数据 编辑:程序博客网 时间:2024/05/16 08:14

请看官网的文档栏目:

http://ffmpeg.mplayerhq.hu/documentation.html

 

FFmpeg System Documentation

  • Frequently Asked Questions
  • FFmpeg program documentation
  • ffserver documentation
  • ffplay documentation
  • video hook documentation
  • sample ffserver configuration file
  • FFmpeg API documentation, automatically generated from the FFmpeg source code usingdoxygen.
  • Using libavformat and libavcodec by Martin Böhme, a good overview of the FFmpeg APIs.
  • Tutorial about the internal FFmpeg API, covers how to add an audio codec.
  • FFmpeg Windows Help discusses all issues regarding FFmpeg under Windows including a wiki and help forums.
  • FFmpeg on Mac OS X HOWTO explains installing and using FFmpeg on Mac OS X.



中文官方文档:http://www.ffmpeg.com.cn/


ffmpeg

svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunkffmpeg


libgsm http://packages.qa.debian.org/libg/libgsm.html

libogg libvorbis http://lists.xiph.org/downloads/index.shtml.en
                             http://ubuntu.osuosl.org/pool/main/libv/libvorbis/

faad2 faac http://sourceforge.net/project/showfiles.php?group_id=704
                   官方网站:http://www.audiocoding.com/downloads.html

xvidecode http://downloads.xvid.org/downloads/xvidcore-1.1.3.tar.gz
                官方网站:http://www.xvid.org/

libdc1394 http://sourceforge.net/project/showfiles.php?group_id=8157

liba52 http://liba52.sourceforge.net/downloads.html

imlib2 http://sourceforge.net/project/showfiles.php?group_id=2

libnut svn checkout svn://svn.mplayerhq.hu/nut/src/trunk/ libnut

freetype http://sourceforge.net/project/showfiles.php?group_id=3157
             官方网站:http://freetype.sourceforge.net/
                               http://www.freetype.org/

libamr_nb libamr_wb
    http://ftp.penguin.cz/pub/users/utx/amr/
amr 官方:http://www.penguin.cz/~utx/amr




  1. 官方网站:
    http://ffmpeg.mplayerhq.hu/
  2. ffmpeg project description

FFmpeg is a complete solution to record, convert and stream audio and video. It includeslibavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can be compiled under most operating systems, including Windows.

The project is made of several components:

  • ffmpeg is a command line tool to convert multimedia files between formats.
  • ffserver is a multimedia streaming server for live broadcasts.
  • ffplay is a simple media player based onSDL and the FFmpeg libraries.
  • libavcodec is a library containing decoders and encoders for audio/video codecs.
  • libavformat is a library containing demuxers and muxers for multimedia container formats.
As always, check the main FFmpeg doc for a complete feature list, and the Changelog for recent changes.


原创粉丝点击