diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:58:46 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:58:46 +0200 |
| commit | 0c21fc23becebc5f8dada8ec2fe8c55545de8a44 (patch) | |
| tree | 9884a567295be26ccc5392e3d2b8f4e57151591c /test-mogrify.py | |
| parent | 63e3aa5d7ee8d0abd894506f50183b7c06d62cae (diff) | |
test
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 2 |
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() |
