Avoiding a dialog box for "AVIStreamSetFormat" Win32 API
-
Hi, I am writing an application where I convert the set of images to .avi file. I am using use XviD MPEG4 codec as a default codec. I set this as default codec to “xvid”. Now my AVIStreamSetFormat function displays a dialog box with title "XviD Status". How can I avoid this dialog box? Regards, Hemant Kulkarni.
-
Hi, I am writing an application where I convert the set of images to .avi file. I am using use XviD MPEG4 codec as a default codec. I set this as default codec to “xvid”. Now my AVIStreamSetFormat function displays a dialog box with title "XviD Status". How can I avoid this dialog box? Regards, Hemant Kulkarni.
There's an option in the XviD Configuration dialog to turn it off. Also, try this registry entry HKCU\Software\GNU\XviD\display_status Set it to 0. (found this on google, don't know if it's right :))