Simply record the process of installing avidemux in 64-bit centos6.2.
First go to The http://avidemux.sourceforge.net/download the 2.6.8 source code package, and then install the official installation method to install:
Http://avidemux.org/admWiki/doku.php? Id = build: install_2.6
The result is incorrect.
-- Sorting ing ffmpegffmpeg_configure.sh: Line 2:/root/avidemux_2.6.8/buildcore/FFMPEG/source/configure: there is no file or directory errorconfigure returned <127> errorconfigure output is <> cmake error at/root/avidemux_2.6.8/cmake/admffmpegbuild. cmake: 238 (Message): An error occuredcall stack (most recent call first): cmakelists.txt: 77 (include) -- inserting ing incomplete, errors occurred! ** Failed at cmakez **
Find it, In https://www.centos.org/forums/viewtopic.php? F = 13 & t = 2491 & START = 16 find the solution:
1. Create the repository config file /etc/yum.repos.d/naulinux-school.repo:[naulinux-school]name=NauLinux Schoolbaseurl=http://downloads.naulinux.ru/pub/NauLinux/6.2/$basearch/sites/School/RPMS/enabled=0gpgcheck=1gpgkey=http://downloads.naulinux.ru/pub/NauLinux/RPM-GPG-KEY-linux-ink2. Install avidemux rpm package:# yum --enablerepo=naulinux-school install avidemux