2021-05-18 14:18:50 +08:00
{
"name" : "ffmpeg" ,
2021-11-13 08:39:29 +08:00
"version" : "4.4.1" ,
2022-04-12 23:23:55 +08:00
"port-version" : 12 ,
2021-05-18 14:18:50 +08:00
"description" : [
"a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created." ,
"FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations."
] ,
"homepage" : "https://ffmpeg.org" ,
2022-03-01 02:25:31 +08:00
"license" : null ,
2021-06-10 06:25:20 +08:00
"dependencies" : [
2021-07-30 00:47:35 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
2021-06-10 06:25:20 +08:00
{
"name" : "vcpkg-pkgconfig-get-modules" ,
"host" : true
}
] ,
2021-05-18 14:18:50 +08:00
"default-features" : [
"avcodec" ,
"avdevice" ,
"avfilter" ,
"avformat" ,
"swresample" ,
"swscale"
] ,
"features" : {
"all" : {
"description" : "Build with all allowed dependencies selected that are compatible with the lgpl license" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2021-07-07 04:45:15 +08:00
"avcodec" ,
"avdevice" ,
"avfilter" ,
"avformat" ,
2021-05-18 14:18:50 +08:00
"avresample" ,
"bzip2" ,
"freetype" ,
"iconv" ,
"lzma" ,
"mp3lame" ,
"openjpeg" ,
"opus" ,
"snappy" ,
"soxr" ,
"speex" ,
2021-07-07 04:45:15 +08:00
"swresample" ,
"swscale" ,
2021-05-18 14:18:50 +08:00
"theora" ,
"vorbis" ,
"vpx" ,
"webp" ,
2021-12-31 01:41:58 +08:00
"xml2" ,
2021-05-18 14:18:50 +08:00
"zlib"
]
} ,
2021-12-21 15:55:52 +08:00
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"alsa"
] ,
"platform" : "linux"
} ,
2021-05-18 14:18:50 +08:00
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
"sdl2"
] ,
"platform" : "!osx"
} ,
2022-02-09 06:44:07 +08:00
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"ass"
] ,
"platform" : "!uwp"
} ,
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"fontconfig"
] ,
"platform" : "!uwp"
} ,
2021-07-23 06:35:12 +08:00
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
2021-12-31 01:41:58 +08:00
"fribidi"
2021-07-23 06:35:12 +08:00
] ,
"platform" : "!uwp"
} ,
2021-05-18 14:18:50 +08:00
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2021-12-31 01:41:58 +08:00
"modplug"
2021-05-18 14:18:50 +08:00
] ,
"platform" : "!uwp"
} ,
2021-06-10 06:25:20 +08:00
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-06-10 06:25:20 +08:00
"features" : [
2021-12-31 01:41:58 +08:00
"opencl"
2021-06-10 06:25:20 +08:00
] ,
"platform" : "!uwp"
} ,
2021-05-18 14:18:50 +08:00
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2021-12-31 01:41:58 +08:00
"openh264"
2021-05-18 14:18:50 +08:00
] ,
2021-12-31 01:41:58 +08:00
"platform" : "!uwp"
2021-05-18 14:18:50 +08:00
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2022-02-09 06:44:07 +08:00
"ilbc"
2021-05-18 14:18:50 +08:00
] ,
2022-02-09 06:44:07 +08:00
"platform" : "!(arm & uwp)"
2021-05-18 14:18:50 +08:00
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2022-02-09 06:44:07 +08:00
"ssh"
2021-05-18 14:18:50 +08:00
] ,
2022-02-09 06:44:07 +08:00
"platform" : "!(uwp | arm)"
2021-05-18 14:18:50 +08:00
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2022-02-09 06:44:07 +08:00
"tensorflow"
2021-05-18 14:18:50 +08:00
] ,
2022-02-09 06:44:07 +08:00
"platform" : "x64 & !static & !uwp"
2021-05-18 14:18:50 +08:00
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2021-12-31 01:41:58 +08:00
"aom"
2021-05-18 14:18:50 +08:00
] ,
2021-12-31 01:41:58 +08:00
"platform" : "!(windows & arm & !uwp)"
2021-05-18 14:18:50 +08:00
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2021-12-31 01:41:58 +08:00
"dav1d"
2021-05-18 14:18:50 +08:00
] ,
2021-12-31 01:41:58 +08:00
"platform" : "!(uwp | arm | x86 | osx)"
2021-05-18 14:18:50 +08:00
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2022-02-24 03:57:13 +08:00
"opengl"
2021-05-18 14:18:50 +08:00
] ,
2022-02-24 03:57:13 +08:00
"platform" : "!uwp & !(arm64 & windows)"
2021-05-18 14:18:50 +08:00
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
"tesseract"
] ,
2022-02-09 06:44:07 +08:00
"platform" : "!(windows & arm) & !static & !uwp"
2022-02-24 03:57:13 +08:00
} ,
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"nvcodec"
] ,
"platform" : "linux | (!osx & !uwp & !(arm64 & windows))"
2021-05-18 14:18:50 +08:00
}
]
} ,
"all-gpl" : {
"description" : "Build with all allowed dependencies selected that are compatible with the gpl license" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
"all" ,
2021-07-07 04:45:15 +08:00
"gpl" ,
"postproc"
2021-05-18 14:18:50 +08:00
]
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2021-12-31 01:41:58 +08:00
"x265"
2021-05-18 14:18:50 +08:00
] ,
2021-12-31 01:41:58 +08:00
"platform" : "!(uwp | arm)"
2021-05-18 14:18:50 +08:00
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
2021-12-31 01:41:58 +08:00
"x264"
2021-05-18 14:18:50 +08:00
] ,
2021-12-31 01:41:58 +08:00
"platform" : "!(arm & windows)"
2021-05-18 14:18:50 +08:00
} ,
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
"avisynthplus"
] ,
2021-07-07 04:45:15 +08:00
"platform" : "windows & !arm & !uwp & !static"
2021-05-18 14:18:50 +08:00
}
]
} ,
"all-nonfree" : {
"description" : "Build with all allowed dependencies selected with a non-redistributable license" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
2021-07-07 04:45:15 +08:00
"default-features" : false ,
2021-05-18 14:18:50 +08:00
"features" : [
"all-gpl" ,
2021-07-16 07:39:25 +08:00
"fdk-aac" ,
2021-05-18 14:18:50 +08:00
"nonfree" ,
"openssl"
]
}
]
} ,
2021-12-21 15:55:52 +08:00
"alsa" : {
"description" : "Enable ALSA support" ,
"dependencies" : [
"alsa"
]
} ,
2021-10-27 14:02:23 +08:00
"aom" : {
"description" : "AV1 video encoding/decoding via libaom support in ffmpeg" ,
"dependencies" : [
"aom"
]
} ,
2021-05-18 14:18:50 +08:00
"ass" : {
"description" : "Libass subtitles rendering, needed for subtitles and ass filter support in ffmpeg" ,
"dependencies" : [
"libass"
]
} ,
"avcodec" : {
"description" : "Build the avcodec library"
} ,
"avdevice" : {
"description" : "Build the avdevice library" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"avcodec" ,
"avformat"
]
}
]
} ,
"avfilter" : {
"description" : "Build the avfilter library"
} ,
"avformat" : {
"description" : "Build the avformat library" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"avcodec"
]
}
]
} ,
"avisynthplus" : {
"description" : "Reading of AviSynth script files" ,
2022-01-24 16:52:52 +08:00
"supports" : "windows & !static" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
"avisynthplus" ,
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"gpl"
]
}
]
} ,
"avresample" : {
"description" : "Build the avresample library"
} ,
"bzip2" : {
"description" : "Bzip2 support" ,
"dependencies" : [
"bzip2"
]
} ,
"dav1d" : {
"description" : "AV1 decoding via libdav1d" ,
2022-01-24 16:52:52 +08:00
"supports" : "!osx" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
"dav1d"
]
} ,
"fdk-aac" : {
[fdk-aac] make patent-encumbered HE-AAC optional (#16007)
* [fdk-aac] make patent-encumbered HE-AAC optional
By default, use a fork of fdk-aac (which was originally written
by Fraunhofer for the Android Open Source Project) which has
support for the patent-encumbered HE-AAC, HE-AACv2, and xHE-AAC
profiles removed. This fork is used by Fedora and Arch Linux to
provide support for most AAC use cases without patent licensing
fees and to permit combining it with GPL software. The upstream
fdk-aac with support for all AAC profiles can be built with the
new 'he-aac' option for this port.
Fedora Legal's opinion, from
https://bugzilla.redhat.com/show_bug.cgi?id=1501522#c112 :
The Fedora Project is aware that the Free Software Foundation
has stated that the Fraunhofer FDK AAC license is GPL
incompatible, specifically, because of Clause 3.
We believe that the fdk-aac software codec implementation that we
wish to include in Fedora is no longer encumbered by AAC patents.
This fact means that Clause 3 in the FDK AAC license is a "no op",
or to put it plainly, if no patents are in play, there are no
patent licenses to disclaim. For this (and only this) specific
implementation of fdk-aac, we believe that the FDK AAC license is
GPL compatible.
Also:
* remove restriction on dynamic linking. Upstream has a .def
file which is used by CMake.
* replace deprecated vcpkg functions
* [ffmpeg] use fdk-aac[he-aac] for fdk-aac feature
There is no point to this feature without HE-AAC because FFmpeg has
its own AAC codec that does not support HE-AAC.
2021-08-13 06:56:51 +08:00
"description" : "AAC de/encoding via libfdk-aac, **including GPL-incompatible patent-encumbered HE-AAC**. If you do not require HE-AAC, use the built-in FFmpeg AAC codec." ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
[fdk-aac] make patent-encumbered HE-AAC optional (#16007)
* [fdk-aac] make patent-encumbered HE-AAC optional
By default, use a fork of fdk-aac (which was originally written
by Fraunhofer for the Android Open Source Project) which has
support for the patent-encumbered HE-AAC, HE-AACv2, and xHE-AAC
profiles removed. This fork is used by Fedora and Arch Linux to
provide support for most AAC use cases without patent licensing
fees and to permit combining it with GPL software. The upstream
fdk-aac with support for all AAC profiles can be built with the
new 'he-aac' option for this port.
Fedora Legal's opinion, from
https://bugzilla.redhat.com/show_bug.cgi?id=1501522#c112 :
The Fedora Project is aware that the Free Software Foundation
has stated that the Fraunhofer FDK AAC license is GPL
incompatible, specifically, because of Clause 3.
We believe that the fdk-aac software codec implementation that we
wish to include in Fedora is no longer encumbered by AAC patents.
This fact means that Clause 3 in the FDK AAC license is a "no op",
or to put it plainly, if no patents are in play, there are no
patent licenses to disclaim. For this (and only this) specific
implementation of fdk-aac, we believe that the FDK AAC license is
GPL compatible.
Also:
* remove restriction on dynamic linking. Upstream has a .def
file which is used by CMake.
* replace deprecated vcpkg functions
* [ffmpeg] use fdk-aac[he-aac] for fdk-aac feature
There is no point to this feature without HE-AAC because FFmpeg has
its own AAC codec that does not support HE-AAC.
2021-08-13 06:56:51 +08:00
{
"name" : "fdk-aac" ,
"default-features" : false ,
"features" : [
"he-aac"
]
} ,
2021-05-18 14:18:50 +08:00
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"nonfree"
]
}
]
} ,
"ffmpeg" : {
"description" : "Build the ffmpeg application" ,
2022-01-24 16:52:52 +08:00
"supports" : "!uwp" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"avcodec" ,
"avfilter" ,
"avformat"
]
}
]
} ,
"ffplay" : {
"description" : "Build the ffplay application" ,
2022-01-24 16:52:52 +08:00
"supports" : "!uwp" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"avcodec" ,
"avfilter" ,
"avformat" ,
"sdl2" ,
"swresample" ,
"swscale"
]
}
]
} ,
"ffprobe" : {
"description" : "Build the ffprobe application" ,
2022-01-24 16:52:52 +08:00
"supports" : "!uwp" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"avcodec" ,
"avformat"
]
}
]
} ,
"fontconfig" : {
"description" : "Useful for drawtext filter" ,
"dependencies" : [
"fontconfig"
]
} ,
"freetype" : {
"description" : "Needed for drawtext filter" ,
"dependencies" : [
"freetype"
]
} ,
"fribidi" : {
"description" : "Improves drawtext filter" ,
"dependencies" : [
"fribidi"
]
} ,
"gpl" : {
"description" : "Allow use of GPL code, the resulting libs and binaries will be under GPL"
} ,
"iconv" : {
"description" : "Iconv support" ,
"dependencies" : [
"libiconv"
]
} ,
"ilbc" : {
"description" : "iLBC de/encoding via libilbc" ,
"dependencies" : [
"libilbc"
]
} ,
"lzma" : {
"description" : "lzma support" ,
"dependencies" : [
"liblzma"
]
} ,
"modplug" : {
"description" : "ModPlug via libmodplug" ,
"dependencies" : [
"libmodplug"
]
} ,
"mp3lame" : {
"description" : "MP3 encoding via libmp3lame" ,
"dependencies" : [
"mp3lame"
]
} ,
"nonfree" : {
"description" : "Allow use of nonfree code, the resulting libs and binaries will be unredistributable"
} ,
"nvcodec" : {
"description" : "Nvidia video decoding/encoding acceleration" ,
2022-02-24 03:57:13 +08:00
"supports" : "linux | (!osx & !uwp & !(arm64 & windows))" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
"ffnvcodec"
]
} ,
"opencl" : {
"description" : "OpenCL processing" ,
2022-01-24 16:52:52 +08:00
"supports" : "!uwp" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
"opencl"
]
} ,
"opengl" : {
"description" : "OpenGL rendering" ,
2022-01-24 16:52:52 +08:00
"supports" : "!uwp" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
"opengl" ,
"opengl-registry"
]
} ,
"openh264" : {
"description" : "H.264 de/encoding via openh264" ,
"dependencies" : [
"openh264"
]
} ,
"openjpeg" : {
"description" : "JPEG 2000 de/encoding via OpenJPEG" ,
"dependencies" : [
"openjpeg"
]
} ,
"openssl" : {
"description" : "Needed for https support if gnutls, libtls or mbedtls is not used" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"nonfree"
]
} ,
"openssl"
]
} ,
"opus" : {
"description" : "Opus de/encoding via libopus" ,
"dependencies" : [
"opus"
]
} ,
"postproc" : {
"description" : "Build the postproc library" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"gpl"
]
}
]
} ,
"sdl2" : {
"description" : "Sdl2 support" ,
"dependencies" : [
2021-11-12 05:47:51 +08:00
{
"name" : "sdl2" ,
"default-features" : false ,
"features" : [
"x11"
] ,
"platform" : "linux"
} ,
{
"name" : "sdl2" ,
"platform" : "!linux"
}
2021-05-18 14:18:50 +08:00
]
} ,
"snappy" : {
"description" : "Snappy compression, needed for hap encoding" ,
"dependencies" : [
"snappy"
]
} ,
"soxr" : {
"description" : "Include libsoxr resampling" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"swresample"
]
} ,
"soxr"
]
} ,
"speex" : {
"description" : "Speex de/encoding via libspeex" ,
"dependencies" : [
"speex"
]
} ,
"ssh" : {
"description" : "SFTP protocol via libssh" ,
"dependencies" : [
"libssh"
]
} ,
"swresample" : {
"description" : "Build the swresample library"
} ,
"swscale" : {
"description" : "Build the swscale library"
} ,
"tensorflow" : {
"description" : "TensorFlow as a DNN module backend for DNN based filters like sr" ,
2022-01-24 16:52:52 +08:00
"supports" : "!static" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
"tensorflow"
]
} ,
"tesseract" : {
"description" : "Tesseract, needed for ocr filter" ,
2022-01-24 16:52:52 +08:00
"supports" : "!static" ,
2021-05-18 14:18:50 +08:00
"dependencies" : [
"tesseract"
]
} ,
"theora" : {
"description" : "Theora encoding via libtheora" ,
"dependencies" : [
"libtheora"
]
} ,
"version3" : {
"description" : "Upgrade (L)GPL to version 3"
} ,
"vorbis" : {
"description" : "Vorbis en/decoding via libvorbis, native implementation exists" ,
"dependencies" : [
"libvorbis"
]
} ,
"vpx" : {
"description" : "VP8 and VP9 de/encoding via libvpx" ,
"dependencies" : [
"libvpx"
]
} ,
"webp" : {
"description" : "WebP encoding via libwebp" ,
"dependencies" : [
"libwebp"
]
} ,
"x264" : {
"description" : "H.264 encoding via x264" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"gpl"
]
} ,
"x264"
]
} ,
"x265" : {
"description" : "HEVC encoding via x265" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"gpl"
]
} ,
"x265"
]
} ,
"xml2" : {
"description" : "XML parsing using the C library libxml2, needed for dash demuxing support" ,
"dependencies" : [
"libxml2"
]
} ,
"zlib" : {
"description" : "zlib support" ,
"dependencies" : [
"zlib"
]
}
}
}