diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:57:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:57:40 +0200 |
| commit | 7f7a7e4e01102d52aebe1032dec41b116710ceff (patch) | |
| tree | d6882dafec71e2ba1352eebddca022f6fda9d286 | |
| parent | c0ac5b0820c70bccd828526f0fffa53047b72ff9 (diff) | |
test
| -rw-r--r-- | test-mogrify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 3365126..ab7151a 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -126,6 +126,7 @@ if __name__ == '__main__': # os.remove(render_dir + "frame_00000.png") + 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) |
