kimoa / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
3 stars 0 forks source link

Drawing on a video (ex.: screencast) #985

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SVG-edit is awesome to draw on an image (ex: jpeg) to put annotations, etc.

Now, how about a video? At its simplest expression, we need a start time and a 
duration for each element.

This is where I am going:
1- Capture a short video with:
http://sourceforge.net/projects/jcapture-applet/
2- Then, annotate with SVG-edit.

In my case, it's for integration in Tiki:
http://doc.tiki.org/Draw
http://doc.tiki.org/Screencast

Is SVG-edit the right approach for this?
http://dev.tiki.org/Video+annotations

Thanks!

M ;-)

Original issue reported on code.google.com by marclaporte on 4 Jul 2012 at 9:08

GoogleCodeExporter commented 8 years ago
I'd like to add a request for embedded video too. I'm developing SVG for 
technical documentation and there's an increasing use of video for software 
documentation. I have a demo at:
http://www.youtube.com/watch?v=ymoVpnwxQvI
It would be excellent if I could annotate videos in a similar way to images - 
the ultimate aim would be to synchronize annotations with the video so comments 
could appear/disappear (perhaps using SMIL).
Thankyou,
Dave

Original comment by i...@xmplar.biz on 30 Dec 2013 at 9:42