From a40b8d8010e763266247de0e7051febc7832b0aa Mon Sep 17 00:00:00 2001 From: clamsawd Date: Fri, 16 Oct 2015 19:14:59 +0200 Subject: [PATCH] Added a README (README.md) --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..efab502 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +FFmpeg (Latest Git/Stable Static Builds) for GNU/Linux +====================================================== + + Script: clamsawd (clamsawd@openmailbox.org) + Builds: John Van Sickle (john.vansickle@gmail.com) + +### How to install (ffmpeg-install): + + * **Instructions:** + + * Open the terminal. + * Clone the repository: `git clone https://github.com/clamsawd/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` + +_Note: The script are compatible with all GNU/Linux distributions._ + +### How to use: + + * **Commands to install:** + + * `$ ffmpeg-install --install (Latest git version)` + * `$ ffmpeg-install --update 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` + +### 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/) +