changed clip managment to one clip per json
This commit is contained in:
@@ -5,8 +5,9 @@ import json
|
||||
import ffmpeg
|
||||
import subprocess
|
||||
import glob
|
||||
import sys
|
||||
|
||||
jsonFileName = "clips.json"
|
||||
jsonFileName = sys.argv[1]
|
||||
#jsonFileName = "***REMOVED***Kniebeuge.json"
|
||||
|
||||
clipDict = {}
|
||||
|
||||
Reference in New Issue
Block a user