katna icon indicating copy to clipboard operation
katna copied to clipboard

Refactor image and video classes to support parallel and order flag

Open TankNee opened this issue 7 months ago • 4 comments

In order to allow katna to output pictures in chronological order, I added two flags, parallel and ordered, to katna's code and passed them in when creating the video. If set parallel to False and set ordered to True, the output keyframes will be ordered.

TankNee avatar Dec 04 '23 13:12 TankNee