building avidemux 2.5.6 on Debian

Started by wsb, August 20, 2012, 05:08:49 PM

Previous topic - Next topic

wsb

I've managed to compile avidemux successfully, however it appears the only options available for video encoding are "Copy", "MPEG-2 requant" and "YV12 (raw)". It seems something is wrong. During the configure process (cmake) I don't see that it checks for x264, faad, libmad, etc., in fact it doesn't look for any video or audio codec at all. I have all these installed. Any comment appreciated.

mean

you have to do the build in 2 steps
look into bootstrap.sh, there are 2 cmake to invoke : one for the main app, one for the plugins

wsb

Looks like I forgot to build the plugins then. Thanks!