Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
228381e0
Commit
228381e0
authored
Nov 04, 1991
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed description of video.py.
parent
5dafd916
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Demo/sgi/video/README
Demo/sgi/video/README
+6
-5
No files found.
Demo/sgi/video/README
View file @
228381e0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment