Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

FFmpeg

From Wikipedia, the free encyclopedia
Multimedia framework
FFmpeg
FFmpeg being used to convert a file from thePNG file format to theWebP format
Original author(s)Fabrice Bellard
Bobby Bingham (libavfilter)[1]
Developer(s)FFmpeg team
Initial releaseDecember 20, 2000; 24 years ago (2000-12-20)[2]
Stable release
7.1.1[3] Edit this on Wikidata / 3 March 2025
Repositorygit.ffmpeg.org/ffmpeg.git
Written inC andAssembly[4]
Operating systemVarious, includingWindows,macOS, andLinux (executable programs are only available from third parties, as the project only distributessource code)[5][6]
Platformx86,ARM,PowerPC,MIPS,RISC-V,DEC Alpha,Blackfin,AVR32,SH-4, andSPARC; may becompiled for otherdesktop 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[7]
Websiteffmpeg.org

FFmpeg is afree and open-source software project consisting of a suite oflibraries andprograms for handling video, audio, and othermultimedia files and streams. At its core is thecommand-lineffmpeg tool itself, designed for processing video and audio files. It is widely used for formattranscoding, basic editing (trimming andconcatenation),video scaling, videopost-production effects, and standards compliance (SMPTE,ITU).

FFmpeg also includes other tools:ffplay, a simple media player, andffprobe, a command-line tool to display media information. Among included libraries arelibavcodec, an audio/videocodec library used by many commercial and free software products,libavformat (Lavf),[8] an audio/videocontainermux and demux library, and libavfilter, a library for enhancing and editing filters through aGStreamer-like filtergraph.[9]

FFmpeg is part of the workflow of many other software projects, and its libraries are a core part of software media players such asVLC, and has been included in core processing forYouTube andBilibili.[10] 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 theLGPL-2.1-or-later orGPL-2.0-or-later, depending on which options are enabled.[11]

History

[edit]

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

The name of the project is inspired by theMPEG video standards group, together with "FF" for "fast forward", so FFmpeg stands for "Fast Forward Moving Picture Experts Group".[13] The logo represents azigzag scan pattern that shows how MPEG video codecs handleentropy encoding.[14]

On March 13, 2011, a group of FFmpeg developers decided tofork the project under the name Libav.[15][16][17] The group decided to fork the project due to a disagreement with the leadership of FFmpeg.[clarification needed][18][19][20]Despite an initial push in Debian and derived distributions, Libav was considered inferior to FFmpeg in both technical merit and popularity,[21] prompting Debian and Gentoo to switch back to FFmpeg in 2015.Libav was declared abandoned in 2020.[22]

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

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

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 theirsource code, using theGitversion control system.[26]

Codec history

[edit]

Twovideo coding formats with corresponding codecs and onecontainer format have been created within the FFmpeg project so far. The two video codecs are the losslessFFV1, 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.[27]

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 ownlibvpx decoder.[28][29] Starting with version 0.6, FFmpeg also supportedWebM andVP8.[30]

In October 2013, a nativeVP9[31] decoder and OpenHEVC, an open sourceHigh Efficiency Video Coding (HEVC) decoder, were added to FFmpeg.[32] In 2016 the nativeAAC encoder was considered stable, removing support for the two external AAC encoders fromVisualOn andFAAC. FFmpeg 3.0 (nicknamed"Einstein") retained build support for theFraunhofer FDK AAC encoder.[33] Since version 3.4"Cantor" FFmpeg supported theFITS image format.[34] Since November 2018 in version 4.1"al-Khwarizmi"AV1 can be muxed inMP4 andMatroska, includingWebM.[35][36]

Components

[edit]

Command-line tools

[edit]
  • 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[37] such as a TV capture card.
  • ffplay is a simple media player utilizingSDL and the FFmpeg libraries.
  • ffprobe is a command-line tool to display media information (text,CSV,XML,JSON), see alsoMediaInfo.

Libraries

