30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
FFmpeg (Latest Git/Stable Static Builds) for GNU/Linux
|
|
======================================================
|
|
|
|
Script: q3aql (q3aql@protonmail.ch)
|
|
Builds: John Van Sickle (john.vansickle@gmail.com)
|
|
|
|
### Sintax:
|
|
|
|
* `$ 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
|
|
|
|
### Installation:
|
|
|
|
* Open terminal and type the following commands:
|
|
|
|
* `$ 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/)
|