mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 10:34:53 +01:00
build
This commit is contained in:
@@ -107,7 +107,7 @@ def export_gps(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
||||
pass
|
||||
else:
|
||||
continue
|
||||
if filename.endswith(".MP4") and not filename.startswith("G"):
|
||||
if filename.endswith(".MP4") and filename.startswith("G"):
|
||||
myCmd = f"gopro2gpx -s {filename} {filename.replace('.MP4', '')}"
|
||||
print(myCmd)
|
||||
status, output = subprocess.getstatusoutput(myCmd)
|
||||
|
||||
Reference in New Issue
Block a user