News:

--

Main Menu

x264 & avidemux 2.6.#

Started by Jan Gruuthuse, November 26, 2012, 08:30:27 AM

Previous topic - Next topic

Jan Gruuthuse

Download x264
This is no longer working for users: login and password is required
svn co svn://svn.videolan.org/x264/trunk x264
Users can download x264 by GIT
Install git for your OS, check if git is installed, command line:
$ git --version
1st time download:
$ git clone git://git.videolan.org/x264.git
Building x264
$ cd ~/x264 &&  ./configure --prefix=/usr --enable-debug --enable-pthread && make && sudo make install
Updating x264:
$ cd ~/x264 && git pull

Can you confirm for avidemux 2.6 build with x264 as wiki only speaks 2.4 & 2.5:
The only step required now is to recompile avidemux 2.6, no other steps are required?