diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 17:39:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 17:39:16 +0200 |
| commit | d1115662e9c74549df128f84e4d49c6f18572183 (patch) | |
| tree | 26d987f10dfaccba4bbde0573ef1f6e1e9ad6545 /live-mogrify.py | |
| parent | 50ca8dc81bfd58a1c9afdd6e361afe0cd740e78b (diff) | |
cmdz
Diffstat (limited to 'live-mogrify.py')
| -rw-r--r-- | live-mogrify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/live-mogrify.py b/live-mogrify.py index 5ebbb16..30d2dbf 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -236,7 +236,7 @@ def process_live_input(opt, data_opt, rpc_client, model): print("Got empty sequence...") data_opt.processing = False return - start_img_path = os.path.join(opt.render_dir, "frame_{:05}.png".format(i)) + start_img_path = os.path.join(opt.render_dir, "frame_{:05d}.png".format(0)) copyfile(sequence[0], start_img_path) last_im = None |
