|
-
June 20th, 2005, 02:22 AM
#1
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
-
June 20th, 2005, 04:49 AM
#2
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
-
June 20th, 2005, 05:37 AM
#3
Re: Reading AVI Files from memory
-
June 20th, 2005, 08:46 PM
#4
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
-
June 21st, 2005, 12:03 AM
#5
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|