mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 02:24:53 +01:00
build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user