-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.txt
73 lines (56 loc) · 2.18 KB
/
video.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Video Mission 1
My sample mission is to find/create/architect simple "annotation, couching software".
## Features:
- choose video (quickly, drag, last used etc...)
- local
- net
- control playback with simple gestures
(click, doubleclicks, some mobile equivalents),
no buttons please, all in the video area
- pause
- slow down
- backward, forward (speed of forward and backward is based on my movement speed, NO SLIDER again gesture over video)
- freehand draw using mouse, touch or pen
- over still video
- over slowly running video
- maybe just change pen color very quickly
- freez frames
- add freez frame
- running anotation over freez frame
- slow before and after freez frame
- play with anotations
- stills
- running anotation recorded during slow motion
- export video with anotations
- as video + some metadata
- as video only (flaten)
- save to local disk
- share (FB, Youtube)
## Buzzwords
- "You're describing a telestrator, which is what people like John Madden use to show the various positions and plays in football games. "
- "Instant Replay Video Analysis
- "Annotate Video"
- "Draw over video"
- "Video Coach"
# Video Mission 2
Support creating action sequences from video.
Allow to take screenshots from video,
Overlay screenshot over the video or previous previous screenshot so user can
easily adjust distance between object on images.
Export and save pictures to disk for processing in GIMP.
- <http://www.html5multimedia.com/code/ch9/video-canvas-screenshot.html>
## Links
- <https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML5_audio_and_video>
- <http://www.html5multimedia.com/code/ch9/video-canvas-screenshot.html>
-<https://developer.mozilla.org/samples/video/chroma-key/index.xhtml>
- <http://caniuse.com/#search=Video>
- play video from local disk <http://jsfiddle.net/dsbonev/cCCZ2/presentation/>
## Apps
- <http://www.touchcast.com>
- <http://www.hudl.com>
- iAnalyze (crashes)
- draw on video (not interactive, cannot draw and present at the same time)
- Coach's Eye - Instant Replay Video Analysis
- <http://popcornjs.org>
- <https://popcorn.webmaker.org>
- <http://creative-jar.com/insights/digital-technology/how-to-take-a-photo-with-html5/>