ffmpeg-builds/README.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2021-03-28 04:39:36 +02:00
Script to install FFmpeg (Git/Stable) on GNU/Linux.
===================================================
2015-10-16 19:14:59 +02:00
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)
2021-03-12 17:57:39 +01:00
### Sintax:
2015-10-16 19:14:59 +02:00
2021-03-28 04:39:36 +02:00
```shell
$ 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
````
2015-10-16 19:14:59 +02:00
2021-03-12 17:57:39 +01:00
### Installation:
2015-10-16 19:14:59 +02:00
2021-03-28 04:41:22 +02:00
* Open terminal and type the following commands:
2021-03-28 04:39:36 +02:00
```shell
$ git clone https://github.com/q3aql/ffmpeg-install
$ cd ffmpeg-install
2021-03-28 20:37:23 +02:00
$ sudo make install
2021-03-28 04:39:36 +02:00
````
2015-10-16 19:14:59 +02:00
### External links:
2021-03-12 17:57:39 +01:00
* [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/)