-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.glav
46 lines (43 loc) · 1.49 KB
/
README.glav
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
You should be able to just "make"
there are some hacks so I didn't have to include anything from the mjpeg utils
directory. I hope to get it into the build tree sometime (soon...).
seconds are NTSC seconds (30 frames)
Key Bindings: (loosely based on vi key bindings)
( set Selection Start
Home "
) set Selection End
End "
0 go to beginning
h,<- + CTRL "
9 go to end
l,-> + CTRL "
l,-> forward single frame
l,-> + SHIFT forward 10 frames
l,-> + ALT forward 50 frames
w forward 1/2 second (15 frames)
W forward 1 second (30 frames)
h,<- reverse single frame
h,<- + SHIFT reverse 10 frames
h,<- + ALT reverse 50 frames
1 forward 5 seconds
2 forward 10 seconds
3 forward 15 seconds
4 forward 20 seconds
5 forward 25 seconds
6 forward 30 seconds
b reverse 1/2 second (15 frames)
B reverse 1 second (30 frames)
! reverse 5 seconds
@ reverse 10 seconds
# reverse 15 seconds
$ forward 20 seconds
% forward 25 seconds
^ forward 30 seconds
x,del cut selection
y yank (copy) selection
p,ins paste selection
s,S stop, pause
f play (forward)
F fast forward
r reverse
R fast reverse