Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7385d58

Browse files
committed
New features
1 parent a52117e commit 7385d58

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Demo/sgi/video/README

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ camcorder.py record video movies or make snapshots (in movie format)
2222
p pause recording (record single frame if paused)
2323
ESC quit
2424

25+
colorsys.py color conversions, used by video
26+
2527
statit.py various statistics operations on movie files
2628

2729
syncaudio.py record audio synchronized with camcorder -a
@@ -37,9 +39,12 @@ vcopy.py selectively write frames from one movie file to another
3739
commands: 'n' gets next frame; 'w' writes current frame
3840

3941
video.py player for movies recorded by camcorder.py
40-
usage: video [-l] [-p pf] [moviefile [soundfile [skipbytes]]]
42+
usage: video [-l] [-p pf] [-m mag] [-F]
43+
[moviefile [soundfile [skipbytes]]]
4144
-p pf override packfactor (to zoom)
4245
-l looping -- restart movie when done
46+
-m mag magnification
47+
-F run at max speed
4348
moviefile default is film.video
4449
soundfile default is none (no sound)
4550
skipbytes byte offset in soundfile where sound starts

0 commit comments

Comments
 (0)