@@ -14,32 +14,22 @@ You will be asked what architecture you need. These are your options:
14
14
15
15
1 . Open Terminal
16
16
17
- 2 . Download the script
17
+ 2 . Download and run the installer.
18
18
```
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)
20
20
```
21
21
22
- 3 . Make it executeable
22
+ 3 . Test it.
23
23
```
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
35
25
```
36
26
37
27
You should see something like this when you are done.
38
28
39
29
```
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
43
33
libavutil 55. 58.100 / 55. 58.100
44
34
libavcodec 57. 89.100 / 57. 89.100
45
35
libavformat 57. 71.100 / 57. 71.100
@@ -48,6 +38,8 @@ ffmpeg version 3.3-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2
48
38
libswscale 4. 6.100 / 4. 6.100
49
39
libswresample 2. 7.100 / 2. 7.100
50
40
libpostproc 54. 5.100 / 54. 5.100
41
+ Hardware acceleration methods:
42
+ cuvid
51
43
```
52
44
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