summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py2
1 files changed, 1 insertions, 1 deletions
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()