Bug #3079
openFix a tool interface
0%
Description
If you want to have a tool that produces animated GIFs, do it in a smarter way that looks better than this interface at 58:45 in the video below. Use seekTo instead of playing the whole video. And I would recommend to have a tool option to set defaults and do it automatically / invisibly in the background.
https://youtu.be/AUNqxB9JJdI?si=tOdux85rhMEr57VB
At 58:45 fix whatever that interface is. And make option to do it silently, and the trigger event, whose handler can remove tool or change the icon.
Remember we don’t need super high quality animated GIFs, just load video and seek video to N various timestamps in it. Most videos can seek directly, but some do need to play through (like webm) in which case you can indeed use the interactive option, if seek fails, and trigger event onSeekFailed that will cause the interface to change and prompt user to open this tool/dialog in interactive mode.