File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Original file line number Diff line number Diff line change 1
- [ ![ build test] ( https://github.com/markus-perl /ffmpeg-build-script/workflows/build%20test/badge.svg?branch=master )] ( https://github.com/markus-perl /ffmpeg-build-script/actions )
1
+ [ ![ build test] ( https://github.com/PhilHiTech /ffmpeg-build-script/workflows/build%20test/badge.svg?branch=master )] ( https://github.com/PhilHiTech /ffmpeg-build-script/actions )
2
2
3
- ![ FFmpeg build script] ( https://raw.github.com/markus-perl /ffmpeg-build-script/master/ffmpeg-build-script.png )
3
+ ![ FFmpeg build script] ( https://raw.github.com/PhilHiTech /ffmpeg-build-script/master/ffmpeg-build-script.png )
4
4
5
5
### If you like the script, please "★" this project!
6
6
@@ -50,18 +50,18 @@ Open your command line and run (curl needs to be installed):
50
50
51
51
``` bash
52
52
# Without GPL and non-free codes, see https://ffmpeg.org/legal.html
53
- $ bash <( curl -s " https://raw.githubusercontent.com/markus-perl /ffmpeg-build-script/master/web-install.sh?v1" )
53
+ $ bash <( curl -s " https://raw.githubusercontent.com/PhilHiTech /ffmpeg-build-script/master/web-install.sh?v1" )
54
54
55
55
# With GPL and non-free codes, see https://ffmpeg.org/legal.html
56
- $ bash <( curl -s " https://raw.githubusercontent.com/markus-perl /ffmpeg-build-script/master/web-install-gpl-and-non-free.sh?v1" )
56
+ $ bash <( curl -s " https://raw.githubusercontent.com/PhilHiTech /ffmpeg-build-script/master/web-install-gpl-and-non-free.sh?v1" )
57
57
```
58
58
59
59
This command downloads the build script and automatically starts the build process.
60
60
61
61
### Common install and build (macOS, Linux)
62
62
63
63
``` bash
64
- $ git clone https://github.com/markus-perl /ffmpeg-build-script.git
64
+ $ git clone https://github.com/PhilHiTech /ffmpeg-build-script.git
65
65
$ cd ffmpeg-build-script
66
66
# Without GPL and non-free codecs
67
67
$ ./build-ffmpeg --build
You can’t perform that action at this time.
0 commit comments