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
+27-29Lines changed: 27 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
build-ffmpeg
8
8
==========
9
9
10
-
The FFmpeg build script provides an easy way to build a static FFmpeg on **macOS** and **Linux** with **non-freecodecs** included.
10
+
The FFmpeg build script provides an easy way to build a static FFmpeg on **macOS** and **Linux** with optional **non-free and GPL codecs** (--enable-gpl-and-non-free) included.
11
11
12
12
[](https://www.youtube.com/watch?v=Z9p3mM757cM"How-To build FFmpeg on OSX")
13
13
@@ -16,8 +16,8 @@ The FFmpeg build script provides an easy way to build a static FFmpeg on **macOS
16
16
## Disclaimer And Data Privacy Notice
17
17
18
18
This script will download different packages with different licenses from various sources, which may track your usage.
19
-
These sources are out of control by the developers of this script. Also, this script creates a non-free and unredistributable binary. By downloading and using this script, you are fully
20
-
aware of this.
19
+
These sources are out of control by the developers of this script. Also, this script can create a non-free and unredistributable binary.
20
+
By downloading and using this script, you are fully aware of this.
21
21
22
22
Use this script at your own risk. I maintain this script in my spare time. Please do not file bug reports for systems
23
23
other than Debian 10 and macOS 11.x, because I don't have the resources or time to maintain different systems.
2. Set the DIST (`ubuntu` or `centos`) and VER (ubuntu: `16.04` , `18.04`, `20.04` or centos: `7`, `8`) environment
141
-
variables to select the preferred Docker base image.
142
-
138
+
##### CUDA
139
+
These builds are always built with the --enable-gpl-and-non-free switch, as CUDA is non-free. See https://ffmpeg.org/legal.html
143
140
```bash
141
+
export DOCKER_BUILDKIT=1
142
+
143
+
## Set the DIST (`ubuntu` or `centos`) and VER (ubuntu: `16.04` , `18.04`, `20.04` or centos: `7`, `8`) environment variables to select the preferred Docker base image.
0 commit comments