FFmpeg
FFmpeg is a free software project that produces libraries and programs for handling multimedia data. The most notable parts of FFmpeg are libavcodec, an audio/video codec library used by several other projects, libavformat, an audio/video container mux and demux library, and the ffmpeg command line program for transcoding multimedia files. FFmpeg is published under the GNU Lesser General Public License 2.1+ or GNU General Public License 2+ (depending on which options are enabled).[5]
History
The project was started by Fabrice Bellard[5] (using the pseudonym "Gerard Lantau"), and has been maintained by Michael Niedermayer since 2004. Many FFmpeg developers are also part of the MPlayer project. The name of the project comes from the MPEG video standards group, together with "FF" for "fast forward".[6] The logo uses a zigzag pattern that shows how MPEG video codecs handle entropy encoding.
FFmpeg is developed under GNU/Linux, but it can be compiled under most operating systems, including Mac OS X, Microsoft Windows, AmigaOS and its heir MorphOS. Most computing platforms and microprocessor instruction set architectures are also supported, like x86 (IA-32 and x86-64), PPC (PowerPC), ARM, DEC Alpha, SPARC, and MIPS architecture.[7]
FFmpeg version 0.5 appeared after a long time without formal releases. FFmpeg developers still always recommend using the latest neutral build from their source code Git version control system.
There are two video codecs and one video container invented in the FFmpeg project during its development. The two video codecs are the lossless "FFV1", and the lossless and lossy "Snow codec", the development of which has stalled, while its bitstream format hasn't been finalized yet, making it experimental for now (February 2011), and the multimedia container is "NUT" which is also not being actively developed anymore, but is still maintained.
On June 17, 2010, with version 0.6 FFmpeg also supports WebM and VP8.[8]
On July 23, 2010 Jason Garrett-Glaser, Ronald Bultje, and David Conrad of the FFmpeg Team announced the ffvp8 decoder. Through testing they determined that ffvp8 was faster than Google's own libvpx decoder.[9][10]
On March 13, 2011 a group of FFmpeg developers decided to fork the project under the name Libav.[11][12][13] The event seems related to a recent issue in project management.[14] Since then, the maintainer of Debian[15] and Ubuntu[16] packages has switched them to the fork.
Components
The project is made of several components:
- FFmpeg
- ffmpeg is a command line tools to convert one video file format to another. It can also grab and encode in real time from a TV card.
- ffserver is an HTTP and RTSP multimedia streaming server for live broadcasts. It can also time shift live broadcast.
- ffplay is a simple media player based on SDL and on the FFmpeg libraries.
- ffprobe is a command line tool to show media information.
- Libav
- avconv is a command line tools to convert one video file format to another, similar to ffmpeg.
- avserver is a renamed ffserver
- avplay is a renamed ffplay
- avprobe is a renamed ffprobe
- libavcodec is a library 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. This library includes adler32, crc, md5, sha1, lzo decompressor, Base64 encoder/decoder, des encrypter/decrypter, rc4 encrypter/decrypter and aes encrypter/decrypter.
- libpostproc is a library containing video postprocessing routines.
- libswscale is a library containing video image scaling and colorspace/pixelformat conversion routines.
- libavfilter is the substitute for vhook which allows the video/audio to be modified or examined between the decoder and the encoder.
- libswresample is a library containing audio resampling routines.
Codecs, formats and protocols supported
Codecs
Codecs which originated from within the FFmpeg project:
The FFmpeg developers have implemented among others:
- ITU-T video standards: H.261,[17] H.262/MPEG-2 Part 2, H.263[17] and H.264/MPEG-4 AVC[17]
- ITU-T vocoder standards: G.711 µ-law, G.711 A-law, G.721 (aka G.726 32k), G.722, G.722.2 (aka AMR-WB), G.723 (aka G.726 24k and 40k), G.723.1, G.726, G.729 and G.729D
- ISO/IEC MPEG video standards: MPEG-1 Part 2, H.262/MPEG-2 Part 2, MPEG-4 Part 2 and H.264/MPEG-4 AVC
- ISO/IEC MPEG audio standards: MP1, MP2, MP3, AAC, HE-AAC and MPEG-4 ALS
- ISO/IEC/ITU-T JPEG image standards: JPEG, JPEG-LS and JPEG 2000
- SMPTE video standards: VC-1 (aka WMV3), VC-2 (aka Dirac), VC-3 (aka AVID DNxHD) and DPX image
- SMPTE audio standards: SMPTE 302M
- DVD Forum standards related / Dolby audio codecs: MLP (aka TrueHD) and AC-3
- 3GPP vocoder standards: AMR-NB, AMR-WB (aka G.722.2)
- GSM related voice codecs: Full Rate
- Windows Media Player related video codecs: Microsoft RLE, Microsoft Video 1, Cinepak, Indeo 2, 3 and 5,[17] Motion JPEG, Microsoft MPEG-4 v1, v2 and v3, WMV1, WMV2 and WMV3 (aka VC-1)
- Windows Media Player related audio codecs: WMA1, WMA2 and WMA Pro
- Windows Media Player related voice codecs: WMA Voice and MS-GSM
- RealPlayer related video codecs: RealVideo 1, 2, 3 and 4
- RealPlayer related audio codecs: RealAudio 3, 6, 7, 8, 9 and 10
- RealPlayer related voice codecs: RealAudio 1, 2 (variant of G.728), 4 and 5
- QuickTime related video codecs: Cinepak, Motion JPEG, ProRes, Sorenson 3 Codec, Animation_codec
- QuickTime related audio codecs: QDesign Music Codec 2 and ALAC
- Adobe Flash Player related video codecs: Screen video, Screen video 2, Sorenson 3 Codec, VP6 and Flash Video (FLV)
- Adobe Flash Player related audio codecs: Adobe SWF ADPCM and Nellymoser Asao
- Xiph.Org: Theora, Speex (via libspeex), Vorbis and FLAC
- Sony: ATRAC1 and ATRAC3[17]
- NTT: TwinVQ
- On2: Duck TrueMotion 1, Duck TrueMotion 2, VP3, VP5,[17] VP6[17] and VP8
- RAD Game Tools: Smacker video and Bink video
- Truespeech
- RenderWare: TXD[18]
The default MPEG-4 codec used by FFmpeg for encoding has the FourCC of FMP4.
Formats
Protocols
- IETF standards: TCP, UDP, Gopher, HTTP, RTP, RTSP and SDP
- Apple related protocols: HTTP Live Streaming
- RealMedia related protocols: RealMedia RTSP/RDT
- Adobe related protocols: RTMP, RTMPT (via librtmp), RTMPE (via librtmp), RTMPTE (via librtmp) and RTMPS (via librtmp)
- Microsoft related protocols: MMS over TCP and MMS over HTTP
Projects using FFmpeg
FFmpeg is used by many open source (and proprietary) projects, including ffmpeg2theora, VLC, MPlayer, HandBrake, Blender, Google Chrome, and others.[25]
FFmpeg handles the HTML5 Video and Audio media content in the Origyn Web Browser for MorphOS Operating System.[26][27]
A number of graphical user interfaces for FFmpeg have been developed, including Avanti,[28] Winff,[29] and the Miro Video Converter.[30]
Multimedia frameworks using FFmpeg
Legal status of codecs
FFmpeg contains more than 100 codecs [31] most of which do not just store uncompressed data. At least all codecs that compress information could be claimed by patent holders.[32] Such claims may be enforceable in countries like the United States which have implemented software patents, but are considered unenforceable or void in countries that have not implemented software patents. Furthermore, many of these codecs are only released under terms that forbid reverse engineering, even for purposes of interoperability. These terms of use are forbidden in certain countries. For example, some European Union nations have not implemented software patents and have laws expressly allowing reverse engineering for purposes of interoperability.[33]
See also
- MPlayer, the media player that takes much of its source code from FFmpeg
- MEncoder, the encoder variant of MPlayer, which is similar to FFmpeg
- MediaCoder, a media transcoding application for Windows OSs, also related to MPlayer
- Plex (software), a media player for Mac OS that incorporates the source code and codecs
- VLC media player uses FFmpeg as its codec base, adds other codecs, cross platform
- RetroCode, an open source encoder/decoder for proprietary mobile content formats, based in parts on FFmpeg
- Open source codecs and containers
References
- ^ "Log of ffmpeg.c". git.videolan.org. http://git.videolan.org/?p=ffmpeg.git;a=history;f=ffmpeg.c. Retrieved 2012-01-04.
- ^ a b "Developer Documentation". ffmpeg.org. 2011-12-08. http://ffmpeg.org/developer.html. Retrieved 2012-01-04.
- ^ "Download". ffmpeg.org. http://ffmpeg.org. Retrieved 2012-01-04.
- ^ FFmpeg can be configured to make it proprietary and unredistributable software because libfaac and libaacplus, two optional external libraries, are proprietary software and cannot be distributed under the terms of the GPL.
- ^ a b "FFmpeg License and Legal Considerations". ffmpeg.org. http://www.ffmpeg.org/legal.html. Retrieved 2012-01-04.
- ^ Bellard, Fabrice (18 February 2006). "FFmpeg naming and logo". FFmpeg developer mailing list. FFmpeg website. http://ffmpeg.org/pipermail/ffmpeg-devel/2006-February/010315.html. Retrieved 24 December 2011.
- ^ "FFmpeg Automated Testing Environment". Fate.multimedia.cx. http://fate.multimedia.cx/. Retrieved 2012-01-04.
- ^ "FFmpeg Goes WebM, Enabling VP8 for Boxee & Co". newteevee.com. 2010-06-17. http://newteevee.com/2010/06/17/ffmpeg-goes-webm-enabling-vp8-for-boxee-co/. Retrieved 2012-01-04. "...with VLC, Boxee, MythTV, Handbrake and MPlayer being some of the more popular projects utilizing FFmpeg..."
- ^ Jason Garrett-Glaser (210-07-23), Diary Of An x264 Developer: Announcing the world’s fastest VP8 decoder, http://x264dev.multimedia.cx/?p=499, retrieved 2012-01-04
- ^ FFmpeg Announces High-Performance VP8 Decoder, Slashdot, 2010-07-24, http://news.slashdot.org/story/10/07/24/1227241/FFmpeg-Announces-High-Performance-VP8-Decoder, retrieved 2012-01-04
- ^ Libav project site, http://www.libav.org/, retrieved 2012-01-04
- ^ Ronald S. Bultje (2011-03-14), Project renamed to Libav, http://article.gmane.org/gmane.comp.video.ffmpeg.devel/129579, retrieved 2012-01-04
- ^ A group of FFmpeg developers just forked as Libav, Phoronix, 2011-03-14, http://www.phoronix.com/scan.php?page=news_item&px=OTIwNw, retrieved 2012-01-04
- ^ FFMpeg turmoil, 2011-01-19, https://lwn.net/Articles/423702/, retrieved 2012-01-04
- ^ transition: Libav 0.7, 2011-05-01, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624807, retrieved 2012-01-04
- ^ Ubuntu Release Management: Transition: "libav", http://people.canonical.com/~ubuntu-archive/transitions/libav.html, retrieved 2012-01-04
- ^ a b c d e f g banan (17 April 2007). "Changelog". FFmpeg trunk SVN. FFmpeg website. http://svn.mplayerhq.hu/ffmpeg/trunk/Changelog?revision=8747&view=marku. Retrieved 26 April 2007.
- ^ a b ivo (7 May 2007). "FFmpeg development mailing list". FFmpeg development. FFmpeg website. http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-May/028760.html. Retrieved 24 December 2010.
- ^ vitor (13 April 2008). "FFmpeg development mailing list". FFmpeg development. FFmpeg website. https://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-April/013231.html. Retrieved 14 April 2008.
- ^ vitor (30 March 2008). "FFmpeg development mailing list". FFmpeg development. FFmpeg website. https://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-March/012963.html. Retrieved 30 March 2008.
- ^ faust3 (21 March 2008). "FFmpeg development mailing list". FFmpeg development. FFmpeg website. http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-March/012799.html. Retrieved 21 March 2008.
- ^ benoit (14 April 2008). "FFmpeg development mailing list". FFmpeg development. FFmpeg website. https://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-April/013245.html. Retrieved 14 April 2008.
- ^ ramiro (18 March 2008). "FFmpeg development mailing list". FFmpeg development. FFmpeg website. http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-March/012708.html. Retrieved 18 March 2008.
- ^ banan (8 June 2008). "FFmpeg development mailing list". FFmpeg development. FFmpeg website. http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-June/014417.html. Retrieved 8 June 2008.
- ^ "FFmpeg-based Projects". Ffmpeg.org. http://ffmpeg.org/projects.html. Retrieved 2012-01-04.
- ^ "Origyn Web Browser for MorphOS". Fabian Coeurjoly. http://fabportnawak.free.fr/owb/. Retrieved 2010-01-04.
- ^ Thom Holwerda (March 8, 2010). "Origyn Web Browser 1.7 Supports HTML5 Media, More". OSNews. http://www.osnews.com/story/22971/Origyn_Web_Browser_1_7_Supports_HTML5_Media_More. Retrieved 2010-03-08.
- ^ "Avanti: FFmpeg/Avisynth GUI". http://avanti.arrozcru.com/. Retrieved 2011-08-17.
- ^ "WinFF is a GUI to the command line video converter FFmpeg". http://code.google.com/p/winff/. Retrieved 2011-08-17.
- ^ "Miro Video Converter FFMPEG Conversion Matrix". Participatory Culture Foundation. 2011-04-08. https://develop.participatoryculture.org/index.php/ConversionMatrix. Retrieved 2011-10-11.
- ^ "Codecs list". ffmpeg.org. http://ffmpeg.org/general.html#SEC8. Retrieved 2012-01-01.
- ^ "Legal information on FFmpeg's website". ffmpeg.org. http://ffmpeg.org/legal.html. Retrieved 2012-01-04.
- ^ Council Directive 91/250/EEC of 14 May 1991 on the legal protection of computer programs
External links
- FFmpeg
- Libav (FFmpeg fork)