path changes for taiso videos

This commit is contained in:
marko
2021-03-13 06:47:32 +01:00
parent 182824309b
commit b4a62b6cf1
2 changed files with 5 additions and 5 deletions

View File

@@ -36,19 +36,19 @@
},
{
"source": "https://www.youtube.com/watch?v=oFBJH1dddGg",
"target": "videos.d/taiso-beingraetche.webm",
"target": "videos.d/taiso/beingraetche.webm",
"from": "01.368",
"to": "06.774"
},
{
"source": "https://www.youtube.com/watch?v=uOmLFzjECP4",
"target": "videos.d/taiso-schultereindrehen.webm",
"target": "videos.d/taiso/schultereindrehen.webm",
"from": "02.119",
"to": "17.033"
},
{
"source": "https://www.youtube.com/embed/zDj1Yf4d07I",
"target": "videos.d/taiso-sumo.webm",
"target": "videos.d/taiso/sumo.webm",
"from": "03.103",
"to": "20.804"
},

View File

@@ -6,8 +6,8 @@ import ffmpeg
import subprocess
import glob
#jsonFileName = "clips.json"
jsonFileName = "***REMOVED***Kniebeuge.json"
jsonFileName = "clips.json"
#jsonFileName = "***REMOVED***Kniebeuge.json"
clipDict = {}
with open(jsonFileName) as jf: