New version of lecturemunger
This commit is contained in:
14
old/all_together_now.py
Normal file
14
old/all_together_now.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from subprocess import call
|
||||
import os
|
||||
import sys
|
||||
|
||||
rc = call("./destreamer.sh -k -i", sys.argv[1])
|
||||
|
||||
if rc == 0:
|
||||
rc = call("./rename.py"
|
||||
|
||||
if rc == 0:
|
||||
for entry in os.scandir('./vidoes'):
|
||||
if os.path.isdir(entry.path) and entry.name not contains 'out':
|
||||
rc = call("./process_audio.py"
|
||||
print(rc)
|
||||
Reference in New Issue
Block a user