All Projects → jnaqsh → ffmpeg_installer

jnaqsh / ffmpeg_installer

Licence: GPL-3.0 license
A Linux Shell Script for compiling, installing and uninstalling FFmpeg in CentOS

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to ffmpeg installer

first-ten-seconds-redhat-ubuntu
A bash script to help secure a new CentOS or Ubuntu server quickly and easily.
Stars: ✭ 17 (-46.87%)
Mutual labels:  centos
devtoolset-container
Devtoolset container images based on Red Hat Software Collections, that provide a platform for building and running C and C++ applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 40 (+25%)
Mutual labels:  centos
green-recorder
A simple screen recorder for Linux desktop. Supports Wayland & Xorg
Stars: ✭ 39 (+21.88%)
Mutual labels:  centos
Nginx-builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 143 (+346.88%)
Mutual labels:  centos
ansible-role-redmine
Ansible Role To Install Redmine
Stars: ✭ 17 (-46.87%)
Mutual labels:  centos
RHEL7-CIS
Ansible RHEL 7 - CIS Benchmark Hardening Script
Stars: ✭ 28 (-12.5%)
Mutual labels:  centos
openconnect-installer
Automatically set up an Openconnect/Anyconnect VPN server(ocserv) with Let's Encrypt with just one command in CentOS 8.
Stars: ✭ 64 (+100%)
Mutual labels:  centos
Linux-Active-Directory-join-script
Active directory Join script for Ubuntu, Debian, CentOS, Linux Mint, Fedora, Kali, Elementary OS and Raspbian with built in failchcheck and debugmode for Ubuntu. "The most advanced and updated AD join script on GITHUB for Linux"
Stars: ✭ 97 (+203.13%)
Mutual labels:  centos
docker-centos8-ansible
CentOS 8 Docker container for Ansible playbook and role testing.
Stars: ✭ 45 (+40.63%)
Mutual labels:  centos
nginx-conf
Nginx configuration
Stars: ✭ 18 (-43.75%)
Mutual labels:  centos
vagrant-templates
Vagrantfiles for self-contained development/test environments.
Stars: ✭ 28 (-12.5%)
Mutual labels:  centos
ansible-role-php-versions
Ansible Role - PHP Versions
Stars: ✭ 78 (+143.75%)
Mutual labels:  centos
docker-hands-on-guide
Hands on guide for docker, k8s cluster lightweight virtualization.
Stars: ✭ 25 (-21.87%)
Mutual labels:  centos
mongodb-container
MongoDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 50 (+56.25%)
Mutual labels:  centos
deploy-vm
Libvirt wrapper to spawn VMs using cloud images
Stars: ✭ 56 (+75%)
Mutual labels:  centos
Learning Linux
Linux 学习笔记,基于《鸟哥的 Linux 私房菜 第四版(CentOS7)》以及各种的网络资源
Stars: ✭ 16 (-50%)
Mutual labels:  centos
installer-linux
💾 SinusBot Installer for Debian, Ubuntu and CentOS - Installs the SinusBot with a single command.
Stars: ✭ 28 (-12.5%)
Mutual labels:  centos
piu
Cross platform package manager wrapper
Stars: ✭ 33 (+3.13%)
Mutual labels:  centos
LinuxMirrors
Linux 一键更换国内软件源
Stars: ✭ 623 (+1846.88%)
Mutual labels:  centos
Linux-Tuning-SIP-Servers
Optimizing System Performance for SIP servers
Stars: ✭ 34 (+6.25%)
Mutual labels:  centos

FFmpeg Installer

A Linux Shell Script for compiling, installing and uninstalling FFmpeg in CentOS (tested on 7.0). This script is based on the FFmpeg guide.

Installation

cd ~
sudo yum -y install git
git clone https://github.com/jnaqsh/ffmpeg_installer/
cd ffmpeg_installer
chmod +x ./*.sh
sudo ./ff_installer.sh

Uninstallation

cd ~/ffmpeg_installer
sudo ./ff_uninstaller.sh

License

A Linux Shell Script for compiling and installing FFmpeg in CentOS.

Copyright (C) 2017 Hamed Ramezanian Nik

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].