2015-10-16 19:14:59 +02:00
|
|
|
|
FFmpeg (Latest Git/Stable Static Builds) for GNU/Linux
|
|
|
|
|
======================================================
|
|
|
|
|
|
2019-03-23 16:38:44 +01:00
|
|
|
|
Script: q3aql (q3aql@protonmail.ch)
|
2015-10-16 19:14:59 +02:00
|
|
|
|
Builds: John Van Sickle (john.vansickle@gmail.com)
|
|
|
|
|
|
|
|
|
|
### How to install (ffmpeg-install):
|
|
|
|
|
|
|
|
|
|
* **Instructions:**
|
|
|
|
|
|
|
|
|
|
* Open the terminal.
|
2016-03-01 19:06:24 +01:00
|
|
|
|
* Clone the repository: `git clone https://github.com/q3aql/ffmpeg-install.git`
|
2015-10-16 19:14:59 +02:00
|
|
|
|
* 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`
|
|
|
|
|
|
|
|
|
|
_Note: The script are compatible with all GNU/Linux distributions._
|
|
|
|
|
|
|
|
|
|
### How to use:
|
|
|
|
|
|
|
|
|
|
* **Commands to install:**
|
|
|
|
|
|
|
|
|
|
* `$ ffmpeg-install --install (Latest git version)`
|
2015-10-16 19:48:46 +02:00
|
|
|
|
* `$ ffmpeg-install --install release (Latest stable version)`
|
2015-10-16 19:14:59 +02:00
|
|
|
|
|
|
|
|
|
* **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`
|
|
|
|
|
|
2018-11-19 02:34:08 +01:00
|
|
|
|
### The fastest way to install
|
|
|
|
|
|
2019-03-23 16:21:34 +01:00
|
|
|
|
1:wget https://raw.githubusercontent.com/q3aql/ffmpeg-install/master/ffmpeg-install
|
2018-11-19 02:34:08 +01:00
|
|
|
|
2:chmod a+x ffmpeg-install
|
|
|
|
|
3:./ffmpeg-install --install release
|
|
|
|
|
|
2015-10-16 19:14:59 +02:00
|
|
|
|
### 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/)
|
|
|
|
|
|