Commit 228381e0 authored by Guido van Rossum's avatar Guido van Rossum

Changed description of video.py.

parent 5dafd916
......@@ -37,11 +37,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 [moviefile [soundfile [skipbytes]]]
- default moviefile is film.video
- default soundfile is none (no sound)
- if skipbytes is given, that many bytes are skipped from
soundfile before playing
usage: video [-l] [-p pf] [moviefile [soundfile [skipbytes]]]
-p pf override packfactor (to zoom)
-l looping -- restart movie when done
moviefile default is film.video
soundfile default is none (no sound)
skipbytes byte offset in soundfile where sound starts
vinfo.py print a summary of a movie file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment