time lapse | Battery holder AAA

this is my first time lapse using OctoPrint server and Octolapse plugin. I am planning to create an automation that can produce the final product and upload it to youtube.

In others words the output folder of time lapse video can be processed by a simple service (that I am building). The service will be listening where the user will put a simple yaml configuration file that defines how the final video will be processed.

- video: 
- step: 1
- filename: timelapse.mpg
- text: 
- {content: title here, overlay: true, duration: 2, position: top-left}
- filter : slow 10
- video:
- step: 2
- filename: timelapse.mpg
- filter: reverse  
- video:
- step: 3
- filename: timelapse.mpg
- video:
- step: 4
- filename: showcase.mpg
- text: 
- {content: title here, overlay: true, duration: 2, delay: 10, 
position: bottom-right}

Leave a Reply