POV-Ray : Newsgroups : povray.beta-test : [Linux] shell-out substitutions : [Linux] shell-out substitutions Server Time
29 Jul 2024 20:12:54 EDT (-0400)
  [Linux] shell-out substitutions  
From: Theo
Date: 1 Mar 2002 17:24:02
Message: <3C7FFEB2.22A1FDD3@inter.nl.net>
POV-Ray : 3.5.beta.11 Unix (.Linux.gcc)
Sytem : Linux 2.4.8-26mdk
RAM : 128Mb

When I render a .ini file like this:

Input_File_Name = reindert.pov
Output_File_Type = N
Output_File_Name = images/%s
Initial_Frame = 001
Final_Frame   = 100
Post_Scene_Command = convert images/%s*.png %s.mpg

then PovRay generates files like: 

images/%s001.png
images/%s002.png
...

while I expect this:

images/reindert001.png
images/reindert002.png
...

Then, when I try to debug this, the following line gives a segmentation
fault:

Output_File_Name = images/%o %s %n

Regards, Theo


Post a reply to this message

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