FFMPEG Toolkit (current latest version v3.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 (Ubuntu/Debian and Almalinux/RockyLinux/REHL/CentOS).
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
FFmpeg Toolkit Install
cd /opt # Clone repository git clone https://github.com/hostsoft/ffmpegtoolkit.git cd ffmpegtoolkit chmod +x -R ./ # 1. Install build dependencies (requires root) sudo ./build.sh deps # 2. Download all source packages ./build.sh fetch # 3. Build (compiles to /opt/ffmpeg-toolkit by default) ./build.sh build # 4. Symlink ffmpeg/ffprobe to /usr/local/bin (optional) ./build.sh --link # 5. Register shared libraries (fix "cannot open shared object") ./build.sh ldconfig # Verify ffmpeg -version
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 :