Just look at the AfxBeginThread function, it says a lot about the threads
Member 525219
Posts
-
Thread Tutorial? -
ScrollBar on MCIWindowsI am trying for a long time and seeing the documentation of how can I put a scroll bar in a window create by the MCIWndCreate function that actually can scroll the video inside, can some one help me ?
-
AVI buffersI have tryed this functions, but I had a problem that is, I am trying to add one audio stream and one or more video streams, when I join one audio with one video this vfw functions works fine, when I try to join one audio with two videos the videos became scramble, it interleaves the video frames Can you help me with that ?
-
AVI buffersDoes someone knows how the buffers of an AVI file are written in the file ? I already search the Microsoft and google sites and I just can't find, maybe for incompetence. If some one knows or knows were can I find this information I will be greatfull. Thanks
-
AVI in C++Thank you Erkan, I saw some of this headers but I was trying to use some simple, I am able to use the microsoft API for videos (vfw32, or video for windows), but this API seams to not work fine, or I am using wrongly because it always make the interleaving of all streams, and seams to discard the delay structure of the stream. If you know something of this kind or line I will be real greatfull, otherwise, Thanks. Allan
-
AVI in C++how can I Append an AVI file in C++ ? I can make interleaving of two video file but I can not append one in the other, can someone help ???