summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 02:58:46 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 02:58:46 +0200
commit0c21fc23becebc5f8dada8ec2fe8c55545de8a44 (patch)
tree9884a567295be26ccc5392e3d2b8f4e57151591c /test-mogrify.py
parent63e3aa5d7ee8d0abd894506f50183b7c06d62cae (diff)
test
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()