FFmpeg 4.4.1 Static builds for GNU/Linux
This commit is contained in:
parent
0712750992
commit
8d449d6487
13
Makefile
13
Makefile
|
@ -1,13 +0,0 @@
|
||||||
#############################
|
|
||||||
# ffmpeg-install (Makefile) #
|
|
||||||
#############################
|
|
||||||
|
|
||||||
PREFIX=/usr
|
|
||||||
|
|
||||||
install:
|
|
||||||
cp -rfv src/ffmpeg-install $(PREFIX)/bin
|
|
||||||
chmod +x $(PREFIX)/bin/ffmpeg-install
|
|
||||||
|
|
||||||
uninstall:
|
|
||||||
rm $(PREFIX)/bin/ffmpeg-install
|
|
||||||
|
|
55
README.md
55
README.md
|
@ -1,32 +1,39 @@
|
||||||
Script to install FFmpeg (Git/Stable) on GNU/Linux.
|
FFmpeg static builds for GNU/Linux
|
||||||
===================================================
|
==================================
|
||||||
|
|
||||||
Script: q3aql (q3aql@protonmail.ch)
|
### FFmpeg 4.4.1 static builds:
|
||||||
Builds: John Van Sickle (john.vansickle@gmail.com)
|
|
||||||
|
|
||||||
### Syntax:
|
* **`GNU/Linux downloads:`**
|
||||||
|
|
||||||
|
* Generic (All distros):
|
||||||
|
|
||||||
|
* [ffmpeg-4.4.1-linux-gnu-32bit-build.tar.bz2](https://github.com/q3aql/ffmpeg-static-builds/releases/download/v4.4.1/ffmpeg-4.4.1-linux-gnu-32bit-build.tar.bz2)
|
||||||
|
* [ffmpeg-4.4.1-linux-gnu-64bit-build1.tar.bz2](https://github.com/q3aql/ffmpeg-static-builds/releases/download/v4.4.1/ffmpeg-4.4.1-linux-gnu-64bit-build.tar.bz2)
|
||||||
|
|
||||||
|
* DEB (Debian Based):
|
||||||
|
|
||||||
|
* [ffmpeg-4.4.1-linux-gnu-32bit-build.deb](https://github.com/q3aql/ffmpeg-static-builds/releases/download/v4.4.1/ffmpeg-4.4.1-linux-gnu-32bit-build.deb)
|
||||||
|
* [ffmpeg-4.4.1-linux-gnu-64bit-build.deb](https://github.com/q3aql/ffmpeg-static-builds/releases/download/v4.4.1/ffmpeg-4.4.1-linux-gnu-64bit-build.deb)
|
||||||
|
|
||||||
|
* RPM (RedHat Based):
|
||||||
|
|
||||||
|
* [ffmpeg-4.4.1-linux-gnu-32bit-build.rpm](https://github.com/q3aql/ffmpeg-static-builds/releases/download/v4.4.1/ffmpeg-4.4.1-linux-gnu-32bit-build.rpm)
|
||||||
|
* [ffmpeg-4.4.1-linux-gnu-64bit-build.rpm](https://github.com/q3aql/ffmpeg-static-builds/releases/download/v4.4.1/ffmpeg-4.4.1-linux-gnu-64bit-build.rpm)
|
||||||
|
|
||||||
|
### How to install:
|
||||||
|
|
||||||
|
* **GNU/Linux instructions:**
|
||||||
|
|
||||||
|
* Open the terminal and type the following command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ ffmpeg-install --install --> Install FFmpeg (Git version)
|
$ sudo tar jxvf ffmpeg-4.4.1-linux-gnu-[arch]-build1.tar.bz2 -C /
|
||||||
$ 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:
|
### Related links:
|
||||||
|
|
||||||
* Open terminal and type the following commands:
|
* [FFmpeg homepage](https://ffmpeg.org/)
|
||||||
```shell
|
* [FFmpeg Linux builds by John](https://johnvansickle.com/ffmpeg/)
|
||||||
$ git clone https://github.com/q3aql/ffmpeg-install
|
* [FFmpeg Win64/Linux64 Builds by Btbn](https://github.com/BtbN/FFmpeg-Builds)
|
||||||
$ cd ffmpeg-install
|
* [FFmpeg Win32 Builds](https://github.com/sudo-nautilus/FFmpeg-Builds-Win32)
|
||||||
$ sudo 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/)
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user