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
+19-10
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ build-ffmpeg
9
9
The FFmpeg build script provides an easy way to build a static FFmpeg on **OSX** and **Linux** with **non-free codecs** included.
10
10
11
11
12
-
[](http://www.youtube.com/watch?v=Z9p3mM757cM"How-To build FFmpeg on OSX")
12
+
[](https://www.youtube.com/watch?v=Z9p3mM757cM"How-To build FFmpeg on OSX")
13
13
14
14
*Youtube: How-To build and install FFmpeg on MacOS*
15
15
16
16
## Disclaimer
17
-
Use this script at your own risk. I maintain this script in my spare time.
17
+
Use this script at your own risk. I maintain this script in my spare time.
18
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
@@ -23,7 +23,7 @@ because I don't have the resources and the time to maintain other systems.
23
23
*`x264`: H.264 (MPEG-4 AVC)
24
24
*`x265`: H.265 Video Codec
25
25
*`aom`: AV1 Video Codec (Experimental and very slow!)
26
-
*`fdk_aac`: Fraunhofer FDK AAC Codec
26
+
*`fdk_aac`: Fraunhofer FDK AAC Codec
27
27
*`xvidcore`: MPEG-4 video coding standard
28
28
*`VP8/VP9/webm`: VP8 / VP9 Video Codec for the WebM video file format
29
29
*`mp3`: MPEG-1 or MPEG-2 Audio Layer III
@@ -45,7 +45,7 @@ because I don't have the resources and the time to maintain other systems.
45
45
* VP9 `vp9_cuvid`
46
46
* Encoders
47
47
* H264 `nvenc nvenc_h264`
48
-
* H265 `nvenc_hevc`
48
+
* H265 `nvenc_hevc`
49
49
50
50
## Continuos Integration
51
51
ffmpeg-build-script is rockstable. Every commit runs against Linux and MacOS with https://travis-ci.org just to make sure everything works as expected.
@@ -82,11 +82,20 @@ This command downloads the build script and automatically starts the build proce
0 commit comments