diff --git a/oxdbarchive/tools/extract_poster_still.py b/oxdbarchive/tools/extract_poster_still.py index e446f3a..02b7fd4 100755 --- a/oxdbarchive/tools/extract_poster_still.py +++ b/oxdbarchive/tools/extract_poster_still.py @@ -160,4 +160,3 @@ if __name__ == "__main__": offset = int(float(sys.argv[3]) * gst.MSECOND) #f = PosterStill(inputFile, outputFile, offset, height) f = PosterStillMplayer(inputFile, outputFile, offset, height) -