POV-Ray : Newsgroups : povray.newusers : Batch job? : Re: Batch job? Server Time
30 Jul 2024 14:22:54 EDT (-0400)
  Re: Batch job?  
From: Marc Roth
Date: 29 Feb 2004 17:54:53
Message: <40426dbd$1@news.povray.org>
Michael Robison wrote:
<snip>
> Can I easily set up a batch queue to run a dozen INI files?  If so, how?
> 
> Thank you much,  Michael
you can simply write a batch file like this:

<your povray directory>\pvengine.exe +H640 +W480 +A0.3 +Itest.pov 
+Otest.bmp +KI0 +KF1 +KFI1 +KFF25

just repeat this line for every pov-file you want to render

+H sets the height of the output picture
+W sets the width of the output picture
+A sets antialiasing
+I sets the file to be rendered (input)
+O sets the file to be written to (output)
+KI sets initial clock
+KF sets final clock
+KFI sets initial framenumber
+KFF sets final framenumber

you can read more about command-line switches in section 5.2 in the manual.

bye,
	Marc



---------------------------------
and god { location HEAVEN look_at EARTH } said: let there be a 
light_source { <SUN.x,SUN.y,SUN.z>, rgb SUNLIGHT }


Post a reply to this message

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