[packman] [PM] avidemux 2.5.5-1.pm.2.1 (openSUSE 11.4/x86_64) x264 library

Sven Glodowski glodi1 at arcor.de
Mon Aug 15 22:53:09 CEST 2011


Hello Packman-Team,

This version of avidemux is linked to an old Version of x264 codec library.

RPM info: 
...
Requires:
  libx264.so.88()(64bit)
...

This version of x264 Video codec is too old to make Blu-Ray compatible Video streams.

Unfortunately, X264 configuration are hard compiled into avidemux,
so the required settings of X264 are only possible with compiling avidemux against
newer X264 lib, minimum rev. 102:

"x264Options.h":
#if X264_BUILD > 101
	unsigned int getOpenGopMode(void);
	void setOpenGopMode(unsigned int openGopMode);
#endif

#if X264_BUILD > 88
	unsigned int getHrdParameter(void);
	void setHrdParameter(unsigned int hrdParameter);
#endif


It is possible to compile avidemux to a newer version on X264 lib ?

libx264-115 aka 0.115svn20110622-1.pm.1.1 of

http://packman.links2linux.de/package/x264/239371

should be fine.

best regards,

Sven





More information about the Packman mailing list