POV-Ray : Newsgroups : povray.newusers : Parsing Token slowly : Parsing Token slowly Server Time
18 Apr 2024 21:12:45 EDT (-0400)
  Parsing Token slowly  
From: 2762993256@qq com
Date: 9 Aug 2017 09:40:00
Message: <web.598b1033466e72516c36883b0@news.povray.org>
I have a big scene document.Rencently I tryed to parse and rendered this scene
document by the exe which run by povray-3.7-stable(open source code).And I find
that Parsing Token is very slowly by this exe,about double times slower compare
with parsing by offical software(POV-Ray v3.7).
And I can get 300 pictures by offical software(POV-Ray v3.7) in 7 hours.
But in 15 hours by the open sourse's exe.
I want to know what cause this phenomenon,and how to solve this problem.


Following is the other question.

Width=1920
Height=1080
Antialias=On
Antialias_Threshold=0.3

Initial_Frame=301
Final_Frame=600
Initial_Clock=301
Final_Clock=600

Start_Row=540
End_Row=540
+F
Output_File_Name="J:\1\results\"

As you can see,this is my ini document,I want to get 300 pictures(from
Initial_Frame=301 to Final_Frame=600).But Every time I need to parsing the same
scene document(very big scene,many many tokens needed to parse) and then
rendering to get a picture.Due to this reason,I waste too many times in parsing
the tokens,cause the time of whole process is very long.
Can I parse the token for once and then just rendering?
Now:parse render parse render....
Hope:parse render render render....

All in all ,I want to accelerate my whole process to get 300 pictures faster.
I am very sorry for my poor English.If you can't understand my mean,I can say
more carefully.Thank you very much!


Post a reply to this message

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