Log in

View Full Version : Can I change XviD's encoder config from inside a program I wrote?


guncam_man
9th April 2007, 15:19
Can I change XviD's encoder config from inside a program I wrote?

I'm using the AVIFile api that comes with Visual Studios to create an avi file, and I'm using XviD for the codec. As it stands, I run into problems if the encoder config isn't set right. I would like to set it to the default values, and then change the 'target quantizer' value for quality settings.


Or can I change the options with the AVIFile interface? I messed around a little bit with no success. For example, it seems to ignore the dwQuality variable of my AVICOMPRESSOPTIONS structure.

buzzqw
9th April 2007, 15:25
ultra quick and dirty hack is to change registry value where xvid save it's configurations...

BHH

guncam_man
9th April 2007, 19:43
Easy enough. I now have a file with all of XviD's default reg values.

Is there a big difference between registry entries between XviD versions?

buzzqw
10th April 2007, 09:58
afaik near nothing...
stick with 1.2 build the XviD-1.2.-127-25022006.exe
stable and fast

BHH