Re: How to make POV-Ray videos?
I know the answer!! *warm fuzzy feeling*
there are two ways to generate an animation in POV-Ray (both will have multiple bmps to stitch together). It depends on what file you are trying to render.
screenshot.pov
this is the classic way, and takes a while, take a screen shot [F8] and render it, move one frame, take another screen shot [F8] and render that. Very slow and tedius. The blue screen should not occur with this.
animation.pov
this is a new way to generate animations (thank-you very much hampa!). Toribash will create this file which contains all the frames. To get this to render (and not a blue screen) you need to specify what frames you want rendering.
Find the correct box:
I hate creating images, so I will describe it! At the top is the file menu [file, edit, search, ...] underneath that are some buttons [new, open, save, ...]. Underneath that is what we want! There should be a drop down box with resolutions, next to that should be an empty box - this is the box you want!
Specify your frames
Enter the following into that box:
Initial_Frame=X Final_Frame=Y
Now, look through the code, you should see lines that look like this: #case (?Z?) where ?Z? is a number. For X, inset the number in the first one of these lines (near the top). For Y, put in the last one (at the bottom).
All done!
When you click render, it will render each frame, calling it animation?Z?.bmp Then you just need a program to put them all together.
Hope that helps!