This commit is contained in:
2025-06-17 19:02:03 +02:00
parent 064f91b780
commit eabbe61999

View File

@@ -85,6 +85,7 @@ if _ACTION == "flip":
for filename in os.listdir(_FULL_PATH):
FPATH = _FULL_PATH + filename
print(FPATH)
if filename.endswith(".MP4") and not filename.startswith("joined_"):
print(filename)
export_name = 'flipped_' + filename