POV-Ray : Newsgroups : povray.binaries.animations : Re: kaleidoscope : Re: kaleidoscope Server Time
19 Jul 2024 01:01:29 EDT (-0400)
  Re: kaleidoscope  
From: Tek
Date: 11 Jun 2004 23:46:43
Message: <40ca7ca3$1@news.povray.org>
"Nicolas Alvarez" <nic### [at] hotmailcom> wrote in message
news:40ca4912@news.povray.org...
> How did you compressed the video so much?

The compression really isn't that good. The animation has a relatively small
amount of movement and lots of smooth gradients, so each frame looks very
similar to the next, which makes it compress well (i.e. I can use low quality
compression and it still looks good). Plus it's very low res.

> Which program did you use?

I use Tmpgenc: http://www.tmpgenc.com/
It's got a lot of settings that can be tweaked to refine the compression, though
IIRC this animation was made with mostly default settings, I just tweaked the
"rate control mode" & quality.

-- 
Tek
www.evilsuperbrain.com


"Nicolas Alvarez" <nic### [at] hotmailcom> wrote in message
news:40ca4912@news.povray.org...
> Very cool :)
>
> How did you compressed the video so much? Which program did you use?
>
>

> news:3ff62c90@news.povray.org...
> > Here's a different version, looks very cool when played at full screen :)
> >
> > --
> > Tek
> > www.evilsuperbrain.com
> >
> > "Tek" <tek### [at] evilsuperbraincom> wrote in message
> news:3ff60dad@news.povray.org...
> > > Here's an animated version of the lace pattern I posted on p.b.i
> > >
> > > The code for it is this:
> > >
> > > #declare fA = frame_number;
> > >
> > > pigment {
> > >   //choose some pretty colours
> > >   bozo scale .3
> > >   pigment_map {
> > >     [.3 bozo translate 7 colour_map { [.5 rgb x/2][.7 rgb .8] }]
> > >     [.7 rgb <.7,.5,.1>] }
> > >   }
> > >
> > >   //make it into a kaleidoscope
> > >   #local nCount = 0;
> > >   #while ( nCount < 10 )
> > >     rotate -fA*z
> > >     warp { repeat y flip y }
> > >     #local nCount = nCount + 1;
> > >   #end
> > > }
> > >
> > > --
> > > Tek
> > > www.evilsuperbrain.com
> > >
> > >
> > >
> >
> >
> >
>
>
>
>
>
>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.