Author Topic: Create long exposure images from videos  (Read 1045 times)

Offline FileRabe

  • Newbie
  • *
  • Posts: 1
    • View Profile
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.