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 / 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]