Reading AVI Files from memory
Hi All,
Is there any way to read AVI frames from memory as we read from file.
If we read AVI frames from memory, hope it will improve display frame rate.
Usually I need to store only a maximum of 2500 frames AVI data.
Pls help me out of this problem.
Tips/Suggestions for solving this issue is welcome.
Thanks in Advance
Vinod
Re: Reading AVI Files from memory
How do you read AVI from file?
There is only one step between reading AVI from file and from memory!!
Could you give us more details about your problems...
Thanks
Re: Reading AVI Files from memory
Re: Reading AVI Files from memory
Now we are reading AVI files from hard disk using the following APIs .
AVIStreamOpenFromFile()
AVIStreamInfo()
AVIStreamGetFrame() .
Is there any way I can increase the AVI display frame rate ?
Thanks
Re: Reading AVI Files from memory
Have you thought about using DirectShow to do this ? It's going to be as fast as you can ever get with DirectX9 because it uses the hardware on your graphics card to do the stretching etc of the video.
Darwen.