how to install avxsynth on centos?

Issues related to applications and software problems
Post Reply
hilmanshini
Posts: 1
Joined: 2014/04/19 14:54:30

how to install avxsynth on centos?

Post by hilmanshini » 2014/04/19 14:57:00

i am using centos 6 x86_64 and i am trying to install avxsynth for centos, but it always failed

from link page i found that i have to install

Code: Select all

automake libtool MPlayer sudo apt-get install mplayer

Log4CPP sudo apt-get install liblog4cpp5-dev liblog4cpp5

Cairo sudo apt-get install libcairo2-dev

Pango sudo apt-get install libpango1.0-dev

LibJPEG sudo apt-get install libjpeg-dev (required to build the frame capture plugin)

QT sudo apt-get install libqt4-dev(required if you want to build the GUI app AvxEdit).

ffms2 sudo apt-get install libffms2-dev libavcodec-dev libavformat-dev libavutil-dev

libpostproc-dev libswscale-dev (required to build the ffms2 plugin)
but in yum that packages are not exists,

and for compile ffms itself it always failed, i am confused , please help!

Post Reply