[edit]
  • libswresample is a library containing audioresampling routines.
  • libavresample is a library containing audio resampling routines from the Libav project, similar tolibswresample fromffmpeg.
  • 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)[8] 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 andBase64 encoder/decoder.
  • libpostproc is a library containing olderH.263 basedvideo postprocessing routines.
  • libswscale is a library containing videoimage scaling andcolorspace/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 includingMPlayer andavisynth.
  • libavdevice is a library containing audio/video io through internal and external devices.

Supported hardware

[edit]

CPUs

[edit]

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

Special purpose hardware

[edit]

There are a variety ofapplication-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 theAPI is required to use such an ASIC.[39]

FirmASICpurposesupported by FFmpegDetails
AMDUVDdecodingYesviaVDPAU API andVAAPI
VCEencodingYesviaVAAPI, considered experimental[40]
AmlogicAmlogic Video Enginedecoding?
BlackMagicDeckLinkencoding/decodingYesreal-time ingest and playout
BroadcomCrystal HDdecodingYes
QualcommHexagonencoding/decodingYeshwaccel[41]
IntelIntel Clear VideodecodingYes(libmfx, VAAPI)
Intel Quick Sync Videoencoding/decodingYes(libmfx, VAAPI)
NvidiaPureVideo / NVDECdecodingYesvia theVDPAU API as of FFmpeg v1.2 (deprecated)
viaCUVID API as of FFmpeg v3.1[42]
NVENCencodingYesas 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, toGPGPU routines, or toSIMD CPU code.[43]

Supported codecs and formats

[edit]

Image formats

[edit]
This sectionmay be too technical for most readers to understand. Pleasehelp improve it tomake it understandable to non-experts, without removing the technical details.(April 2023) (Learn how and when to remove this message)

FFmpeg supports many common and some uncommon image formats.

ThePGMYUV image format is a homebrew variant of the binary (P5) PGMNetpbm 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 forpix_fmtsmonob, gray, gray16be, rgb24, rgb48be, ya8, rgba, rgb64be.

Supported formats

[edit]
Further information:libavcodec
This sectionneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources in this section. Unsourced material may be challenged and removed.(July 2022) (Learn how and when to remove this message)

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

