From 0c21fc23becebc5f8dada8ec2fe8c55545de8a44 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 15 May 2018 02:58:46 +0200 Subject: test --- test-mogrify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-mogrify.py') diff --git a/test-mogrify.py b/test-mogrify.py index fca2fb3..4483eea 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -129,7 +129,7 @@ if __name__ == '__main__': print(opt.render_dir) video_fn = tag + "_mogrify.mp4" - cmd = ("ffmpeg", "-i", render_dir + "ren_%05d.png", "-y", "-c:v", "libx264", "-vf", "fps=30", "-pix_fmt", "yuv420p", "-s", "455x256", render_dir + video_fn) + cmd = ("ffmpeg", "-i", render_dir + "ren_%05d.png", "-y", "-c:v", "libx264", "-vf", "fps=30", "-pix_fmt", "yuv420p", "-s", "456x256", render_dir + video_fn) process = subprocess.Popen(cmd, stdout=subprocess.PIPE) output, error = process.communicate() -- cgit v1.2.3-70-g09d2