mifi / reactive-video

Create videos using React!
GNU General Public License v3.0
159 stars 13 forks source link

[Feature Request]: Auto-play feature? #2

Closed dalisoft closed 3 years ago

dalisoft commented 3 years ago

Hi @mifi

Thank you for hard work, can you please give me point to get auto-play working with pause controlling?

mifi commented 3 years ago

it's abit tricky because the ffmpeg video rendering or html5 video seeking is usually not as fast as realtime, so videos would stutter. But it will work for any non-video layers, so I will definitely add that feature. Probably requestAnimationFrame

dalisoft commented 3 years ago

Yes, i also think is there any way to use GPU rendering (in editly) and if possible, i'd like to try. Thank you for reply