Log in

View Full Version : keyint configuration in "Xvid configuration" menu


medmunds
19th September 2012, 02:39
Is there a way to configure the keyint setting with the official Xvid encoder, say, somewhere in the Xvid configuration menu (or elsewhere, maybe the registry?) I need to configure the default setting of this, as I'm using a program (MATLAB Computer Vision System Toolbox) which passes the video into it using the DirectShow filter, so I can't use something like MediaCoder or use a custom command line to do this. Thanks!

henryho_hk
24th September 2012, 13:30
Yes, DirectShow XviD is storing its settings somewhere in the registry

medmunds
25th September 2012, 18:34
I did a little searching around, and found HKEY_CURRENT_USER\Software\GNU\XviD\max_key_interval (default 300)

It doesn't seem to do anything, though, unless there are other dependent options that need setting that I'm not aware of.

Any idea if the code even makes use of it?