Update README.md
This commit is contained in:
parent
02ee017d16
commit
5a8445d971
54
README.md
54
README.md
|
@ -4,48 +4,26 @@ FFmpeg (Latest Git/Stable Static Builds) for GNU/Linux
|
|||
Script: q3aql (q3aql@protonmail.ch)
|
||||
Builds: John Van Sickle (john.vansickle@gmail.com)
|
||||
|
||||
### How to install (ffmpeg-install):
|
||||
### Sintax:
|
||||
|
||||
* **Instructions:**
|
||||
* `$ ffmpeg-install --install --> Install FFmpeg (Git version)`
|
||||
* `$ ffmpeg-install --install release --> Install FFmpeg (Stable version)`
|
||||
* `$ ffmpeg-install --update --> Update FFmpeg (Git version)`
|
||||
* `$ ffmpeg-install --update release --> Update FFmpeg (Stable version)`
|
||||
* `$ ffmpeg-install --uninstall --> Uninstall FFmpeg previously installed`
|
||||
* `$ ffmpeg-install --help --> Show help`
|
||||
|
||||
* Open the terminal.
|
||||
* Clone the repository: `git clone https://github.com/q3aql/ffmpeg-install.git`
|
||||
* Change directory: `cd ffmpeg-install`
|
||||
* Copy the script to `$PATH` (as root): `cp -rf ffmpeg-install /usr/bin/`
|
||||
* Change the permissions (as root): `chmod +x /usr/bin/ffmpeg-install`
|
||||
### Installation:
|
||||
|
||||
_Note: The script are compatible with all GNU/Linux distributions._
|
||||
* Open terminal and type the following commands:
|
||||
|
||||
### How to use:
|
||||
|
||||
* **Commands to install:**
|
||||
|
||||
* `$ ffmpeg-install --install (Latest git version)`
|
||||
* `$ ffmpeg-install --install release (Latest stable version)`
|
||||
|
||||
* **Commands to update:**
|
||||
|
||||
* `$ ffmpeg-install --update (Latest git version)`
|
||||
* `$ ffmpeg-install --update release (Latest stable version)`
|
||||
|
||||
* **Command to uninstall:**
|
||||
|
||||
* `$ ffmpeg-install --uninstall`
|
||||
|
||||
* **Show help:**
|
||||
|
||||
* `$ ffmpeg-install --help`
|
||||
|
||||
### The fastest way to install
|
||||
|
||||
1:wget https://raw.githubusercontent.com/q3aql/ffmpeg-install/master/ffmpeg-install
|
||||
2:chmod a+x ffmpeg-install
|
||||
3:./ffmpeg-install --install release
|
||||
* `$ git clone https://github.com/q3aql/ffmpeg-install`
|
||||
* `$ cd ffmpeg-install`
|
||||
* `$ make install`
|
||||
|
||||
### External links:
|
||||
|
||||
* [FFmpeg official website](https://www.ffmpeg.org/)
|
||||
* [FFmpeg source code](https://www.ffmpeg.org/download.html)
|
||||
* [FFmpeg Github](https://github.com/FFmpeg/FFmpeg)
|
||||
* [FFmpeg Static Builds](http://johnvansickle.com/ffmpeg/)
|
||||
|
||||
* [FFmpeg official website](https://www.ffmpeg.org/)
|
||||
* [FFmpeg source code](https://www.ffmpeg.org/download.html)
|
||||
* [FFmpeg Github](https://github.com/FFmpeg/FFmpeg)
|
||||
* [FFmpeg Static Builds](http://johnvansickle.com/ffmpeg/)
|
||||
|
|
Loading…
Reference in New Issue
Block a user