|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi all,
I'm making an animation with a friend. I'm doing the povray work and he
makes the animation of the seperate frames. But for testing the .pov
files, I like to see some sort of animation. Does anyone know a
slideshow player for Linux or something equal?
Thank you in advance,
Remco Poelstra
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
animate is part of the ImageMagick package:
http://www.ImageMagick.org/
Axel
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Axel Hecht wrote:
>
> animate is part of the ImageMagick package:
>
> http://www.ImageMagick.org/
>
Thanks.
Remco
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Remco Poelstra wrote:
>
> Hi all,
>
> I'm making an animation with a friend. I'm doing the povray work and he
> makes the animation of the seperate frames. But for testing the .pov
> files, I like to see some sort of animation. Does anyone know a
> slideshow player for Linux or something equal?
>
> Thank you in advance,
>
> Remco Poelstra
I am not sure this is what you are looking for but it is worth a little
investigation - http://heroine.linuxbox.com/bcast2000.html
--
Ken Tyler - 1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ken wrote:
>
> I am not sure this is what you are looking for but it is worth a little
> investigation - http://heroine.linuxbox.com/bcast2000.html
>
Well Ken, bcast2000 is a bit of an overkill here?
It's a realtime video editing tool. This means you can edit and infeed
video stream the moment it runs. It's very professional and in this case
also very free!! :-)
Marc
--
Marc Schimmler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Marc Schimmler wrote:
>
> Ken wrote:
> >
> > I am not sure this is what you are looking for but it is worth a little
> > investigation - http://heroine.linuxbox.com/bcast2000.html
> >
>
> Well Ken, bcast2000 is a bit of an overkill here?
Maybe a little tiny bit.
> It's a realtime video editing tool. This means you can edit and infeed
> video stream the moment it runs. It's very professional and in this case
> also very free!! :-)
I give good link :)
--
Ken Tyler - 1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 24 Feb 2000 20:04:50 -0500, Remco Poelstra <rjp### [at] homenl> wrote:
>Hi all,
>
>I'm making an animation with a friend. I'm doing the povray work and he
>makes the animation of the seperate frames. But for testing the .pov
>files, I like to see some sort of animation. Does anyone know a
>slideshow player for Linux or something equal?
With Image Magic go into the directory where your images are
and type:
display -delay 50 *.png
where 50 is the 100ths of a second that you want to wait between
images.
--
Cheers
Steve email mailto:sjl### [at] ndirectcouk
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.ndirect.co.uk/~sjlen/
or http://start.at/zero-pps
12:34am up 1 day, 14:16, 6 users, load average: 1.09, 1.14, 1.08
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Serge LAROCQUE wrote:
>
> Ken, another link for you:
> http://www.photodex.com/downloads/download_cpic.html
>
> It's called Compupic, for Linux, Windows, Macintosh, FreeBSD, NetBSD, Solaris
> 7
I used Cpic for years until I found PSP :)
--
Ken Tyler - 1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Remco Poelstra wrote:
>
> Axel Hecht wrote:
> >
> > animate is part of the ImageMagick package:
> >
> > http://www.ImageMagick.org/
> >
> Thanks.
>
> Remco
I use animate to quickly preview how an animation is going before I go
to the trouble of creating the Mpg.
I found that the best format to use from pov is ppm.
So to use it use
animate -delay 10 *.ppm where the delay is in 100ths of a second. Once
the frames are being played, there are commands you can use to slow down
the playing, speed it up, pause etc.
If I remember correctly, use the left (or was it the right) mouse button
to get a list of the commands that can be used.
Cheers Fran
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |