commit | dbf71b7b4b3cbce6ad9b94f50ef4ebb8baec1265 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Sep 28 15:29:18 1993 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Sep 28 15:29:18 1993 +0000 |
tree | 2af6496538c2c6045948afbe97d8b2ad8a059c29 | |
parent | 264117295ef1bf76a8606a9d0cc972109e0143e0 [diff] |
Added ability to edit compressed movies.
diff --git a/Demo/sgi/video/Vedit.py b/Demo/sgi/video/Vedit.py index d5ef365..43a67c8 100755 --- a/Demo/sgi/video/Vedit.py +++ b/Demo/sgi/video/Vedit.py
@@ -141,6 +141,9 @@ if self.vout.getinfo() <> self.vin.getinfo(): print 'Copying info...' self.vout.setinfo(self.vin.getinfo()) + if self.vin.format == 'compress': + self.vout.setcompressheader(\ + self.vin.getcompressheader()) self.vout.put(data) self.oshow() self.ishow()