FFmpeg

From Wikipedia, the free encyclopedia
(Redirected from Libavfilter)
Jump to navigation Jump to search
FFmpeg
Original authorsFabrice Bellard
Bobby Bingham (libavfilter)[1]
DeveloperFFmpeg team
Initial releaseDecember 20, 2000; 25 years ago (2000-12-20)[2]
Repositorygit.ffmpeg.org/ffmpeg.git
Written inC and Assembly[3]
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    Operating systemVarious, including Windows, macOS, and Linux (executable programs are only available from third parties, as the project only distributes source code)[4][5]
    Platformx86, ARM, PowerPC, MIPS, RISC-V, DEC Alpha, Blackfin, AVR32, SH-4, and SPARC; may be compiled for other desktop computers
    TypeMultimedia framework
    LicenseLGPL-2.1-or-later, GPL-2.0-or-later
    Unredistributable if compiled with any software with a license incompatible with the GPL[6]
    Websiteffmpeg.org

    FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line ffmpeg tool itself, designed for processing video and audio files. It is widely used for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU).

    FFmpeg also includes other tools: ffplay, a simple media player, and ffprobe, a command-line tool to display media information. Among included libraries are libavcodec, an audio/video codec library used by many commercial and free software products, libavformat (Lavf),[7] an audio/video container mux and demux library, and libavfilter, a library for enhancing and editing filters through a GStreamer-like filtergraph.[8]

    FFmpeg is part of the workflow of many other software projects, and its libraries are a core part of software media players such as VLC, and has been included in core processing for YouTube and Bilibili.[9] Encoders and decoders for many audio and video file formats are included, making it highly useful for the transcoding of common and uncommon media files.

    FFmpeg is published under the LGPL-2.1-or-later or GPL-2.0-or-later, depending on which options are enabled.[10]

    History

    [edit | edit source]

    The project was started by Fabrice Bellard[10] (using the pseudonym "Gérard Lantau") in 2000, and was led by Michael Niedermayer from 2004 until 2015.[11] Some FFmpeg developers were also part of the MPlayer project.

    The "FF" in FFmpeg stands for "fast forward"[12] The logo represents a zigzag scan pattern that shows how MPEG video codecs handle entropy encoding.[13]

    On March 13, 2011, a group of FFmpeg developers decided to fork the project under the name Libav.[14][15][16] The group decided to fork the project due to a disagreement with the leadership of FFmpeg.[clarification needed][17][18][19] Libav was declared abandoned in 2020.[20]

    On January 10, 2014, two Google employees announced that over 1000 bugs had been fixed in FFmpeg during the previous two years by means of fuzz testing.[21]

    In January 2018, the ffserver command-line program – a long-time component of FFmpeg – was removed.[22] The developers had previously deprecated the program citing high maintenance efforts due to its use of internal application programming interfaces.[23]

    The project publishes a new release every three months on average. While release versions are available from the website for download, FFmpeg developers recommend that users compile the software from source using the latest build from their source code, using the Git version control system.[24]

    Codec history

    [edit | edit source]

    Two video coding formats with corresponding codecs and one container format have been created within the FFmpeg project so far. The two video codecs are the lossless FFV1, and the lossless and lossy Snow codec. Development of Snow has stalled, while its bit-stream format has not been finalized yet, making it experimental since 2011. The multimedia container format called NUT is no longer being actively developed, but still maintained.[25]

    In summer 2010, FFmpeg developers Fiona Glaser, Ronald Bultje, and David Conrad, announced the ffvp8 decoder. Through testing, they determined that ffvp8 was faster than Google's own libvpx decoder.[26][27] Starting with version 0.6, FFmpeg also supported WebM and VP8.[28]

    In October 2013, a native VP9[29] decoder and OpenHEVC, an open source High Efficiency Video Coding (HEVC) decoder, were added to FFmpeg.[30] In 2016 the native AAC encoder was considered stable, removing support for the two external AAC encoders from VisualOn and FAAC. FFmpeg 3.0 (nicknamed "Einstein") retained build support for the Fraunhofer FDK AAC encoder.[31] Since version 3.4 "Cantor" FFmpeg supported the FITS image format.[32] Since November 2018 in version 4.1 "al-Khwarizmi" AV1 can be muxed in MP4 and Matroska, including WebM.[33][34]

    Components

    [edit | edit source]

    Command-line tools

    [edit | edit source]
    • ffmpeg is a command-line tool that converts audio or video formats. It can also capture and encode in real-time from various hardware and software sources[35] such as a TV capture card.
    • ffplay is a simple media player utilizing SDL and the FFmpeg libraries.
    • ffprobe is a command-line tool to display media information (text, CSV, XML, JSON), see also MediaInfo.

    Libraries

    [edit | edit source]
    • libswresample is a library containing audio resampling routines.
    • libavcodec is a library containing all of the native FFmpeg audio/video encoders and decoders. Most codecs were developed from scratch to ensure best performance and high code reusability.
    • libavformat (Lavf)[7] 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 hash functions, ciphers, LZO decompressor and Base64 encoder/decoder.
    • 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 (for debugging) between the decoder and the encoder. Filters have been ported from many projects including MPlayer and avisynth.
    • libavdevice is a library containing audio/video io through internal and external devices.

    Supported hardware

    [edit | edit source]

    FFmpeg encompasses software implementations of video and audio compressing and decompressing algorithms. These can be compiled and run on many different instruction sets, including x86 (IA-32 and x86-64), PPC (PowerPC), ARM, DEC Alpha, SPARC, and MIPS.[36]

    Special purpose hardware

    [edit | edit source]

    There are a variety of application-specific integrated circuits (ASICs) for audio/video compression and decompression. These ASICs can partially or completely offload the computation from the host CPU. Instead of a complete implementation of an algorithm, only the API is required to use such an ASIC.[37]

    Firm ASIC purpose supported by FFmpeg Details
    AMD UVD decoding Yes via VDPAU API and VAAPI
    VCE encoding Yes via VAAPI, considered experimental[38]
    Amlogic Amlogic Video Engine decoding ?
    BlackMagic DeckLink encoding/decoding Yes real-time ingest and playout
    Broadcom Crystal HD decoding Yes
    Qualcomm Hexagon encoding/decoding Yes hwaccel[39]
    Intel Intel Clear Video decoding Yes (libmfx, VAAPI)
    Intel Quick Sync Video encoding/decoding Yes (libmfx, VAAPI)
    Nvidia PureVideo / NVDEC decoding Yes via the VDPAU API as of FFmpeg v1.2 (deprecated)
    via CUVID API as of FFmpeg v3.1[40]
    NVENC encoding Yes as of FFmpeg v2.6

    The following APIs are also supported: DirectX Video Acceleration (DXVA2, Windows), Direct3D 11 (D3D11VA, Windows), Media Foundation (Windows), Vulkan (VKVA), VideoToolbox (iOS, iPadOS, macOS), RockChip MPP, OpenCL, OpenMAX, MMAL (Raspberry Pi), MediaCodec (Android OS), V4L2 (Linux). Depending on the environment, these APIs may lead to specific ASICs, to GPGPU routines, or to SIMD CPU code.[37]

    Supported codecs and formats

    [edit | edit source]

    Image formats

    [edit | edit source]

    FFmpeg supports many common and some uncommon image formats.

    The PGMYUV image format is a homebrew variant of the binary (P5) PGM Netpbm format. FFmpeg also supports 16-bit depths of the PGM and PPM formats, and the binary (P7) PAM format with or without alpha channel, depth 8 bit or 16 bit for pix_fmts monob, gray, gray16be, rgb24, rgb48be, ya8, rgba, rgb64be.

    Supported formats

    [edit | edit source]

    In addition to FFV1 and Snow formats, which were created and developed from within FFmpeg, the project also supports the following formats:

    Group Format type Format name
    ISO/IEC/ITU-T Video MPEG-1 Part 2, H.261 (Px64),[41] H.262/MPEG-2 Part 2, H.263,[41] MPEG-4 Part 2, H.264/MPEG-4 AVC, HEVC/H.265[30] (MPEG-H Part 2), MPEG-4 VCB (a.k.a. VP8), Motion JPEG, IEC DV video and CD+G
    Audio MP1, MP2, MP3, AAC, HE-AAC, MPEG-4 ALS, G.711 μ-law, G.711 A-law, G.721 (a.k.a. G.726 32k), G.722, G.722.2 (a.k.a. AMR-WB), G.723 (a.k.a. G.726 24k and 40k), G.723.1, G.726, G.729, G.729D, IEC DV audio and Direct Stream Transfer
    Subtitle MPEG-4 Timed Text (a.k.a. 3GPP Timed Text)
    Image JPEG, Lossless JPEG, JPEG-LS, JPEG 2000, JPEG XL,[42] PNG, CCITT G3 and CCITT G4
    Alliance for Open Media Video AV1[43]
    Image AVIF[44]
    EIA Subtitle EIA-608
    CEA Subtitle CEA-708
    SMPTE Video SMPTE 314M (a.k.a. DVCAM and DVCPRO), SMPTE 370M (a.k.a. DVCPRO HD), VC-1 (a.k.a. WMV3), VC-2 (a.k.a. Dirac Pro), VC-3 (a.k.a. AVID DNxHD)
    Audio SMPTE 302M
    Image DPX
    ATSC/ETSI/DVB Audio Full Rate (GSM 06.10), AC-3 (Dolby Digital), Enhanced AC-3 (Dolby Digital Plus) and DTS Coherent Acoustics (a.k.a. DTS or DCA)
    Subtitle DVB Subtitling (ETSI 300 743)
    DVD Forum/Dolby Audio MLP / Dolby TrueHD
    Subtitle DVD-Video subtitles
    Xperi/DTS, Inc/QDesign Audio DTS Coherent Acoustics (a.k.a. DTS or DCA), DTS Extended Surround (a.k.a. DTS-ES), DTS 96/24, DTS-HD High Resolution Audio, DTS Express (a.k.a. DTS-HD LBR), DTS-HD Master Audio, QDesign Music Codec 1 and 2
    Blu-ray Disc Association Subtitle PGS (Presentation Graphics Stream)
    3GPP Audio AMR-NB, AMR-WB (a.k.a. G.722.2)
    3GPP2 Audio QCELP-8 (a.k.a. SmartRate or IS-96C), QCELP-13 (a.k.a. PureVoice or IS-733) and Enhanced Variable Rate Codec (EVRC. a.k.a. IS-127)
    World Wide Web Consortium Video Animated GIF[45]
    Subtitle WebVTT
    Image GIF, and SVG (via librsvg)
    IETF Video FFV1
    Audio iLBC (via libilbc), Opus and Comfort noise
    International Voice Association Audio DSS-SP
    SAC Video AVS video, AVS2 video[46] (via libdavs2), and AVS3 video (via libuavs3d)
    Microsoft Video Microsoft RLE, Microsoft Video 1, Cinepak, Microsoft MPEG-4 v1, v2 and v3, Windows Media Video (WMV1, WMV2, WMV3/VC-1), WMV Screen and Mimic codec
    Audio Windows Media Audio (WMA1, WMA2, WMA Pro and WMA Lossless), XMA (XMA1 and XMA2),[47] MSN Siren, MS-GSM and MS-ADPCM
    Subtitle SAMI
    Image Windows Bitmap, WMV Image (WMV9 Image and WMV9 Image v2), DirectDraw Surface, and MSP[48]
    Interactive Multimedia Association Audio IMA ADPCM
    Intel / Digital Video Interactive Video RTV 2.1 (Indeo 2), Indeo 3, 4 and 5,[41] and Intel H.263
    Audio DVI4 (a.k.a. IMA DVI ADPCM), Intel Music Coder, and Indeo Audio Coder
    RealNetworks Video RealVideo Fractal Codec (a.k.a. Iterated Systems ClearVideo), 1, 2, 3 and 4
    Audio RealAudio v1 – v10, and RealAudio Lossless[49]
    Subtitle RealText
    Apple / Spruce Technologies Video Cinepak (Apple Compact Video), ProRes, Sorenson 3 Codec, QuickTime Animation (Apple Animation), QuickTime Graphics (Apple Graphics), Apple Video, Apple Intermediate Codec and Pixlet[50]
    Audio ALAC
    Image QuickDraw PICT
    Subtitle Spruce subtitle (STL)
    Adobe Flash Player (SWF) Video Screen video, Screen video 2, Sorenson Spark and VP6
    Audio Adobe SWF ADPCM and Nellymoser Asao
    Adobe / Aldus Image TIFF, PSD,[50] and DNG
    Xiph.Org Video Theora
    Audio Speex,[51] Vorbis, Opus and FLAC
    Subtitle Ogg Writ
    Sony Audio Adaptive Transform Acoustic Coding (ATRAC1, ATRAC3, ATRAC3Plus,[52] and ATRAC9[46])[41] and PSX ADPCM
    NTT Audio TwinVQ
    Google / On2 / GIPS Video Duck TrueMotion 1, Duck TrueMotion 2, Duck TrueMotion 2.0 Real Time, VP3, VP4,[53] VP5,[41] VP6,[41] VP7, VP8,[54] VP9[29] and animated WebP
    Audio DK ADPCM Audio 3/4, On2 AVC and iLBC (via libilbc)
    Image WebP[55]
    Epic Games / RAD Game Tools Video Smacker video and Bink video
    Audio Bink audio
    CRI Middleware Audio ADX ADPCM, and HCA
    Nintendo / NERD Video Mobiclip video
    Audio GCADPCM (a.k.a. ADPCM THP), FastAudio, and ADPCM IMA MOFLEX
    Synaptics / DSP Group Audio Truespeech
    Electronic Arts / Criterion Games / Black Box Games / Westwood Studios Video RenderWare TXD,[56] Madcow, CMV, TGV, TGQ, TQI, Midivid VQ (MVDV), MidiVid 3.0 (MV30), Midivid Archival (MVHA), and Vector Quantized Animation (VQA)
    Audio Electronic Arts ADPCM variants
    Netpbm Image PBM, PGM, PPM, PNM, PAM, PFM and PHM
    MIT/X Consortium/The Open Group Image XBM,[49] XPM and xwd
    HPE / SGI / Silicon Graphics Video Silicon Graphics RLE 8-bit video,[45] Silicon Graphics MVC1/2[45]
    Image Silicon Graphics Image
    Oracle/Sun Microsystems Image Sun Raster
    IBM Video IBM UltiMotion
    Avid Technology / Truevision Video Avid 1:1x, Avid Meridien,[49] Avid DNxHD, Avid DNx444,[52] and DNxHR
    Image Targa[45]
    Autodesk / Alias Video Autodesk Animator Studio Codec and FLIC
    Image Alias PIX
    Activision Blizzard / Activision / Infocom Audio ADPCM Zork
    Konami / Hudson Soft Video HVQM4 Video
    Audio Konami MTAF, and ADPCM IMA HVQM4
    Grass Valley / Canopus Video HQ, HQA, HQX and Lossless
    Vizrt / NewTek Video SpeedHQ
    Image Vizrt Binary Image[44]
    Academy Software Foundation / ILM Image OpenEXR[49]
    Mozilla Corporation Video APNG[55]
    Matrox Video Matrox Uncompressed SD (M101) / HD (M102)
    AMD/ATI Video ATI VCR1/VCR2
    Asus Video ASUS V1/V2 codec
    Commodore Video CDXL codec
    Kodak Image Photo CD
    Blackmagic Design / Cintel Image Cintel RAW
    Houghton Mifflin Harcourt / The Learning Company / ZSoft Corporation Image PCX
    Australian National University Image X-Face[45]
    Bluetooth Special Interest Group Audio SBC, and mSBC
    Qualcomm / CSR Audio QCELP, aptX, and aptX HD
    Open Mobile Alliance / WAP Forum Image Wireless Bitmap

    Muxers

    [edit | edit source]

    Output formats (container formats and other ways of creating output streams) in FFmpeg are called "muxers". FFmpeg supports, among others, the following:

    Pixel formats

    [edit | edit source]
    Type Color Packed Planar Palette
    Without alpha With alpha Without alpha With alpha Chroma-interleaved With alpha
    Monochrome Binary (1-bit monochrome) monoblack, monowhite
    Grayscale 8/9/10/12/14/16bpp 16/32bpp
    RGB RGB 1:2:1 (4-bit color) 4bpp
    RGB 3:3:2 (8-bit color) 8bpp
    RGB 5:5:5 (High color) 16bpp
    RGB 5:6:5 (High color) 16bpp
    RGB/BGR 24/30[p 1]/48bpp 32[p 2]/64bpp 8bit->32bpp
    GBR[p 3] 8/9/10/12/14/16bpc 8/10/12/16bpc
    RGB Float RGB 32bpc 16/32bpc
    GBR 32bpc 32bpc
    YUV YVU 4:1:0 (9bpp (YVU9))[p 4]
    YUV 4:1:0 9bpp
    YUV 4:1:1 8bpc (UYYVYY) 8bpc (8bpc (NV11))
    YVU 4:2:0 (8bpc (YV12))[p 4] 8 (NV21)
    YUV 4:2:0 8[p 5]/9/10/12/14/16bpc 8/9/10/16bpc 8 (NV12)/10 (P010)/12 (P012)/16bpc (P016)
    YVU 4:2:2 (8bpc (YV16))[p 4] (8bpc (NV61))
    YUV 4:2:2 8 (YUYV[p 6] and UYVY)/10 (Y210)/12bpc (Y212)[p 7] 8[p 8]/9/10/12/14/16bpc 8/9/10/12/16bpc 8 (NV16)/10 (NV20 and P210)/16bpc (P216)
    YUV 4:4:0 8/10/12bpc
    YVU 4:4:4 (8bpc (YV24))[p 4] 8bpc (NV42)
    YUV 4:4:4 8 (VUYX)/10[p 9]/12bpc[p 10] 8[p 11] / 16bpc (AYUV64)[p 12] 8[p 13]/9/10/12/14/16bpc 8/9/10/12/16bpc 8 (NV24)/10 (P410)/ 16bpc (P416)
    XYZ XYZ 4:4:4[p 14] 12bpc
    Bayer BGGR/RGGB/GBRG/GRBG 8/16bpp
    1. ^ 10-bit color components with 2-bit padding (X2RGB10)
    2. ^ RGBx (rgb0) and xBGR (0bgr) are also supported
    3. ^ used in YUV-centric codecs such like H.264
    4. ^ a b c d YVU9, YV12, YV16, and YV24 are supported as rawvideo codec in FFmpeg.
    5. ^ I420 a.k.a. YUV420P
    6. ^ aka YUY2 in Windows
    7. ^ UYVY 10bpc without a padding is supported as bitpacked codec in FFmpeg. UYVY 10bpc with 2-bits padding is supported as v210 codec in FFmpeg. 16bpc (Y216) is supported as targa_y216 codec in FFmpeg.
    8. ^ I422 a.k.a. YUV422P
    9. ^ XV30 a.k.a. XVYU2101010
    10. ^ XV36
    11. ^ VUYA a.k.a. AYUV
    12. ^ 10bpc (Y410), 12bpc (Y412), and Y416 (16bpc) are not supported.
    13. ^ I444 a.k.a. YUV444P
    14. ^ used in JPEG2000

    FFmpeg does not support IMC1-IMC4, AI44, CYMK, RGBE, Log RGB and other formats. It also does not yet support ARGB 1:5:5:5, 2:10:10:10, or other BMP bitfield formats that are not commonly used.

    Supported protocols

    [edit | edit source]

    Open standards

    [edit | edit source]

    Supported filters

    [edit | edit source]

    FFmpeg supports, among others, the following filters.[67]

    Audio

    [edit | edit source]

    Video

    [edit | edit source]
    • Transformations
      • Cropping (crop, cropdetect)
      • Fading (fade)
      • Scaling (scale)
      • Padding (pad)
      • Rotation (rotate)
      • Transposition (transpose)
      • Others:
        • Lens correction (lenscorrection)
        • OpenCV filtering (ocv)
        • Perspective correction (perspective)
    • Temporal editing
      • Framerate (fps, framerate)
      • Looping (loop)
      • Trimming (trim)
    • Deinterlacing (bwdif, idet, kerndeint, nnedi, yadif, w3fdif)
    • Inverse Telecine
    • Filtering
    • Denoising (atadenoise, bitplanenoise, dctdnoiz, owdenoise, removegrain)
    • Logo removal (delogo, removelogo)
    • Subtitles (ASS, subtitles)
    • Alpha channel editing (alphaextract, alphamerge)
    • Keying (chromakey, colorkey, lumakey)
    • Frame detection
      • Black frame detection (blackdetect, blackframe)
      • Thumbnail selection (thumbnail)
    • Frame Blending (blend, tblend, overlay)
    • Video stabilization (vidstabdetect, vidstabtransform)
    • Color and Level adjustments
      • Balance and levels (colorbalance, colorlevels)
      • Channel mixing (colorchannelmixer)
      • Color space (colorspace)
      • Parametric adjustments (curves, eq)
    • Histograms and visualization
    • Drawing
    • OCR
    • Quality measures
    • Lookup Tables
      • lut, lutrgb, lutyuv, lut2, lut3d, haldclut

    Supported test patterns

    [edit | edit source]

    Supported LUT formats

    [edit | edit source]

    Supported media and interfaces

    [edit | edit source]

    FFmpeg supports the following devices via external libraries.[69]

    Media

    [edit | edit source]

    Physical interfaces

    [edit | edit source]
    • IEEE 1394 (a.k.a. FireWire; via libdc1394 and libraw1394; input only)
    • IEC 61883 (via libiec61883; input only)
    • DeckLink
    • Brooktree video capture chip (via bktr driver; input only)

    Audio IO

    [edit | edit source]

    Video IO

    [edit | edit source]

    Screen capture and output

    [edit | edit source]

    Others

    [edit | edit source]

    Applications

    [edit | edit source]
    [edit | edit source]

    FFmpeg contains more than 100 codecs,[70] most of which use compression techniques of one kind or another. Many such compression techniques may be subject to legal claims relating to software patents.[71] Such claims may be enforceable in countries like the United States which have implemented software patents, but are considered unenforceable or void in member countries of the European Union, for example.[72][original research] Patents for many older codecs, including AC3 and all MPEG-1 and MPEG-2 codecs, have expired.[citation needed]

    FFmpeg is licensed under the LGPL license, but if a particular build of FFmpeg is linked against any GPL libraries (notably x264), then the entire binary is licensed under the GPL.

    Projects using FFmpeg

    [edit | edit source]

    FFmpeg is used by software such as Blender, Cinelerra-GG Infinity, HandBrake, Kodi, MPC-HC, Plex, Shotcut, VirtualDub2 (a VirtualDub fork),[73] VLC media player, xine and YouTube.[74][75] It handles video and audio playback in Google Chrome[75] and the Linux version of Firefox.[76] GUI front-ends for FFmpeg have been developed, including Multimedia Xpert[77] and XMedia Recode.

    FFmpeg is used by ffdshow, FFmpegInterop, the GStreamer FFmpeg plug-in, LAV Filters and OpenMAX IL to expand the encoding and decoding capabilities of their respective multimedia platforms.

    As part of NASA's Mars 2020 mission, FFmpeg is used by the Perseverance rover on Mars for image and video compression before footage is sent to Earth.[78]

    Embedded applications

    [edit | edit source]

    FFmpeg is also being used in embedded applications, where it can be used with custom hardware to simplify version and dependency management and also to provide operating system abstraction across multiple different OS and processor manufacturers.

    See also

    [edit | edit source]

    Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

    References

    [edit | edit source]
    1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    6. ^ FFmpeg can be compiled with various external libraries, some of which have licenses that are incompatible with the FFmpeg's primary license, the GNU GPL.
    7. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    8. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    9. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    10. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    11. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    12. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).[dead ftp link] (To view documents see Help:FTP) Alt URL Archived 2012-07-03 at the Wayback Machine
    13. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    14. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    15. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    16. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    17. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    18. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    19. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    20. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    21. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    22. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    23. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    24. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    25. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    26. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    27. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    28. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    29. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    30. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    31. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    32. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    33. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    34. ^ This video of Linux desktop (X11) was captured by ffmpeg and encoded in realtime[circular reference]
    35. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    36. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    37. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    38. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    39. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    40. ^ a b c d e f Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).[permanent dead link]
    41. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    42. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    43. ^ a b FFmpeg 5.1 Released With Many Improvements To This Important Multimedia Project Archived 2022-08-07 at the Wayback Machine. Phoronix. July 22, 2022
    44. ^ a b c d e FFmpeg 1.1 Brings New Support, Encoders/Decoders Archived 2022-08-08 at the Wayback Machine. Phoronix. January 7, 2013
    45. ^ a b FFmpeg 4.1 Brings AV1 Parser & Support For AV1 In MP4 Archived 2022-08-08 at the Wayback Machine. Phoronix. November 6, 2018
    46. ^ FFmpeg 3.0 Released, Supports VP9 VA-API Acceleration Archived 2022-08-08 at the Wayback Machine. Phoronix. February 15, 2016
    47. ^ FFmpeg 4.4 Released With AV1 VA-API Decoder, SVT-AV1 Encoding Archived 2022-08-08 at the Wayback Machine. Phoronix. April 9, 2021
    48. ^ a b c d FFmpeg 0.11 Has Blu-Ray Protocol, New Encoders Archived 2022-08-08 at the Wayback Machine. Phoronix. May 26, 2012
    49. ^ a b FFmpeg 3.3 Brings Native Opus Encoder, Support For Spherical Videos Archived 2022-08-08 at the Wayback Machine. Phoronix. April 17, 2017
    50. ^ FFmpeg 5.0 Released For This Popular, Open-Source Multimedia Library Archived 2022-08-08 at the Wayback Machine. Phoronix. January 14, 2022
    51. ^ a b FFmpeg 2.2 Release Adds The Libx265 Encoder Archived 2022-08-08 at the Wayback Machine. Phoronix. March 23, 2014
    52. ^ FFmpeg 4.2 Released With AV1 Decoding Support, GIF Parser Archived 2022-08-08 at the Wayback Machine. Phoronix. August 6, 2019
    53. ^ FFmpeg 0.6 Released With H.264, VP8 Love Archived 2022-08-08 at the Wayback Machine. Phoronix. June 16, 2010
    54. ^ a b FFmpeg 2.5 Brings Animated PNG, WebP Decoding Support Archived 2022-08-08 at the Wayback Machine. Phoronix. December 4, 2014
    55. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    56. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).[permanent dead link]
    57. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).[permanent dead link]
    58. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    59. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    60. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    61. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    62. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    63. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    64. ^ Real Time Streaming Protocol 2.0 (RTSP) Archived 2023-10-25 at the Wayback Machine P.231
    65. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    66. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    67. ^ How it works earwax.ca
    68. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    69. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    70. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    71. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    72. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    73. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    74. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value)..
    75. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    76. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    77. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    [edit | edit source]
    • Lua error in Module:Official_website at line 94: attempt to index field 'wikibase' (a nil value).