avi

Multiple Streams in Video File

I'm looking for a cross-platform C/C++ library for creating and reading video files with multiple internal streams. My current implementation uses the WIN32 VfW interface for creating an AVI video file with an additional TEXT stream. This TEXT stream can store any binary data. However, VfW is an old API, not supported by newer codec, and...

Running animation in background worker

Hi, I m developing an application in vb 2008, and using background worker to copy file(s). I have my own designed form which plays an animationon on the top of the form along with copy. For playing animation i m using "AxMSComCtl2.AxAnimation", on execution i get "ActiveX control '' cannot be instantiated because the current thread is ...

How do I place a video on an ASP.NET page and make it so that it will load in a timely manner?

I have an .avi video (500 MB-50 minutes) that I embedded using the following code in VB.NET: <OBJECT width="360px" height="360px" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" VIEWASTEXT> <PARAM name="autoStart" value="False"> <PARAM name="URL" value="Video\Wellness_1.wmv"> <PARAM name="enabled" value="True"> <PARAM name="balanc...

Record frames from X11 into a file

I think there should be some sort of internal support on screen capture utilities with X11. So how can capture frames from X11 frame-buffer into a file eg. avi, jpeg etc.? Sultan ...