Skip to content

Commit 26f9991

Browse files
authored
Update README.md
1 parent a44d890 commit 26f9991

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

README.md

+10-18
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,22 @@ You will be asked what architecture you need. These are your options:
1414

1515
1. Open Terminal
1616

17-
2. Download the script
17+
2. Download and run the installer.
1818
```
19-
wget https://raw.githubusercontent.com/moeiscool/ffmpegTheEasyWay/master/ffmpeg.sh
19+
bash <(curl -s https://gitlab.com/Shinobi-Systems/ffmpegTheEasyWay/raw/master/ffmpeg.sh)
2020
```
2121

22-
3. Make it executeable
22+
3. Test it.
2323
```
24-
chmod +x ffmpeg.sh
25-
```
26-
27-
4. Run the installer. Pick your architecture.
28-
```
29-
./ffmpeg.sh
30-
```
31-
32-
5. Run `fffmpeg`
33-
```
34-
ffmpeg
24+
ffmpeg -hwaccels
3525
```
3626

3727
You should see something like this when you are done.
3828

3929
```
40-
ffmpeg version 3.3-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2017 the FFmpeg developers
41-
built with gcc 5.4.1 (Debian 5.4.1-5) 20170205
42-
configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-5 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libxvid
30+
ffmpeg version 3.3.4-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2017 the FFmpeg developers
31+
built with gcc 6.4.0 (Debian 6.4.0-4) 20170820
32+
configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libfribidi --enable-libass --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg
4333
libavutil 55. 58.100 / 55. 58.100
4434
libavcodec 57. 89.100 / 57. 89.100
4535
libavformat 57. 71.100 / 57. 71.100
@@ -48,6 +38,8 @@ ffmpeg version 3.3-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2
4838
libswscale 4. 6.100 / 4. 6.100
4939
libswresample 2. 7.100 / 2. 7.100
5040
libpostproc 54. 5.100 / 54. 5.100
41+
Hardware acceleration methods:
42+
cuvid
5143
```
5244

53-
Files are mirrored from the @ShinobiCCTV S3 Bucket. They were originally downloaded from https://johnvansickle.com/ffmpeg/
45+
Files are mirrored from https://cdn.shinobi.video. They were originally downloaded from https://johnvansickle.com/ffmpeg/

0 commit comments

Comments
 (0)