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


_______________________________________________
Packman mailing list
[email protected]
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an