Using avicap, as of the 20011220 snapshot, there seems to be no way to choose a non-integer frame rate via the GUI configuration's QSpinBox for that variable.
Trying to capture 29.97 fps NTSC video at the "close enough" value of 30 fps led to problems (as I suppose I should have expected) with a dropped frame in the capture thread every 33 seconds, which causes noticeable twitches in the video when played back. I have a patch to the 20011220 snapshot on my system which fixes things for me, but in an ugly way (by making the configuration variable "frames per 100 seconds") since I've never programmed in Qt. Could someone a little closer to the code please fix this problem permanently for me, or should I be flipping through Qt documentation and downloading the avifile CVS now? By the way, *great work* with this library. I'd been fiddling around with video capture on Linux for a year, with little success until I found your tools. --- Roy Stogner _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
