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
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,13 @@ The FFmpeg build script provides an easy way to build a static FFmpeg on **macOS
15
15
16
16
17
17
## Disclaimer And Data Privacy Notice
18
-
This script will download different packages with different licenses from various sources which may track your usage.
18
+
This script will download different packages with different licenses from various sources, which may track your usage.
19
19
These sources are out of control by the developers of this script. By downloading and using this script, you are fully aware of this.
20
20
21
21
Use this script at your own risk. I maintain this script in my spare time.
22
-
Please do not file bug reports for systems other than Debian 10 and macOS 10.15.x,
23
-
because I don't have the resources or time to maintain other systems.
22
+
Please do not file bug reports for systems other than Debian 10 and macOS 11.x,
23
+
because I don't have the resources or time to maintain different systems.
24
+
24
25
25
26
## Supported Codecs
26
27
*`x264`: H.264 Video Codec (MPEG-4 AVC)
@@ -63,8 +64,11 @@ because I don't have the resources or time to maintain other systems.
63
64
* VP8 `vp8_vaapi`
64
65
* VP9 `vp9_vaapi`
65
66
67
+
### Apple M1 (Apple Silicon) Support
68
+
The script also builds FFmpeg on a new MacBook with an Apple Silicon M1 processor.
69
+
66
70
### LV2 Plugin Support
67
-
If Python is available the script will be built a ffmpeg binary with lv2 plugin support.
71
+
If Python is available, the script will build a ffmpeg binary with lv2 plugin support.
68
72
69
73
## Continuos Integration
70
74
ffmpeg-build-script is rockstable. Every commit runs against Linux and MacOS with https://github.com/markus-perl/ffmpeg-build-script/actions just to make sure everything works as expected.
0 commit comments