POV-Ray : Newsgroups : povray.animations : Flickering flick help! : Re: Flickering flick help! Server Time
28 Sep 2024 18:45:45 EDT (-0400)
  Re: Flickering flick help!  
From: RusHHouR
Date: 27 Feb 2006 23:30:01
Message: <web.4403d164f382ea2047d3ae5e0@news.povray.org>
Thanks fellas.
I managed to get a _somewhat_ better quality, by raising (lowering?) aa to
zero, cranking the bit rate and by viewing with vlc media player.

Where can I post these files then? The two example was 10 and 35 MB, but
they're too big for posting here.

Camera moves along plane, with text scrolling by, it is supposed to pan up
to view the scene and move closer afterwards. But that's next step.

Piece of code:
comand line: +A0.0 -J Jitter_Amount=0 +KI0.0 +KF1.0 +KFI1 +KFF500


camera {
  location  <8, 7.0, -99.99-clock*-5.0>
  direction 1.5*z
  right     x*image_width/image_height
  look_at   <8, 0.2,  -99.99-clock*-5.0> }


text {
  ttf
  "MO.ttf",
   "In a time of chaos and war...     In a place forgotten by man and
gods...     Something unbelievable was about to take place...",
  0.15, 0
scale <0.7,0.7,0.7>
texture { T_Stone28 scale 0.08 rotate <20,10,30>}
finish {ambient 0.75 }
rotate <90,0,0>
translate <16-clock*38,0.1,-99.99-clock*-5.0>
}


Post a reply to this message

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