biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 15 forks source link

Allow creating multi-frame video annotations in reverse #673

Open mzur opened 12 months ago

mzur commented 12 months ago

It's currently not possible to create multi-frame video annotations "in reverse", i.e. each new frame must be placed after the last frame of the video annotations. Users said that it would be useful to remove this restriction. This means that new frames could be added on any time (before the first frame, after the last frame and even between frames). This should not be too hard to implement.