GroupFormat typeFormat name
ISO/IEC/ITU-TVideoMPEG-1 Part 2,H.261 (Px64),[44]H.262/MPEG-2 Part 2,H.263,[44]MPEG-4 Part 2,H.264/MPEG-4 AVC,HEVC/H.265[32] (MPEG-H Part 2),MPEG-4 VCB (a.k.a. VP8),Motion JPEG, IECDV video andCD+G
AudioMP1,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, IECDV audio andDirect Stream Transfer
SubtitleMPEG-4 Timed Text (a.k.a. 3GPP Timed Text)
ImageJPEG,Lossless JPEG,JPEG-LS,JPEG 2000,JPEG XL,[45]PNG,CCITT G3 andCCITT G4
Alliance for Open MediaVideoAV1[46]
ImageAVIF[47]
EIASubtitleEIA-608
CEASubtitleCEA-708
SMPTEVideoSMPTE 314M (a.k.a.DVCAM andDVCPRO), 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. AVIDDNxHD)
AudioSMPTE 302M
ImageDPX
ATSC/ETSI/DVBAudioFull Rate (GSM 06.10), AC-3 (Dolby Digital), Enhanced AC-3 (Dolby Digital Plus) andDTS Coherent Acoustics (a.k.a. DTS or DCA)
SubtitleDVB Subtitling (ETSI 300 743)
DVD Forum/DolbyAudioMLP /Dolby TrueHD
SubtitleDVD-Video subtitles
Xperi/DTS, Inc/QDesignAudioDTS 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 AssociationSubtitlePGS (Presentation Graphics Stream)
3GPPAudioAMR-NB,AMR-WB (a.k.a. G.722.2)
3GPP2AudioQCELP-8 (a.k.a. SmartRate or IS-96C), QCELP-13 (a.k.a. PureVoice or IS-733) andEnhanced Variable Rate Codec (EVRC. a.k.a. IS-127)
World Wide Web ConsortiumVideoAnimated GIF[48]
SubtitleWebVTT
ImageGIF, andSVG (vialibrsvg)
IETFVideoFFV1
AudioiLBC (via libilbc),Opus andComfort noise
International Voice AssociationAudioDSS-SP
SACVideoAVS video, AVS2 video[49] (via libdavs2), and AVS3 video (via libuavs3d)
MicrosoftVideoMicrosoftRLE,Microsoft Video 1,Cinepak, MicrosoftMPEG-4 v1, v2 and v3,Windows Media Video (WMV1, WMV2, WMV3/VC-1),WMV Screen and Mimic codec
AudioWindows Media Audio (WMA1, WMA2, WMA Pro and WMA Lossless),XMA (XMA1 and XMA2),[50] MSNSiren, MS-GSM and MS-ADPCM
SubtitleSAMI
ImageWindows Bitmap,WMV Image (WMV9 Image and WMV9 Image v2),DirectDraw Surface, andMSP[51]
Interactive Multimedia AssociationAudioIMA ADPCM
Intel /Digital Video InteractiveVideoRTV 2.1 (Indeo 2), Indeo 3, 4 and 5,[44] and Intel H.263
AudioDVI4 (a.k.a. IMA DVI ADPCM), Intel Music Coder, and Indeo Audio Coder
RealNetworksVideoRealVideo Fractal Codec (a.k.a. Iterated Systems ClearVideo), 1, 2, 3 and 4
AudioRealAudio v1 – v10, and RealAudio Lossless[52]
SubtitleRealText
Apple / Spruce TechnologiesVideoCinepak (Apple Compact Video),ProRes,Sorenson 3 Codec,QuickTime Animation (Apple Animation),QuickTime Graphics (Apple Graphics),Apple Video,Apple Intermediate Codec andPixlet[53]
AudioALAC
ImageQuickDrawPICT
SubtitleSpruce subtitle (STL)
Adobe Flash Player (SWF)VideoScreen video, Screen video 2,Sorenson Spark andVP6
AudioAdobe SWFADPCM andNellymoser Asao
Adobe /AldusImageTIFF,PSD,[53] andDNG
Xiph.OrgVideoTheora
AudioSpeex,[54]Vorbis,Opus andFLAC
SubtitleOgg Writ
SonyAudioAdaptive Transform Acoustic Coding (ATRAC1, ATRAC3, ATRAC3Plus,[55] and ATRAC9[49])[44] and PSX ADPCM
NTTAudioTwinVQ
Google /On2 /GIPSVideoDuck TrueMotion 1, Duck TrueMotion 2, Duck TrueMotion 2.0 Real Time,VP3,VP4,[56]VP5,[44]VP6,[44]VP7,VP8,[57]VP9[31] and animated WebP
AudioDK ADPCM Audio 3/4,On2 AVC andiLBC (via libilbc)
ImageWebP[58]
Epic Games / RAD Game ToolsVideoSmacker video andBink video
AudioBink audio
CRI MiddlewareAudioADX ADPCM, and HCA
Nintendo /NERDVideoMobiclip video
AudioGCADPCM (a.k.a. ADPCM THP), FastAudio, and ADPCM IMA MOFLEX
Synaptics /DSP GroupAudioTruespeech
Electronic Arts /Criterion Games /Black Box Games /Westwood StudiosVideoRenderWare TXD,[59] Madcow, CMV, TGV, TGQ, TQI, Midivid VQ (MVDV), MidiVid 3.0 (MV30), Midivid Archival (MVHA), and Vector Quantized Animation (VQA)
AudioElectronic Arts ADPCM variants
NetpbmImagePBM, PGM, PPM, PNM, PAM, PFM and PHM
MIT/X Consortium/The Open GroupImageXBM,[52]XPM andxwd
HPE /SGI /Silicon GraphicsVideoSilicon Graphics RLE 8-bit video,[48] Silicon Graphics MVC1/2[48]
ImageSilicon Graphics Image
Oracle/Sun MicrosystemsImageSun Raster
IBMVideoIBM UltiMotion
Avid Technology /TruevisionVideoAvid 1:1x, Avid Meridien,[52] AvidDNxHD, Avid DNx444,[55] andDNxHR
ImageTarga[48]
Autodesk /AliasVideoAutodesk Animator Studio Codec andFLIC
ImageAlias PIX
Activision Blizzard /Activision /InfocomAudioADPCMZork
Konami /Hudson SoftVideoHVQM4 Video
AudioKonami MTAF, and ADPCM IMA HVQM4
Grass Valley /CanopusVideoHQ, HQA, HQX and Lossless
Vizrt /NewTekVideoSpeedHQ
ImageVizrt Binary Image[47]
Academy Software Foundation /ILMImageOpenEXR[52]
Mozilla CorporationVideoAPNG[58]
MatroxVideoMatrox Uncompressed SD (M101) / HD (M102)
AMD/ATIVideoATI VCR1/VCR2
AsusVideoASUS V1/V2 codec
CommodoreVideoCDXL codec
KodakImagePhoto CD
Blackmagic Design /CintelImageCintel RAW
Houghton Mifflin Harcourt /The Learning Company / ZSoft CorporationImagePCX
Australian National UniversityImageX-Face[48]
Bluetooth Special Interest GroupAudioSBC, and mSBC
Qualcomm /CSRAudioQCELP,aptX, andaptX HD
Open Mobile Alliance / WAP ForumImageWireless Bitmap

