mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
The usual cosmetic changes after Jack is done...
This commit is contained in:
parent
b05eaf1909
commit
245be3a3c5
2 changed files with 11 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
|
||||
# Play CMIF movie files
|
||||
# Convert CMIF movie file(s) to a sequence of rgb images
|
||||
|
||||
|
||||
# Help function
|
||||
|
||||
def help():
|
||||
print 'Usage: Vplay [options] [file] ...'
|
||||
print 'Usage: video2rgb [options] [file] ...'
|
||||
print
|
||||
print 'Options:'
|
||||
print '-q : quiet, no informative messages'
|
||||
print '-m : create monochrome (greyscale) image files'
|
||||
print '-f prefix : create image files with names "prefix000.rgb"'
|
||||
print 'file ... : file(s) to play; default film.video'
|
||||
print '-f prefix : create image files with names "prefix0000.rgb"'
|
||||
print 'file ... : file(s) to convert; default film.video'
|
||||
|
||||
|
||||
# Imported modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue