fix output path
This commit is contained in:
parent
593fba2b11
commit
dae591ada3
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue