artem78 / AutoScreenshot

Automatic screenshot maker
GNU General Public License v3.0
133 stars 22 forks source link

please add support the the name of the screenshot be like a incremental #9

Closed zodman closed 3 years ago

zodman commented 3 years ago
screenshot_1.png
screenshot_2.png 
.....

in that way you can run ffmpeg -i screenshot_%d.png ... -o timelapse.mp4 very easy!

artem78 commented 3 years ago

Good idea.

artem78 commented 3 years ago

Implemented in 1.7 release.

Now you can use this as screenshot_%NUM. If you don`t need leading zeroes will be added, set Incremental number / Digits count to 1.