-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfmpeg README.txt
122 lines (113 loc) · 4.97 KB
/
fmpeg README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
For windows
1. Extract the file
2. Rename to 'FFmpeg'
3. Copy the folder to C drive
4. Copy the location of floder 'bin' within 'FFmpeg' folder
5. Open System/User environment variable
6. Paste the location copied from STEP 4 to PATH
Zeranoe FFmpeg Builds <http://ffmpeg.zeranoe.com/builds/>
Build: ffmpeg-20200424-a501947-win64-static
Configuration:
--enable-gpl
--enable-version3
--enable-sdl2
--enable-fontconfig
--enable-gnutls
--enable-iconv
--enable-libass
--enable-libdav1d
--enable-libbluray
--enable-libfreetype
--enable-libmp3lame
--enable-libopencore-amrnb
--enable-libopencore-amrwb
--enable-libopenjpeg
--enable-libopus
--enable-libshine
--enable-libsnappy
--enable-libsoxr
--enable-libsrt
--enable-libtheora
--enable-libtwolame
--enable-libvpx
--enable-libwavpack
--enable-libwebp
--enable-libx264
--enable-libx265
--enable-libxml2
--enable-libzimg
--enable-lzma
--enable-zlib
--enable-gmp
--enable-libvidstab
--enable-libvmaf
--enable-libvorbis
--enable-libvo-amrwbenc
--enable-libmysofa
--enable-libspeex
--enable-libxvid
--enable-libaom
--disable-w32threads
--enable-libmfx
--enable-ffnvcodec
--enable-cuda-llvm
--enable-cuvid
--enable-d3d11va
--enable-nvenc
--enable-nvdec
--enable-dxva2
--enable-avisynth
--enable-libopenmpt
--enable-amf
Libraries:
SDL 20200326-498a7f2 <https://libsdl.org>
Fontconfig 2.13.92 <http://freedesktop.org/wiki/Software/fontconfig>
GnuTLS 3.6.11.1 <https://gnutls.org/>
libiconv 1.16 <http://gnu.org/software/libiconv>
libass 0.14.0 <https://github.com/libass/libass>
dav1d 20200328-9f67671 <https://code.videolan.org/videolan/dav1d>
libbluray 20200216-e670de4 <https://www.videolan.org/developers/libbluray.html>
FreeType 2.10.1 <http://freetype.sourceforge.net>
LAME 3.100 <http://lame.sourceforge.net>
OpenCORE AMR 20170731-07a5be4 <https://sourceforge.net/projects/opencore-amr>
OpenJPEG 20200213-563ecfb <https://github.com/uclouvain/openjpeg>
Opus 20200309-923bebd <https://opus-codec.org>
shine 20190420-76ea4f0 <https://github.com/savonet/shine>
Snappy 1.1.7 <https://github.com/google/snappy>
libsoxr 20180224-945b592 <http://sourceforge.net/projects/soxr>
SRT 20200320-7fda365 <https://www.srtalliance.org>
Theora 20171023-e5d205b <http://theora.org>
TwoLAME 0.4.0 <http://twolame.org>
vpx 20200327-31326b5 <http://webmproject.org>
WavPack 5.2.0 <http://wavpack.com>
WebP 20200320-47309ef <https://developers.google.com/speed/webp>
x264 20191127-1771b55 <https://www.videolan.org/developers/x264.html>
x265 20200213-00b6867 <https://bitbucket.org/multicoreware/x265/wiki/Home>
libxml2 2.9.10 <http://xmlsoft.org>
z.lib 20200209-729bf11 <https://github.com/sekrit-twc/zimg>
XZ Utils 5.2.5 <http://tukaani.org/xz>
zlib 1.2.11 <http://zlib.net>
GMP 6.2.0 <https://gmplib.org>
vid.stab 20190213-aeabc8d <http://public.hronopik.de/vid.stab>
VMAF 20200410-23aa467 <https://github.com/Netflix/vmaf>
Vorbis 20190128-9eadecc <http://vorbis.com>
VisualOn AMR-WB 20141107-3b3fcd0 <https://sourceforge.net/projects/opencore-amr>
libmysofa 20190907-e07edb3 <https://github.com/hoene/libmysofa>
Speex 20191110-7db954e <http://speex.org>
Xvid 1.3.5 <https://labs.xvid.com>
aom 20200328-cd653f1 <https://aomedia.googlesource.com/aom>
libmfx 1.28 <https://software.intel.com/en-us/media-sdk>
nv-codec-headers 20191126-250292d <https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git>
AviSynth+ 20200409-9af6bd5 <https://github.com/AviSynth/AviSynthPlus>
OpenMPT 20191010-51cb021 <https://openmpt.org>
AMF 20191216-acbd877 <https://gpuopen.com/gaming-product/advanced-media-framework>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.