AVI

Started by
6 comments, last by MindCode 21 years, 5 months ago
I read the tutorial on playing Avi files with OpenGL. Good for everyone with VC++. What about other platforms? Is there a library for Gcc/MinGW that will perform the same tasks as vfw.lib?
That's just my understanding; I could be wrong.
Advertisement
hi,can u give me a sample about playing Avi files with OpenGL in VC++.i need it .
thanks



i dont like ogl but i must learn it
i dont like ogl but i must learn it
sorry ,i forget to leave my mail:zzitmf@163.com

i dont like ogl but i must learn it
i dont like ogl but i must learn it
sorry ,i forget to leave my mail:zzitmf@163.com

i dont like ogl but i must learn it
i dont like ogl but i must learn it
quote:Original post by zzitmf
hi,can u give me a sample about playing Avi files with OpenGL in VC++.i need it .
thanks



i dont like ogl but i must learn it


here
"THE INFORMATION CONTAINED IN THIS REPORT IS CLASSIFIED; DO NOT GO TO FOX NEWS TO READ OR OBTAIN A COPY." , the pentagon
quote:Original post by MindCode
Is there a library for Gcc/MinGW that will perform the same tasks as vfw.lib?

i believe you can generate .as from dlls, instructions should be somewhere at mingw site.
I''ve been playing, and recording, AVI''s with Borland command line compiler. It comes with a vfw lib, but if it hadn''t I could have imported the .dll with their implib program. I am not familiar with Ming, but it may have a similar library import tool.
vfw32 is available under the MinGW environment, u can use it the same way VC++ use it...

(s)

This topic is closed to new replies.

Advertisement