You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The FFmpeg build script provides an easy way to build a static FFmpeg on **OSX**
15
15
16
16
## Disclaimer
17
17
Use this script at your own risk. I maintain this script in my spare time.
18
-
Please do not file bug reports for systems other than Debian 9 and macOS 10.13
18
+
Please do not file bug reports for systems other than Debian 10 and macOS 10.15.x
19
19
because I don't have the resources and the time to maintain other systems.
20
20
21
21
@@ -31,7 +31,20 @@ because I don't have the resources and the time to maintain other systems.
31
31
*`vorbis`: Lossy audio compression format
32
32
*`theora`: Free lossy video compression format
33
33
*`opus`: Lossy audio coding format
34
-
*`nv-codec`: NVIDIA's GPU accelerated video codecs(H264 and HEVC). Installation is triggered only if CUDA installation is detected, follow [these](#Cuda-installation) instructions for installation
34
+
*`nv-codec`: [NVIDIA's GPU accelerated video codecs](https://devblogs.nvidia.com/nvidia-ffmpeg-transcoding-guide/). Installation is triggered only if CUDA installation is detected, follow [these](#Cuda-installation) instructions for installation. Supported codecs in nvcodec:
35
+
* Decoders
36
+
* H264 `h264_cuvid`
37
+
* H265 `hevc_cuvid`
38
+
* Motion JPEG `mjpeg_cuvid`
39
+
* MPEG1 video `mpeg1_cuvid`
40
+
* MPEG2 video `mpeg2_cuvid`
41
+
* MPEG4 part 2 video `mepg4_cuvid`
42
+
* VC-1 `vc1_cuvid`
43
+
* VP8 `vp8_cuvid`
44
+
* VP9 `vp9_cuvid`
45
+
* Encoders
46
+
* H264 `nvenc nvenc_h264`
47
+
* H265 `nvenc_hevc`
35
48
36
49
## Continuos Integration
37
50
ffmpeg-build-script is rockstable. Every commit runs against Linux and OSX with https://travis-ci.org just to make sure everything works as expected.
@@ -43,7 +56,7 @@ Requirements OSX
43
56
44
57
Requirements Linux
45
58
------------
46
-
* Debian >= Wheezy, Ubuntu => Trusty, other Distros might work too
59
+
* Debian >= Buster, Ubuntu => Trusty, other Distros might work too
47
60
* build-essentials installed:
48
61
49
62
```
@@ -108,6 +121,7 @@ Tested on
108
121
109
122
* Mac OSX 10.14 64Bit XCode 11.0
110
123
* Debian 9.11
124
+
* CemtOS 7.7 (Without Lib AOM and Lib Openssl activated)
0 commit comments