Using Avicap32 for Video Recording
-
Hi, I am using using AVICAP32 for recording and saving Video.But when the form is minimized the Video is not saved also the Size of File for AVI files is very large when saved.What is the Problem and how it can be solved. Is there any free dll which can be used in the Application.
-
Hi, I am using using AVICAP32 for recording and saving Video.But when the form is minimized the Video is not saved also the Size of File for AVI files is very large when saved.What is the Problem and how it can be solved. Is there any free dll which can be used in the Application.
kjsl2k9 wrote:
also the Size of File for AVI files is very large when saved
avi files are not compressed, therefore they are large. I don't know what avicap32 is, but for the files to be smaller, you'd need to have some sort of codec installed, and to use it in your capture.
kjsl2k9 wrote:
.But when the form is minimized the Video is not saved
This is somewhat meaningless. You don't even tell us what video you're capturing, I don't see how we can help based on this.
kjsl2k9 wrote:
Is there any free dll which can be used in the Application.
Ultimately, you can do video capture using DirectX, and there are plenty of C# DX wrappers.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.