summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 02:57:40 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 02:57:40 +0200
commit7f7a7e4e01102d52aebe1032dec41b116710ceff (patch)
treed6882dafec71e2ba1352eebddca022f6fda9d286 /test-mogrify.py
parentc0ac5b0820c70bccd828526f0fffa53047b72ff9 (diff)
test
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py1
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)