|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
Just wondering... is there normal a way to view an animation in PovRay?
(I'm using PovRay 3.1g for Windows with MegaPov 0.5a). When I render an
animation, I see all the frames being rendered, but I can't find a way
to watch the complete sequence.
Last time I wrote a simple Delphi program to display all the rendered
BMP bitmaps but I don't have it here.
Thanks,
Mike
--
---------------------------------------------------
Mike Wiering, Room A4025, University of Nijmegen,
Faculty of Science, Toernooiveld 1, Nijmegen.
http://www.cs.kun.nl/~mike.wiering
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mike Wiering <mwi### [at] cskunnl> wrote:
: Just wondering... is there normal a way to view an animation in PovRay?
Nope.
In the same way you can't view previously created images.
Povray is a creation program, not a viewer.
(AFAIK, if we are strict, even the showing of the image while rendering
is not actually an essential part of the core rendering process, but just
extra sugar.)
It might not be impossible to add this feature to the WinPov GUI, though.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks, I guess I'll have to write a new one...
Warp wrote:
>
> Mike Wiering <mwi### [at] cskunnl> wrote:
> : Just wondering... is there normal a way to view an animation in PovRay?
>
> Nope.
>
> In the same way you can't view previously created images.
> Povray is a creation program, not a viewer.
> (AFAIK, if we are strict, even the showing of the image while rendering
> is not actually an essential part of the core rendering process, but just
> extra sugar.)
>
> It might not be impossible to add this feature to the WinPov GUI, though.
>
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
--
---------------------------------------------------
Mike Wiering, Room A4025, University of Nijmegen,
Faculty of Science, Toernooiveld 1, Nijmegen.
http://www.cs.kun.nl/~mike.wiering
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Mike Wiering" <mwi### [at] cskunnl> wrote in message
news:39F### [at] cskunnl...
>
> Just wondering... is there normal a way to view an animation in PovRay?
>
> Last time I wrote a simple Delphi program to display all the rendered
> BMP bitmaps but I don't have it here.
Probably need to look into the "renderer" subfolder to see the examples for
compiling the frames. DTA is specified in the tgaflc.ini (also pngflc.ini and
others there too) although 24 bit color FLT type files could also be done if
/b24 were added to the command.
Far as viewing it goes you would need to call DFV, the viewer counterpart of
DTA.
My memory is hazy on the actual workings of this but I think you should be able
to get something figured out. The file outputs would not be desirable due to
sizes compared to mpeg and avi but perhaps a encoder for those types could be
used instead.
I just render out the frames and encode them into mpeg later on, not often is
the case where I am around at the moment of completion of rendering so I seldom
think about the need to have a viewer ready to go. The Windows (not sure about
others) version has a Tools menu for creating ways to do the same thing
manually (well, in a way it's manual) in which you could start the encoding and
then do the viewing. Batch file method for example.
Bob
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Look for some freebies at:
I used CMPEG (see it on this list) for a while but found it so unversatile
I bit the bullet and spent $89 on:
Sometimes people are more interested in showing one has asked a bad
question than in answering it. Sorry for that.
Mike Wiering wrote:
> Hi,
>
> Just wondering... is there normal a way to view an animation in PovRay?
> (I'm using PovRay 3.1g for Windows with MegaPov 0.5a). When I render an
> animation, I see all the frames being rendered, but I can't find a way
> to watch the complete sequence.
>
> Last time I wrote a simple Delphi program to display all the rendered
> BMP bitmaps but I don't have it here.
>
> Thanks,
> Mike
> --
> ---------------------------------------------------
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Check out a free program called "Moyager" here: http://www.gromada.com/
It's the easiest and quickest way I've found to preview anims.
Dave
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I store all the frames in one directory. Then I use the PSP browser
function on that directory with the window set to see only two of the
thumbnails images shown at one time. When I scroll up or down, the
images flip through the window just like the old paper flicker films.
I am using Windows on my box, so all this is windows stuff.
I think that most of you could do something similar on another platform.
Mike Wiering wrote:
>
> Hi,
>
> Just wondering... is there normal a way to view an animation in PovRay?
> (I'm using PovRay 3.1g for Windows with MegaPov 0.5a). When I render an
> animation, I see all the frames being rendered, but I can't find a way
> to watch the complete sequence.
>
> Last time I wrote a simple Delphi program to display all the rendered
> BMP bitmaps but I don't have it here.
>
> Thanks,
> Mike
> --
> ---------------------------------------------------
> Mike Wiering, Room A4025, University of Nijmegen,
> Faculty of Science, Toernooiveld 1, Nijmegen.
> http://www.cs.kun.nl/~mike.wiering
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|