ffmpeginstaller 5.1 released

ffmpeginstaller  version 5.1 released with the following new changes
-  Now script will chose system default svn  and try to install it using yum. It only install external svn if the server svn is not available
-  X264  is updated to latest version

Read More

ffmpeginstaller version 5.0 – Released

Hello,

Today we announce the release of ffmpeginstaller  version 5.0 .  Its major change is , we added one additional module collection called Gpac . So now it will support MP4Box  binaries too. This can be used for the ffmpeg platform builder script ,  clip-bucket . clip-bucket need MP4Box installation.

Release Note ;
- Added Gpac and MP4Box support
- Will install flvtool2   latest version
- Will install ffmpeg and mplayer from svn releases

Read More

Install MP4Box with ffmpeg

The following are the instructions for installing a fully fuctional Mp4Box plugins with ffmpeg. You first need to install ffmepg and all its related modules using the script  from  this website. Then please proceed the following steps.

yum -y install freetype-devel SDL-devel freeglut-devel

wget -c http://mirror.ffmpeginstaller.com/source/gpac/gpac-full-0.4.5.tar.gz

tar -xzf gpac-0.4.5.tar.gz

cd gpac/

./configure –prefix=/usr/local/cpffmpeg/ –extra-cflags=-I/usr/local/cpffmpeg/include/ –extra-ldflags=-L/usr/local/cpffmpeg/lib –disable-wx –strip

make

make install

ln -s /usr/local/cpffmpeg/bin/MP4Box /usr/local/bin/MP4Box

ln -s /usr/local/cpffmpeg/bin/MP4Box /usr/bin/MP4Box

Read More

version 4.2 released

New version of ffmpeginstaller released . It is updated with latest configuration for Mplayer.   It seems latest mpalyer svn version have removed the configure flag  for win32codecs . It is available for download from the download page.

Read More