cmuche / octoprint-timelapseplus

Timelapse+ is a powerful yet lightweight plugin to stabilize, capture, enhance and render your print timelapses.
https://plugins.octoprint.org/plugins/timelapseplus
27 stars 4 forks source link

Slow down video #148

Open soylentgeek opened 2 months ago

soylentgeek commented 2 months ago

Hi,

Is there a way to slow the video down?

My prints do not take long, so when I look at the render it happens in a blink of an eye.

It would be great if I could slow it down making the build more dramatic.

D

ketwaroo commented 2 months ago

you can always download the frame collection for that print and just ffmpeg it to your liking

such as ffmpeg -framerate 7 -i "%05d.jpg" -vf fps=60 output.mp4

where -framerate 7 is the input frame per seconds. or 7 layers per seconds if you snap at ever z change. and fps=60 is the resampled output framerate of the video.

Or really, you can change the framerate in the render preset.