Update README.md

This commit is contained in:
q3aql 2021-03-28 04:39:36 +02:00
parent 653dbb5e37
commit 429e8ea76b

View File

@ -1,25 +1,28 @@
FFmpeg (Latest Git/Stable Static Builds) for GNU/Linux Script to install FFmpeg (Git/Stable) on GNU/Linux.
====================================================== ===================================================
Script: q3aql (q3aql@protonmail.ch) Script: q3aql (q3aql@protonmail.ch)
Builds: John Van Sickle (john.vansickle@gmail.com) Builds: John Van Sickle (john.vansickle@gmail.com)
### Sintax: ### Sintax:
* `$ ffmpeg-install --install` --> Install FFmpeg (Git version) ```shell
* `$ ffmpeg-install --install release` --> Install FFmpeg (Stable version) $ ffmpeg-install --install --> Install FFmpeg (Git version)
* `$ ffmpeg-install --update` --> Update FFmpeg (Git version) $ ffmpeg-install --install release --> Install FFmpeg (Stable version)
* `$ ffmpeg-install --update release` --> Update FFmpeg (Stable version) $ ffmpeg-install --update --> Update FFmpeg (Git version)
* `$ ffmpeg-install --uninstall` --> Uninstall FFmpeg previously installed $ ffmpeg-install --update release --> Update FFmpeg (Stable version)
* `$ ffmpeg-install --help` --> Show help $ ffmpeg-install --uninstall --> Uninstall FFmpeg previously installed
$ ffmpeg-install --help --> Show help
````
### Installation: ### Installation:
* Open terminal and type the following commands: * Open terminal and type the following commands:
```shell
* `$ git clone https://github.com/q3aql/ffmpeg-install` $ git clone https://github.com/q3aql/ffmpeg-install
* `$ cd ffmpeg-install` $ cd ffmpeg-install
* `$ make install` $ make install
````
### External links: ### External links: