israel-fl / bitmap2video

Generate video from Image resources, Bitmaps or a Canvas. Allows for audio multiplexing.
Apache License 2.0
91 stars 29 forks source link

Question: Is it possible to pass the bitmaps one after another, together with how long each frame will last? #11

Open AndroidDeveloperLB opened 3 years ago

AndroidDeveloperLB commented 3 years ago

If I have plenty of bitmaps to add (so it might be a problem to have them all in an array), and for each bitmap it might take a different time (that's how it is for animated GIF and WEBP), is it possible to build the video using both of these?