Pass start/stop down to mpegize script.
This commit is contained in:
@@ -410,7 +410,9 @@ class Mpegize:
|
||||
if len(argv) > 2:
|
||||
m.base = argv[2]
|
||||
mode = argv[1]
|
||||
if mode == "convert":
|
||||
if mode == "start":
|
||||
return
|
||||
if mode == "convert" or mode == "stop":
|
||||
print("Phase 1: jpegize")
|
||||
print("Message: 0%%")
|
||||
sys.stdout.flush()
|
||||
|
||||
Reference in New Issue
Block a user