On Sun, Jul 10, 2016 at 05:14:30PM -0700, Robert Giordano wrote:
> Hi Zoilo,
> 
> Thanks for the reply! Yes, I use Premiere CS6 and I can export the video to 
> folder of pictures. But if I have a 5 minute video (some are even longer) 
> that's 18,000 images!
> 
> I can create a single .pto file but surely there must be a better way than 
> having to make 18,000 .pto files??
> 
> What about making a dynamic .pto file using PHP or something? When I make 
> thumbnails on a website, I use PHP to make a list of all the images in a 
> folder, then create a thumbnail for each image in the list. Does your 
> script create 18,000 .pto files because Hugin needs all of them?
> 
> thanks,
> 
> Robert

Sure, you can generate a .pto file using any scripting language, even
PHP (though I would imagine python or even bash might be a bit simpler).

Basically, you need a script that loops over every frame file, generates
the pto, processes it, and saves the output file with the proper name.
If you get clever with the script, it could scan a directory and process
all files in it. That way, you just explode the video into a directory,
then fire off the script.

--Sean

-- 
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 hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20160711011311.GA15129%40coach.home.
For more options, visit https://groups.google.com/d/optout.

Reply via email to