SonarSonic / DrawingBotV3

DrawingBotV3 is a software for converting images into vector art
https://docs.drawingbotv3.com
GNU General Public License v3.0
328 stars 42 forks source link

export animation #78

Open smmsamm opened 1 year ago

smmsamm commented 1 year ago

1: an option for adding some frames at the end for make pausing some seconds; for example I add 10 for pause and DB adds 10 last frame to make video pause at the end when playing 2: add reverse mode to the end for making infinity loop; for example start from blank and draw to make complete drawing, pause in middle for some seconds, reverse draw and clear the canvas to blank

SonarSonic commented 1 year ago

Option 1: is already available via "frame hold" Option 2: is a good idea!

smmsamm commented 1 year ago

Can App Import a Mp4, Process all frames(one by one) and save to a single Mp4 again with all processed Frames?

SonarSonic commented 1 year ago

Currently there is not Video -> Video, you can do Video -> Individual Images per frame, but I think Video -> Video would be useful!