FFMPEGToolkit 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 7.*).
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-shre, sharemixer,shareigniter,etc,.
FFmpegToolkit Requirement
- CentOS 7.* 64bit Latest
- run in ROOT user
FFmpegToolkit Install
1 2 3 4 5 |
yum install git wget -y cd /opt git clone https://github.com/hostsoft/ffmpegtoolkit.git ffmpegtoolkit cd ffmpegtoolkit sh latest.sh |
FFmpegToolkit Verify Bin
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
which {ffmpeg,ffprobe,qt-faststart,mplayer,mencoder,flvtool2,MP4Box,yamdi,mediainfo,neroAacEnc} [root@dev ~]# which {ffmpeg,ffprobe,qt-faststart,mplayer,mencoder,flvtool2,MP4Box,yamdi,mediainfo,neroAacEnc,x264,x265} /usr/local/bin/ffmpeg /usr/local/bin/ffprobe /usr/local/bin/qt-faststart /usr/local/bin/mplayer /usr/local/bin/mencoder /usr/local/bin/flvtool2 /usr/local/bin/MP4Box /usr/local/bin/yamdi /usr/local/bin/mediainfo /usr/local/bin/neroAacEnc /usr/local/bin/x264 /usr/local/bin/x265 [root@dev ~]# echo "ImageMagick Command Path" ImageMagick Command Path [root@dev ~]# which {identify,convert,composite} /usr/bin/identify /usr/bin/convert /usr/bin/composite |
FFmpegToolkit Package
FFMPEG Latest | Amrnb/Amrwb | A52decoder | Xvidcore |
MPlayer/Menconder | facc and faad2 | fdk-aac | Lame |
Ruby/Flvtool2 | MP4Box | vo-aacenc | Libogg |
x264/x265 | Libtheora | Libao | opencoreamr |
LibVPX | Libspeex | Libflac | LibOggz |
mediainfo | neroaccenc | Yasm | Libwmf |
Image Magick | Yamdi | vo-amrwbenc | Libvorbis |
FFmpegToolkit Uninstaller
You can try remove it in shell
but recommend you reinstall the system to keep Clear
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
array=( /lib /usr/lib /usr/local/lib /lib64 /usr/lib64 /usr/local/lib64 ) for i in "${array[@]}" do echo "Start Remove......" rm -rf "$i/liba52*" rm -rf "$i//libamr*" rm -rf "$i//libavcodec*" rm -rf "$i//libavformat*" rm -rf "$i//libavutil*" rm -rf "$i//libdha*" rm -rf "$i//libfaac*" rm -rf "$i//libfaad*" rm -rf "$i//libmp3lame*" rm -rf "$i//libmp4v2*" rm -rf "$i//libogg*" rm -rf "$i//libtheora*" rm -rf "$i//libvorbis*" echo "Remove Done!" done array=( /bin /usr/bin /usr/local/bin ) for i in "${array[@]}" do echo "Start Remove......" rm -rf "$i/ffmpeg" rm -rf "$i/mplayer" rm -rf "$i/mencoder" rm -rf "$i/flvtool2" echo "Remove Done!" done rm -rf /opt/ffmpegtoolkit rm -rf /usr/local/ffmpegtoolkit rm -rf ~/tmp mkdir -p ~/tmp |
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 :