hugocornellier / agelapse

Cross-platform app to automatically align pictures of faces and compile stabilized aging timelapses, i.e. "photo-a-day" videos.
http://agelapse.com
GNU General Public License v3.0
32 stars 4 forks source link

doesn't update automatically the video #6

Open yussefbens opened 1 week ago

yussefbens commented 1 week ago

when I configure the framerate, it doesn't compile the video until I close the video and reopen it again. also when I change the speed of the video it doesn't export it for the selected speed.

hugocornellier commented 2 days ago

Hey, thanks for reporting this! I’ll investigate the bug with the video not re-compiling automatically until you reload the video page. It definitely should - what you’re experiencing is not intended behavior there. I’ll follow up on this.

As for the video speed, I can confirm that this behavior is normal. The video speed button controls playback only - it allows you to toggle between 1/2x, 1x and 2x speed during video playback, but has no effect on the export. To change the speed the video is exported at, you can customize the framerate. In this case, this is the expected behavior, but I can see how it might cause unexpected results. I’ll consider allowing the user to export the video at the set playback speed in the video player. Thanks for the this!