From dae591ada310bd515722b5fa4965f3dd38c1b14e Mon Sep 17 00:00:00 2001 From: j Date: Fri, 17 Feb 2017 21:50:29 +0000 Subject: [PATCH] fix output path --- encode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode.py b/encode.py index 31c464b..68b67ca 100755 --- a/encode.py +++ b/encode.py @@ -4,7 +4,7 @@ import os import shutil import subprocess -for xml in glob('output/*.xml'): +for xml in glob('output/*/*.xml'): mp4 = xml.replace('.xml', '.mp4') pre = mp4 + '.pre.mp4' video = mp4 + '.v.mp4'