From fab64c2ac23531266889bca899240fef718acba3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 15 May 2018 05:03:13 +0200 Subject: testy --- test-mogrify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-mogrify.py') diff --git a/test-mogrify.py b/test-mogrify.py index 7289187..d181ddf 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -111,8 +111,8 @@ if __name__ == '__main__': frame_fn = "ren_%05d.png" video_fn = tag + "_mogrify.mp4" - if opt.mov_file is not None and opt.mov_file != 'video.mp4': - video_fn = opt.mov_file + '.mp4' + # if opt.mov_file is not None and opt.mov_file != 'video.mp4': + # video_fn = opt.mov_file + '.mp4' cmd = ("ffmpeg", "-i", render_dir + frame_fn, "-y", "-c:v", "libx264", "-vf", "fps=30", "-pix_fmt", "yuv420p", "-s", "456x256", render_dir + video_fn) process = subprocess.Popen(cmd, stdout=subprocess.PIPE) -- cgit v1.2.3-70-g09d2