Avidemux Forum

Avidemux => Unix-Like (Linux/Bsd/...) => Topic started by: wsb on August 20, 2012, 05:08:49 PM

Title: building avidemux 2.5.6 on Debian
Post by: wsb on August 20, 2012, 05:08:49 PM
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.
Title: Re: building avidemux 2.5.6 on Debian
Post by: mean on August 20, 2012, 05:52:07 PM
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
Title: Re: building avidemux 2.5.6 on Debian
Post by: wsb on August 20, 2012, 06:48:08 PM
Looks like I forgot to build the plugins then. Thanks!