pydantic / FastUI

Build better UIs faster.
https://fastui-demo.onrender.com
MIT License
7.8k stars 299 forks source link

Video component playback time control and tracking #283

Open niemiaszek opened 2 months ago

niemiaszek commented 2 months ago

Would it be possible to control the playback time of video?

Let's say I have some other component that plots some properties for video processed by my program. This plot has a slider, as it would be hard to present information otherwise, so at each time there is only an plot for [offset, offset+frame_length] visible. Would it be possible to change the video player properties, so it could seek to the offset position? Ideally imagine my plot is sliding with played video or with seeking.

sydney-runkle commented 2 months ago

@niemiaszek,

Great question! I think this would be a valuable new feature to add. Doesn't look like this is currently supported.