Muxers

[edit]

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]
This sectionneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources in this section. Unsourced material may be challenged and removed.(July 2022) (Learn how and when to remove this message)
TypeColorPackedPlanarPalette
Without alphaWithalphaWithout alphaWith alphaChroma-interleavedWith alpha
MonochromeBinary (1-bit monochrome)monoblack, monowhite
Grayscale8/9/10/12/14/16bpp16/32bpp
RGBRGB 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/BGR24/30[p 1]/48bpp32[p 2]/64bpp8bit->32bpp
GBR[p 3]8/9/10/12/14/16bpc8/10/12/16bpc
RGBFloatRGB32bpc16/32bpc
GBR32bpc32bpc
YUVYVU 4:1:0(9bpp (YVU9))[p 4]
YUV 4:1:09bpp
YUV 4:1:18bpc (UYYVYY)8bpc(8bpc (NV11))
YVU 4:2:0(8bpc (YV12))[p 4]8 (NV21)
YUV 4:2:08[p 5]/9/10/12/14/16bpc8/9/10/16bpc8 (NV12)/10 (P010)/12 (P012)/16bpc (P016)
YVU 4:2:2(8bpc (YV16))[p 4](8bpc (NV61))
YUV 4:2:28 (YUYV[p 6] and UYVY)/10 (Y210)/12bpc (Y212)[p 7]8[p 8]/9/10/12/14/16bpc8/9/10/12/16bpc8 (NV16)/10 (NV20 and P210)/16bpc (P216)
YUV 4:4:08/10/12bpc
YVU 4:4:4(8bpc (YV24))[p 4]8bpc (NV42)
YUV 4:4:48 (VUYX)/10[p 9]/12bpc[p 10]8[p 11] / 16bpc (AYUV64)[p 12]8[p 13]/9/10/12/14/16bpc8/9/10/12/16bpc8 (NV24)/10 (P410)/ 16bpc (P416)
XYZXYZ 4:4:4[p 14]12bpc
BayerBGGR/RGGB/GBRG/GRBG8/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. ^abcdYVU9, YV12, YV16, and YV24 are supported asrawvideo codec in FFmpeg.
  5. ^I420 a.k.a. YUV420P
  6. ^aka YUY2 in Windows
  7. ^UYVY 10bpc without a padding is supported asbitpacked codec in FFmpeg. UYVY 10bpc with 2-bits padding is supported asv210 codec in FFmpeg. 16bpc (Y216) is supported astarga_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 supportARGB1:5:5:5,2:10:10:10, or otherBMP bitfield formats that are not commonly used.

Supported protocols

[edit]

Open standards

[edit]

De facto standards

[edit]

Supported filters

[edit]

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

Audio

[edit]

Video

[edit]
  • 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]

Supported LUT formats

[edit]

Supported media and interfaces

