Skip to content

linehman/ffmpegtookit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFMPEG Toolkit v1

Automatically installer ffmpeg on you system

it's free

  • install ffmpeg ffprobe qt-faststart
  • install mplayer mencoder
  • install mp4box flvtool2 yamdi
  • install mediainfo neroaccenc
  • working CentOS 7.* 64bit, other not testing

Update

  • add NVIDIA CUDA (New versions wait add it)
  • add libvpx
  • add x265
  • update something soft to latest version

Installer

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

Check Path , Included ImageMagick

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}
/usr/bin/identify
/usr/bin/convert

About

CentOS7.* 64Bit ffmpeg auto installer scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%