Pass start/stop down to mpegize script.

This commit is contained in:
Pavel Machek
2024-05-09 21:55:33 +02:00
parent 63a77bb557
commit 1395f823a0
2 changed files with 5 additions and 2 deletions

View File

@@ -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()