ffmpeg toolkit

free and open source,easy ffmpeg installer scripts of CentOS 8 latest

Install
web development
Blog

FFMPEGToolkit (current latest version v2.0) is a free and 100% open source software completely written in bash shell script, The purpose of this script is to build a video streaming platform in your Gnu/Linux server (CentOS 8.*).

So you can start video streaming websites and avoid the cost of installations. This script not only install ffmpeg but also all its friends packages. You can chose this script for building platform for most of the youtube clone softwares like clip-share, sharemixer,shareigniter,etc,

FFmpeg Toolkit Requirement

  1.  CentOS 8 64bit Latest
  2.  run in ROOT user

FFmpeg Toolkit Install

yum install -y wget git;
wget -y cd /opt;
git clone https://github.com/hostsoft/ffmpegtoolkit.git ffmpegtoolkit;
cd ffmpegtoolkit;
sh install.sh

FFmpegToolkit Verify Bin

[root@dev ~]#  which {ffmpeg,ffprobe,qt-faststart,mediainfo,neroAacEnc} 

# return
/usr/local/bin/ffmpeg
/usr/local/bin/ffprobe 
/usr/local/bin/qt-faststart 
/usr/local/bin/mediainfo 
/usr/local/bin/neroAacEnc 
/usr/local/bin/x264 
/usr/local/bin/x265 

# ImageMagick Command Path 
[root@dev ~]# which {identify,convert,composite}
/usr/bin/identify
/usr/bin/convert
/usr/bin/composite

Repot Bug or Use it get problem,   Submit it in Here For Free

All Code is Open Source in Github.COM

FFMPEG TOOLKIT Use License is :