spite / ccapture.js

A library to capture canvas-based animations at a fixed framerate
MIT License
3.59k stars 407 forks source link

Concat the results #119

Open minhquankq opened 4 years ago

minhquankq commented 4 years ago

Situation The animation takes a long time, which makes the record time so long too. Solution I can divide the canvas animation into smaller parts and use ccapture to capture each canvas, can I concatenate the single result to 1 video file?

spite commented 4 years ago

You can export to image (png or jpg) and it will download a tar file with all frames.