+x
This commit is contained in:
parent
4ae9ca5836
commit
49fd4d082e
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue