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
245be3a3
Commit
245be3a3
authored
Feb 18, 1993
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The usual cosmetic changes after Jack is done...
parent
b05eaf19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
Demo/sgi/video/README
Demo/sgi/video/README
+7
-1
Demo/sgi/video/video2rgb.py
Demo/sgi/video/video2rgb.py
+4
-4
No files found.
Demo/sgi/video/README
View file @
245be3a3
...
@@ -80,7 +80,13 @@ Vaddcache.py add a "cached index" to a video file, for faster playing
...
@@ -80,7 +80,13 @@ Vaddcache.py add a "cached index" to a video file, for faster playing
Vrecb.py like Vrec.py but uses "burst capture" -- somewhat specialized
Vrecb.py like Vrec.py but uses "burst capture" -- somewhat specialized
rgb2video.py combine a sequence of rgb images into a CMIF video file
Dsend.py like Vsend.py but sends screen snapshots (to Vreceive.py)
DisplayVideoIn.py Like LiveVideoIn.py but reads screen snapshots
rgb2video.py combine a sequence of rgb image files into a CMIF video file
video2rgb.py split a CMIF video file into a sequence of rgb image files
These modules and files are used by the above programs:
These modules and files are used by the above programs:
...
...
Demo/sgi/video/video2rgb.py
View file @
245be3a3
#! /ufs/guido/bin/sgi/python
#! /ufs/guido/bin/sgi/python
#
Play CMIF movie fil
es
#
Convert CMIF movie file(s) to a sequence of rgb imag
es
# Help function
# Help function
def
help
():
def
help
():
print
'Usage:
Vplay
[options] [file] ...'
print
'Usage:
video2rgb
[options] [file] ...'
print
print
print
'Options:'
print
'Options:'
print
'-q : quiet, no informative messages'
print
'-q : quiet, no informative messages'
print
'-m : create monochrome (greyscale) image files'
print
'-m : create monochrome (greyscale) image files'
print
'-f prefix : create image files with names "prefix000.rgb"'
print
'-f prefix : create image files with names "prefix000
0
.rgb"'
print
'file ... : file(s) to
play
; default film.video'
print
'file ... : file(s) to
convert
; default film.video'
# Imported modules
# Imported modules
...
...
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