What function should i use for displaying movies on a screen?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I'm currently developing a program for displaying movie contents on a screen. This means that i could have to change the contents of the graphics up to 60 times per second. Which functions are best suited for this? Thanks in advance. -Rune SVendsen
-
I'm currently developing a program for displaying movie contents on a screen. This means that i could have to change the contents of the graphics up to 60 times per second. Which functions are best suited for this? Thanks in advance. -Rune SVendsen
-
Can't you use the media player or an active-x control ? is your movie file a custom one or usual avi, mpeg ... ? ~RaGE();
It's an MPEG2 file, but i'm decoding the file myself.