[edit]

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

Media

[edit]

Physical interfaces

[edit]

Audio IO

[edit]

Video IO

[edit]

Screen capture and output

[edit]

Others

[edit]

Applications

[edit]

Legal aspects

[edit]

FFmpeg contains more than 100 codecs,[73] most of which use compression techniques of one kind or another. Many such compression techniques may be subject to legal claims relating tosoftware patents.[74] 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 theEuropean Union, for example.[75][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 (notablyx264), then the entire binary is licensed under the GPL.

Projects using FFmpeg

[edit]
Main category:Software that uses FFmpeg

FFmpeg is used by software such asBlender,Cinelerra-GG Infinity,HandBrake,Kodi,MPC-HC,Plex,Shotcut,VirtualDub2 (aVirtualDub fork),[76]VLC media player,xine andYouTube.[77][78] It handles video and audio playback inGoogle Chrome[78] and the Linux version of Firefox.[79]GUIfront-ends for FFmpeg have been developed, including Multimedia Xpert[80] and XMedia Recode.

FFmpeg is used byffdshow, FFmpegInterop, theGStreamer FFmpeg plug-in, LAV Filters andOpenMAX IL to expand the encoding and decoding capabilities of their respective multimedia platforms.

As part ofNASA'sMars 2020 mission, FFmpeg is used by thePerseverance rover on Mars for image and video compression before footage is sent to Earth.[81]

See also

[edit]

References

[edit]
  1. ^"Bobby announces work on libavfilter as GsOC project". 2008-02-09.Archived from the original on 2021-10-07. Retrieved2021-10-07.
  2. ^"Initial revision - git.videolan.org/ffmpeg.git/commit". git.videolan.org. 2000-12-20. Archived fromthe original on 2013-12-25. Retrieved2013-05-11.
  3. ^"[FFmpeg-devel] Point releases". 3 March 2025. Retrieved3 March 2025.
  4. ^"Developer Documentation". ffmpeg.org. 2011-12-08.Archived from the original on 2012-02-04. Retrieved2012-01-04.
  5. ^"Platform Specific Information".FFmpeg.org.Archived from the original on 25 February 2020. Retrieved25 February 2020.
  6. ^"Download".ffmpeg.org. FFmpeg.Archived from the original on 2011-10-06. Retrieved2012-01-04.
  7. ^FFmpeg can be compiled with various external libraries, some of which have licenses that areincompatible with the FFmpeg's primary license, theGNU GPL.
  8. ^ab"FFmpeg: Lavf: I/O and Muxing/Demuxing Library".ffmpeg.org.Archived from the original on 3 December 2016. Retrieved21 October 2016.
  9. ^"Libavfilter Documentation".ffmpeg.org.Archived from the original on 2021-10-07. Retrieved2021-10-07.
  10. ^ijkplayer, bilibili, 2021-10-05,archived from the original on 2021-10-05, retrieved2021-10-05
  11. ^ab"FFmpeg License and Legal Considerations". ffmpeg.org.Archived from the original on 2012-01-03. Retrieved2012-01-04.
  12. ^Niedermayer, Michael (31 July 2015)."[FFmpeg-devel] FFmpegs future and resigning as leader".Archived from the original on 2015-08-15. Retrieved2015-09-22.
  13. ^Bellard, Fabrice (18 February 2006)."FFmpeg naming and logo".FFmpeg developer mailing list. FFmpeg website.Archived from the original on 26 April 2012. Retrieved24 December 2011.
  14. ^Carlsen, Steve (1992-06-03)."TIFF 6.0 specification"(PS).Aldus Corporation. p. 98. Retrieved2016-08-14.Zig-Zag Scan[dead link]Alt URLArchived 2012-07-03 at theWayback Machine
  15. ^Libav project site,archived from the original on 2012-01-03, retrieved2012-01-04
  16. ^Ronald S. Bultje (2011-03-14),Project renamed to Libav, archived fromthe original on 2016-11-07, retrieved2012-01-04
  17. ^A group of FFmpeg developers just forked as Libav, Phoronix, 2011-03-14,archived from the original on 2011-09-15, retrieved2012-01-04
  18. ^What happened to FFmpeg, 2011-03-30,archived from the original on 2018-09-02, retrieved2012-05-19
  19. ^FFMpeg turmoil, 2011-01-19,archived from the original on 2012-01-12, retrieved2012-01-04
  20. ^"The FFmpeg/Libav situation".blog.pkh.me.Archived from the original on 2012-07-01. Retrieved2015-09-22.
  21. ^"Debate/libav-provider/ffmpeg - Debian Wiki".debian.org. 2015-08-02. Retrieved2025-03-20.
  22. ^Kunhya, Kieran (2020-04-16)."[libav-devel] What is the status of this project?". Archived fromthe original on 2020-08-12. Retrieved2020-12-20.
  23. ^"FFmpeg and a thousand fixes".googleblog.com. January 10, 2014.Archived from the original on 22 October 2016. Retrieved21 October 2016.
  24. ^"ffserver – FFmpeg".trac.ffmpeg.org.Archived from the original on 2018-02-04. Retrieved2018-02-03.
  25. ^"ffserver program being dropped".ffmpeg.org. 2016-07-10.Archived from the original on 2016-07-16. Retrieved2018-02-03.
  26. ^"ffmpeg.org/download.html#releases". ffmpeg.org.Archived from the original on 2011-10-06. Retrieved2015-04-27.
  27. ^ab"NUT". Multimedia Wiki. 2012.Archived from the original on 2014-01-03. Retrieved2014-01-03.
  28. ^Glaser, Fiona (2010-07-23),Diary Of An x264 Developer: Announcing the world's fastest VP8 decoder, archived fromthe original on 2010-09-30, retrieved2012-01-04
  29. ^FFmpeg Announces High-Performance VP8 Decoder, Slashdot, 2010-07-24,archived from the original on 2011-12-21, retrieved2012-01-04
  30. ^"FFmpeg Goes WebM, Enabling VP8 for Boxee & Co". newteevee.com. 2010-06-17. Archived fromthe original on 2010-06-20. Retrieved2012-01-04....withVLC,Boxee,MythTV,Handbrake andMPlayer being some of the more popular projects utilizing FFmpeg...
  31. ^ab"Native VP9 decoder is now in the Git master branch".Launchpad. 2013-10-03.Archived from the original on 2013-10-22. Retrieved2013-10-21.
  32. ^ab"FFmpeg Now Features Native HEVC/H.265 Decoder Support".Softpedia. 2013-10-16.Archived from the original on 2014-06-15. Retrieved2013-10-16.
  33. ^FFmpeg (2016-02-15)."February 15th, 2016, FFmpeg 3.0 "Einstein"".Archived from the original on 2016-07-16. Retrieved2016-04-02.
  34. ^FFmpeg (2017-10-15)."October 15th, 2017, FFmpeg 3.4 "Cantor"".Archived from the original on 2016-07-16. Retrieved2019-05-10.
  35. ^FFmpeg (2018-11-06)."November 6th, 2018, FFmpeg 4.1 "al-Khwarizmi"".Archived from the original on 2016-07-16. Retrieved2019-05-10.
  36. ^Jan Ozer (2019-03-04)."Good News: AV1 Encoding Times Drop to Near-Reasonable Levels".StreamingMedia.com.Archived from the original on 2021-05-14. Retrieved2019-05-10.
  37. ^This video of Linux desktop (X11) was captured by ffmpeg and encoded in realtime[circular reference]
  38. ^"FFmpeg Automated Testing Environment". Fate.multimedia.cx.Archived from the original on 2016-04-10. Retrieved2012-01-04.
  39. ^"FFmpeg Hardware Acceleration". ffmpeg.org Wiki.Archived from the original on 2016-12-04. Retrieved2016-11-12.
  40. ^"Hardware/VAAPI – FFmpeg".trac.ffmpeg.org.Archived from the original on 2017-10-16. Retrieved2017-10-16.
  41. ^"HEVC Video Encoder User Manual"(PDF).Qualcomm Developer Network.Archived(PDF) from the original on 2021-04-16. Retrieved2021-02-23.
  42. ^"FFmpeg Changelog".GitHub.Archived from the original on 2017-03-21. Retrieved2016-11-12.
  43. ^"HWAccelIntro – FFmpeg".trac.ffmpeg.org.Archived from the original on 2016-12-04. Retrieved2016-11-12.
  44. ^abcdef"Changelog".FFmpeg trunk SVN. FFmpeg. 17 April 2007. Retrieved26 April 2007.[permanent dead link]
  45. ^"FFmpeg Lands JPEG-XL Support".www.phoronix.com.Archived from the original on 2022-07-24. Retrieved2022-04-26.
  46. ^"git.ffmpeg.org Git - ffmpeg.git/commit".git.ffmpeg.org.Archived from the original on 2018-04-23. Retrieved2018-04-23.
  47. ^abFFmpeg 5.1 Released With Many Improvements To This Important Multimedia ProjectArchived 2022-08-07 at theWayback Machine. Phoronix. July 22, 2022
  48. ^abcdeFFmpeg 1.1 Brings New Support, Encoders/DecodersArchived 2022-08-08 at theWayback Machine. Phoronix. January 7, 2013
  49. ^abFFmpeg 4.1 Brings AV1 Parser & Support For AV1 In MP4Archived 2022-08-08 at theWayback Machine. Phoronix. November 6, 2018
  50. ^FFmpeg 3.0 Released, Supports VP9 VA-API AccelerationArchived 2022-08-08 at theWayback Machine. Phoronix. February 15, 2016
  51. ^FFmpeg 4.4 Released With AV1 VA-API Decoder, SVT-AV1 EncodingArchived 2022-08-08 at theWayback Machine. Phoronix. April 9, 2021
  52. ^abcdFFmpeg 0.11 Has Blu-Ray Protocol, New EncodersArchived 2022-08-08 at theWayback Machine. Phoronix. May 26, 2012
  53. ^abFFmpeg 3.3 Brings Native Opus Encoder, Support For Spherical VideosArchived 2022-08-08 at theWayback Machine. Phoronix. April 17, 2017
  54. ^FFmpeg 5.0 Released For This Popular, Open-Source Multimedia LibraryArchived 2022-08-08 at theWayback Machine. Phoronix. January 14, 2022
  55. ^abFFmpeg 2.2 Release Adds The Libx265 EncoderArchived 2022-08-08 at theWayback Machine. Phoronix. March 23, 2014
  56. ^FFmpeg 4.2 Released With AV1 Decoding Support, GIF ParserArchived 2022-08-08 at theWayback Machine. Phoronix. August 6, 2019
  57. ^FFmpeg 0.6 Released With H.264, VP8 LoveArchived 2022-08-08 at theWayback Machine. Phoronix. June 16, 2010
  58. ^abFFmpeg 2.5 Brings Animated PNG, WebP Decoding SupportArchived 2022-08-08 at theWayback Machine. Phoronix. December 4, 2014
  59. ^ab"FFmpeg development mailing list".FFmpeg development. FFmpeg. 7 May 2007. Archived fromthe original on 11 August 2007. Retrieved24 December 2010.
  60. ^vitor (13 April 2008)."FFmpeg development mailing list".FFmpeg development. FFmpeg website. Retrieved14 April 2008.[permanent dead link]
  61. ^vitor (30 March 2008)."FFmpeg development mailing list".FFmpeg development. FFmpeg website. Retrieved30 March 2008.[permanent dead link]
  62. ^"FFmpeg: MaxisXADemuxContext Struct Reference".FFmpeg development. FFmpeg website.Archived from the original on 17 March 2024. Retrieved17 March 2024.
  63. ^Michael Niedermayer, Timothy Gu (2014-12-05)."RELEASE NOTES for FFmpeg 2.5 "Bohr"".VideoLAN. Archived fromthe original on 2014-12-08. Retrieved2014-12-05.
  64. ^ramiro (18 March 2008)."FFmpeg development mailing list".FFmpeg development. FFmpeg website. Archived fromthe original on 17 August 2008. Retrieved18 March 2008.
  65. ^banan (8 June 2008)."FFmpeg development mailing list".FFmpeg development. FFmpeg website. Archived fromthe original on 14 January 2009. Retrieved8 June 2008.
  66. ^faust3 (21 March 2008)."FFmpeg development mailing list".FFmpeg development. FFmpeg website. Archived fromthe original on 25 April 2008. Retrieved21 March 2008.{{cite web}}: CS1 maint: numeric names: authors list (link)
  67. ^van Kesteren, Anne (2010-09-01)."Internet Drafts are not Open Standards".annevankesteren.nl.Self-published.Archived from the original on 2010-09-02. Retrieved2015-03-22.
  68. ^Real Time Streaming Protocol 2.0 (RTSP)Archived 2023-10-25 at theWayback Machine P.231
  69. ^"rtsp: Support tls-encapsulated RTSP - git.videolan.org Git - ffmpeg.git/commit".videolan.org.Archived from the original on 18 October 2016. Retrieved21 October 2016.
  70. ^"FFmpeg Filters". ffmpeg.org.Archived from the original on 2017-03-28. Retrieved2017-03-27.
  71. ^How it works earwax.ca
  72. ^"FFmpeg Devices Documentation". ffmpeg.org.Archived from the original on 2021-10-25. Retrieved2021-10-25.
  73. ^"Codecs list". ffmpeg.org.Archived from the original on 2012-01-06. Retrieved2012-01-01.
  74. ^"Legal information on FFmpeg's website". ffmpeg.org.Archived from the original on 2012-01-03. Retrieved2012-01-04.
  75. ^"The European Patent Convention".www.epo.org.European Patent Office. 2020-11-29.Archived from the original on 2021-11-19. Retrieved2021-11-24.
  76. ^"VirtualDub2".Archived from the original on 2020-08-07. Retrieved2020-08-15.
  77. ^"Google's YouTube Uses FFmpeg | Breaking Eggs And Making Omelettes". Multimedia.cx. 2011-02-08.Archived from the original on 2012-08-14. Retrieved2012-08-06.
  78. ^ab"FFmpeg-based Projects". ffmpeg.org.Archived from the original on 2016-02-20. Retrieved2012-01-04..
  79. ^"Firefox Enables FFmpeg Support By Default". Phoronix. 2015-11-15.Archived from the original on 2017-09-25. Retrieved2015-11-18.
  80. ^"Multimedia Xpert". Atlas Informatik.Archived from the original on 2023-04-04. Retrieved2022-05-26.
  81. ^Maki, J. N.; Gruel, D.; McKinney, C.; Ravine, M. A.; Morales, M.; Lee, D.; Willson, R.; Copley-Woods, D.; Valvo, M.; Goodsall, T.; McGuire, J.; Sellar, R. G.; Schaffner, J. A.; Caplinger, M. A.; Shamah, J. M.; Johnson, A. E.; Ansari, H.; Singh, K.; Litwin, T.; Deen, R.; Culver, A.; Ruoff, N.; Petrizzo, D.; Kessler, D.; Basset, C.; Estlin, T.; Alibay, F.; Nelessen, A.; Algermissen, S. (2020)."The Mars 2020 Engineering Cameras and Microphone on the Perseverance Rover: A Next-Generation Imaging System for Mars Exploration".Space Science Reviews.216 (8). Springer Nature Switzerland AG.: 137.Bibcode:2020SSRv..216..137M.doi:10.1007/s11214-020-00765-9.PMC 7686239.PMID 33268910.

External links

[edit]
Windows
Linux
active
inactive
Cross-platform
active
inactive
Windows
Cross-platform
Windows
macOS
Mobile
Lists
Archivers with
compression
(comparison)
Free software
Freeware
Commercial
Non-archiving
compressors
Generic
For code
Audio
compression

(comparison)
Lossy
Lossless
Video
compression

(comparison)
Lossy
MPEG-4 ASP
H.264
HEVC
Others
Lossless
Retrieved from "https://en.wikipedia.org/w/index.php?title=FFmpeg&oldid=1281468425"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp