Skip to content

Commit

Permalink
New features
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Nov 22, 1991
1 parent a52117e commit 7385d58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Demo/sgi/video/README
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ camcorder.py record video movies or make snapshots (in movie format)
p pause recording (record single frame if paused)
ESC quit

colorsys.py color conversions, used by video

statit.py various statistics operations on movie files

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

video.py player for movies recorded by camcorder.py
usage: video [-l] [-p pf] [moviefile [soundfile [skipbytes]]]
usage: video [-l] [-p pf] [-m mag] [-F]
[moviefile [soundfile [skipbytes]]]
-p pf override packfactor (to zoom)
-l looping -- restart movie when done
-m mag magnification
-F run at max speed
moviefile default is film.video
soundfile default is none (no sound)
skipbytes byte offset in soundfile where sound starts
Expand Down

0 comments on commit 7385d58

Please sign in to comment.