Am Montag, 17. September 2018 17:02:24 UTC+2 schrieb janne: > > Granted, I'm not very familiar with the syntax Hugin expects and this is > more or less a copy paste job of existing executor files, but would be nice > if somebody could show me in the right direction with this: > The format is documented in file executor_file_format.txt in the doc folder (http://hg.code.sf.net/p/hugin/hugin/file/default/doc/executor_file_format.txt )
For testing I recommend using hugin_executor. Here you get more debug output (which is not implemented in the GUI). (When an error occurred the complete queue is emptied. Only when all steps are okay, the queue is executed.) In your case you get: >hugin_executor --stitching --user-defined-output=test.executor --dry-run test.pto ERROR: Step 1 has missing %output% placeholder in arguments. ERROR: Queue is empty. [Step1] > Description=Calculating median > Type=stack > Program=hugin_stacker > Result=%prefix%-median.tif > Type=stack does not allow to change the result file name. Remove this line Arguments=--output=%result% --mode=median %input% > This line should be Arguments=--output=%output% --mode=median %input% Thomas -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/ca5dcd31-b246-49cf-9729-ab81567afd0f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
