1. How does video capture work - does it need local installation or does it do something clever through the browser?
2. How well suited is it to recapturing an updated version of a video, without redoing all the config again by hand?
On the second point, my common scenario is an app gets updated and there's a new button or slight change in a part of the screen (not the core feature being captured) and to keep it consistent, I need to re-record basically the same video with the latest app release. Got anything to help speed that up?
1. Currently it's a web-based video editor (so no download required) where you edit screen recordings, so at the moment you'll need to record your screen and then upload it.
On point 2, yes that could work. Originally I'd been thinking of it remembering the same screen capture size/locations etc, so it would just reapply those to my updated capture but your way would help keep people focused and avoid distraction with surrounding UI.
1. How does video capture work - does it need local installation or does it do something clever through the browser?
2. How well suited is it to recapturing an updated version of a video, without redoing all the config again by hand?
On the second point, my common scenario is an app gets updated and there's a new button or slight change in a part of the screen (not the core feature being captured) and to keep it consistent, I need to re-record basically the same video with the latest app release. Got anything to help speed that up?