PDA

View Full Version : Need some help with compiling AVIDemux


Amnon82
4th February 2007, 02:37
http://img523.imageshack.us/img523/2354/screenshotbuiltinsupporgh6.th.png (http://img523.imageshack.us/my.php?image=screenshotbuiltinsupporgh6.png)

I compiled AVIDemux 2.3.0 for paldo linux, but I don't get all features. What do I need for example for x264 support?

Since the AVIDemux forum is down I even don't get the dependencies right. Can someone post me what exactly AVIDemux needs to run most of the features?

Thats what I got:

<release version="2.3.0" revision="1" branch="testing">
<deps>
<dep name="firefox"/>
<dep name="xvidcore"/>
<dep name="codecs"/>
<dep name="alsa-lib"/>
<dep name="gtk+-2.0"/>
<dep name="libvorbis"/>
<dep name="faad2"/>
<dep name="a52dec"/>
<dep name="ffmpeg"/>
<dep name="libxml2"/>
</deps>

And here the complete paldo spec-file (http://home.arcor.de/amnonssecondpaldorepo/specs/avidemux.xml)

WalterK
5th February 2007, 12:14
you can try the wiki that is still up

http://www.avidemux.org/admWiki/index.php?title=Main_Page

Amnon82
7th February 2007, 18:19
Thx Walter,
finaly I got all features compiled into AVIDemux.

<release version="2.3.0" revision="7" branch="testing">
<deps>
<dep name="firefox"/>
<dep name="xvidcore"/>
<dep name="alsa-lib"/>
<dep name="gtk+-2.0"/>
<dep name="libvorbis"/>
<dep name="x264"/>
<dep name="faac"/>
<dep name="libdca"/>
<dep name="x11"/>
<dep name="faad2"/>
<dep name="a52dec"/>
<dep name="ffmpeg"/>
<dep name="libxml2"/>
<dep name="lame"/>
<dep name="mad"/>
<dep name="freetype"/>
</deps>

http://img386.imageshack.us/img386/1189/screenshotbuiltinsupporbv3.th.png (http://img386.imageshack.us/my.php?image=screenshotbuiltinsupporbv3.png)

Changes from 2.3.0-2 to 2.3.0-7

x264 support added
DTS support added
FAAD support added
FAAC support added