diff options
author | Guido van Rossum <guido@python.org> | 1992-08-25 12:29:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-25 12:29:30 (GMT) |
commit | 9ee7e159663ff81b3651a556dfde73574724ac26 (patch) | |
tree | 28988ccd34af9a321471b02e0b348ff4eb0945b9 /Demo/sgi/video/README | |
parent | e1b4d7ce14c3463c14a188cb86eb1e267e66c254 (diff) | |
download | cpython-9ee7e159663ff81b3651a556dfde73574724ac26.zip cpython-9ee7e159663ff81b3651a556dfde73574724ac26.tar.gz cpython-9ee7e159663ff81b3651a556dfde73574724ac26.tar.bz2 |
Created Vedit.py, the video editor. This uses the classes in Viewer.py.
Viewer.py in turn requires changes to VFile.py (unfortunately that file
is now a complete mess...).
Diffstat (limited to 'Demo/sgi/video/README')
-rw-r--r-- | Demo/sgi/video/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Demo/sgi/video/README b/Demo/sgi/video/README index eedb85f..85855a9 100644 --- a/Demo/sgi/video/README +++ b/Demo/sgi/video/README @@ -100,6 +100,10 @@ Vtime.py (unrelated to vtime!!!) Copy a video file, manipulating the time codes (e.g. faster/slower, or regenerate time codes, or drop frames too close apart) +Vedit.py interactive video editing program + +Viewer.py two viewer classes used by Vedit + The following are C programs, either for efficiency or because they need to link with a C library: |