@@ -23,6 +23,26 @@ aware of this.
2323Use this script at your own risk. I maintain this script in my spare time. Please do not file bug reports for systems
2424other than Debian 10 and macOS 11.x, because I don't have the resources or time to maintain different systems.
2525
26+ ## Installation
27+
28+ ### Quick install and run (macOS, Linux)
29+
30+ Open your command line and run (curl needs to be installed):
31+
32+ ``` bash
33+ $ bash <( curl -s " https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/master/web-install.sh?v1" )
34+ ```
35+
36+ This command downloads the build script and automatically starts the build process.
37+
38+ ### Common installation (macOS, Linux)
39+
40+ ``` bash
41+ $ git clone https://github.com/markus-perl/ffmpeg-build-script.git
42+ $ cd ffmpeg-build-script
43+ $ ./build-ffmpeg --build
44+ ```
45+
2646## Supported Codecs
2747
2848* ` x264 ` : H.264 Video Codec (MPEG-4 AVC)
@@ -102,26 +122,6 @@ $ sudo apt install build-essential curl
102122$ sudo dnf install @development-tools curl
103123```
104124
105- ## Installation
106-
107- ### Quick install and run (macOS, Linux)
108-
109- Open your command line and run (curl needs to be installed):
110-
111- ``` bash
112- $ bash <( curl -s " https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/master/web-install.sh?v1" )
113- ```
114-
115- This command downloads the build script and automatically starts the build process.
116-
117- ### Common installation (macOS, Linux)
118-
119- ``` bash
120- $ git clone https://github.com/markus-perl/ffmpeg-build-script.git
121- $ cd ffmpeg-build-script
122- $ ./build-ffmpeg --help
123- ```
124-
125125### Build in Docker (Linux)
126126
127127With Docker, FFmpeg can be built reliably without altering the host system. Also, there is no need to have the CUDA SDK
0 commit comments