Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - FileRabe

Pages: [1]
1
General Discussion / Re: Create long exposure images from videos
« on: November 05, 2024, 21:31:45  »
if aknyone could send me to a more convenient way to use the align feature https://wiki.panotools.org/Align_image_stack

i hit
Quote
C:\Users\strig\Pictures\102CANON\LRTimelapse\LRT_MVI_0887>"align_image_stack.exe" -a *.jpg
in the terminal but without fine control, i saw align_image_stack.exe running in the task manager, wait more than 30mn (i'm on a 12th Gen Intel(R) Core(TM) i7-12700H  2.70 GHz with64Gb ram and intel irisx and nvidia GF rtx3060 laptop) and had to stop the process a hour after.

2
General Discussion / Create long exposure images from videos
« on: June 04, 2024, 21:49:14  »
With the idea of ​​doing false long exposure as found here:


I have a set of 934 images extracted from a 30-second video at 29 FPS.
I tried the Photoshop method, but it is time consuming and too slow, so i went with method two and three,
I'm not very comfortable with programming, but I know how to use the terminal a little bit.

Normally the commands looks like that:
Code: [Select]
cd C:\Users\strig\Videos\Sequence 
align_image_stack -a *.jpg
# or
align_image_stack -a 1001.jpg 1002.jpg 1003.jpg ....

With my terminal command, I get this:



So i am a bit confused, hope you can clarify me.

Pages: [1]