This commit is contained in:
j 2007-07-25 10:35:48 +00:00
parent 4ae9ca5836
commit 49fd4d082e
1 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,9 @@ if __name__ == "__main__":
import sys
height = 128
inputFile = sys.argv[1]
#mov is broken somehow
if inputFile.endswith('.mov'):
sys.exit()
outputFile = sys.argv[2]
offset = int(float(sys.argv[3]) * gst.MSECOND)
f = PosterStill(inputFile, outputFile, offset, height)