summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-19 02:30:24 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-19 02:30:24 +0200
commita5977ae220e323d8c1b391ff613ab1700937f04a (patch)
tree4dc05d8da03a194798aed688a162078346333be0 /test.py
parent0a99ad7679092a37232e94b11f128a90caf67bd1 (diff)
test
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index e14d228..34fbc1f 100644
--- a/test.py
+++ b/test.py
@@ -50,7 +50,7 @@ if __name__ == '__main__':
# webpage.save()
- cmd = ("/usr/bin/ffmpeg", "-i", render_dir + "frame_%05d.png", "-c:v", "libx264", "-vf", "fps=30", "-pix_fmt", "yuv420p", render_dir + opt.name + "_" + opt.experiment + ".mp4")
+ cmd = ("/usr/bin/ffmpeg", "-i", render_dir + "frame_\%05d.png", "-c:v", "libx264", "-vf", "fps=30", "-pix_fmt", "yuv420p", render_dir + opt.name + "_" + opt.experiment + ".mp4")
process = subprocess.Popen(cmd, stdout=subprocess.PIPE)
output, error = process.communicate()