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
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,18 @@ The FFmpeg build script provides an easy way to build a static FFmpeg on **macOS
13
13
14
14
*Youtube: How-To build and install FFmpeg on MacOS*
15
15
16
-
## Disclaimer
16
+
17
+
## Disclaimer And Data Privacy Notice
18
+
This script will download different packages from different sources which may track your usage. These sources are out of control
19
+
by the developers of this script. By downloading and using this script you are fully aware of this.
20
+
17
21
Use this script at your own risk. I maintain this script in my spare time.
18
22
Please do not file bug reports for systems other than Debian 10 and macOS 10.15.x
19
23
because I don't have the resources and the time to maintain other systems.
20
24
21
-
22
25
## Supported Codecs
23
-
*`x264`: H.264 (MPEG-4 AVC)
24
-
*`x265`: H.265 Video Codec
26
+
*`x264`: H.264 Video Codec (MPEG-4 AVC)
27
+
*`x265`: H.265 Video Codec (HEVC)
25
28
*`aom`: AV1 Video Codec (Experimental and very slow!)
26
29
*`fdk_aac`: Fraunhofer FDK AAC Codec
27
30
*`xvidcore`: MPEG-4 video coding standard
@@ -32,6 +35,8 @@ because I don't have the resources and the time to maintain other systems.
32
35
*`theora`: Free lossy video compression format
33
36
*`opus`: Lossy audio coding format
34
37
*`srt`: Secure Reliable Transport
38
+
*`srt`: Secure Reliable Transport
39
+
*`webp`: Image format both lossless and lossy
35
40
36
41
### HardwareAccel
37
42
*`nv-codec`: [NVIDIA's GPU accelerated video codecs](https://devblogs.nvidia.com/nvidia-ffmpeg-transcoding-guide/). These encoders/decoders will only be available if a CUDA installation was found while building the binary. Follow [these](#Cuda-installation) instructions for installation. Supported codecs in nvcodec:
@@ -675,6 +680,7 @@ $ make install
675
680
676
681
Building done. The binary can be found here: /Users/me/dev/ffmpeg-build-script/workspace/bin/ffmpeg
677
682
683
+
678
684
Install the binary to your /usr/local/bin folder? [Y/n] y
0 commit comments