File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
2527statit.py various statistics operations on movie files
2628
2729syncaudio.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
3941video.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
You can’t perform that action at this time.
0 commit comments