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

Skip to content

Commit 228381e

Browse files
committed
Changed description of video.py.
1 parent 5dafd91 commit 228381e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Demo/sgi/video/README

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ vcopy.py selectively write frames from one movie file to another
3737
commands: 'n' gets next frame; 'w' writes current frame
3838

3939
video.py player for movies recorded by camcorder.py
40-
usage: video [moviefile [soundfile [skipbytes]]]
41-
- default moviefile is film.video
42-
- default soundfile is none (no sound)
43-
- if skipbytes is given, that many bytes are skipped from
44-
soundfile before playing
40+
usage: video [-l] [-p pf] [moviefile [soundfile [skipbytes]]]
41+
-p pf override packfactor (to zoom)
42+
-l looping -- restart movie when done
43+
moviefile default is film.video
44+
soundfile default is none (no sound)
45+
skipbytes byte offset in soundfile where sound starts
4546

4647
vinfo.py print a summary of a movie file
4748

0 commit comments

Comments
 (0)