-
How to generate movies...
Hi,
do you know an easy way to generate movies from OpenGL animation ?
Do you know where I could find examples ?
Thanks a lot
Mat
-
Junior Member
Regular Contributor
Re: How to generate movies...
??? "OpenGL animation" ???
OpenGL doesn't support any type of animations, it's a low level API, you know.
You want to use animated textures?
BlackJack
-
Junior Member
Regular Contributor
Re: How to generate movies...
Go to nehe.gamedev.net, there's a tutorial on how to load an AVI format movie. Maybe it'll help.
-
Re: How to generate movies...
Hi,
in fact I do not know how to describe it. I am new in OpenGL world.
Just like you have a cube and you make a rotation on this cube.. Then you want to generate a movie from this..
Mat
-
Advanced Member
Frequent Contributor
Re: How to generate movies...
glReadPixels(...) at each frame and save the data in an appropriate format, i.e. bmp, tga or whatever. so you get frame01.bmp and so on. Use other software to create the movie. Or maybe look at something such as the quicktime libraries, which may do this sort of thing.
-
Advanced Member
Frequent Contributor
Re: How to generate movies...
-
Re: How to generate movies...
Thanks !!
I will try this
Mat
-
Junior Member
Regular Contributor
Re: How to generate movies...
Hi,
Your request is how to make AVI movies ...
Here's a useful ref to some code to do
just this ... uncompressed, cross platform
stuff.
http://cs.anu.edu.au/people/Hugh.Fis...uff/index.html
Enjoy!
Rob.
-
Re: How to generate movies...
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