Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dafd91 commit 228381eCopy full SHA for 228381e
1 file changed
Demo/sgi/video/README
@@ -37,11 +37,12 @@ vcopy.py selectively write frames from one movie file to another
37
commands: 'n' gets next frame; 'w' writes current frame
38
39
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
+ 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)
45
+ skipbytes byte offset in soundfile where sound starts
46
47
vinfo.py print a summary of a movie file
48
0 commit comments