Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
8 user(s) are online (4 user(s) are browsing encyclopedia)

Members: 0
Guests: 8

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

FFmpeg

FFmpeg is a set of open source computer programs that can record, convert and streaming media digital audio and video. It includes libavcodec, a leading audio/video codec library. FFmpeg is developed under Linux, but it can compile under most operating systems, including Microsoft Windows. The project was started by Fabrice Bellard, but now it is maintained by Michael Niedermayer.

The project is made of several components:

  • ffmpeg is a command line tool to convert one video file format to another. It also supports grabbing and encoding in real time from a TV card.
  • ffserver is an HTTP (RTSP is being developed) multimedia streaming server for live broadcasts. Time shifting of live broadcast is also supported.
  • ffplay is a simple media player based on Simple_DirectMedia_Layer and on the FFmpeg libraries.
  • Libavcodec is a library (computer science) containing all the ffmpeg audio/video encoders and decoders. Most codecs were developed from scratch to ensure best performance and high code reusability.
  • libavformat is a library containing demuxers and muxers for audio/video container formats.
  • libavutil is a helper library containing routines common to different parts of FFmpeg.
  • FFmpeg is released under GNU Lesser General Public License or GNU General Public License (depending on which sub-libraries one would include). The project is hosted at SourceForge.

    FFmpeg have reverse engineering and reimplemented, among others:

    *The Sorenson codec used by many QuickTime movies. *Advanced Streaming Format *Windows Media Audio *Windows Media Video (and thereby also the associated DIVX hack) *QDesign, used by many QuickTime movies prior to QuickTime 7.

    =See also=

    *Comparison of media players *MPlayer (uses libavcodec and libavformat) *Ffdshow (uses libavcodec) *Xine (uses libavcodec) *VLC media player (uses libavcodec) *Multimedia

    =External links=

  • [http://ffmpeg.sourceforge.net/ FFmpeg homepage]
  • [http://ffmpeg.sourceforge.net/projects.php FFmpeg-based projects]
  • [http://ffdshow.sourceforge.net/tikiwiki/ FFmpeg DirectShow filter - ffdshow]
  • [http://ffdshow.sourceforge.net/tikiwiki/tiki-index.phppage=Getting+ffdshow ffdshow download]
  • [http://aldorandenet.free.fr/codecs/ FFmpeg for Mac OS X]