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:
@@ -111,7 +111,7 @@ def export_gps(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
|||||||
myCmd = f"gopro2gpx -s {filename} {filename.replace('.MP4', '')}"
|
myCmd = f"gopro2gpx -s {filename} {filename.replace('.MP4', '')}"
|
||||||
print(myCmd)
|
print(myCmd)
|
||||||
status, output = subprocess.getstatusoutput(myCmd)
|
status, output = subprocess.getstatusoutput(myCmd)
|
||||||
|
print(output)
|
||||||
def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
||||||
print("Flipping")
|
print("Flipping")
|
||||||
for _DAY_DIR in _DAY_DIRS:
|
for _DAY_DIR in _DAY_DIRS:
|
||||||
|
|||||||
Reference in New Issue
Block a user