This commit is contained in:
2025-06-18 13:43:55 +02:00
parent a53d520fc5
commit 66d8165442

View File

@@ -111,7 +111,7 @@ def export_gps(_DEV,_SOURCE_DIR,_DAY_DIRS):
myCmd = f"gopro2gpx -s {filename} {filename.replace('.MP4', '')}"
print(myCmd)
status, output = subprocess.getstatusoutput(myCmd)
print(output)
def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
print("Flipping")
for _DAY_DIR in _DAY_DIRS: