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:
@@ -85,6 +85,7 @@ if _ACTION == "flip":
|
|||||||
|
|
||||||
for filename in os.listdir(_FULL_PATH):
|
for filename in os.listdir(_FULL_PATH):
|
||||||
FPATH = _FULL_PATH + filename
|
FPATH = _FULL_PATH + filename
|
||||||
|
print(FPATH)
|
||||||
if filename.endswith(".MP4") and not filename.startswith("joined_"):
|
if filename.endswith(".MP4") and not filename.startswith("joined_"):
|
||||||
print(filename)
|
print(filename)
|
||||||
export_name = 'flipped_' + filename
|
export_name = 'flipped_' + filename
|
||||||
|
|||||||
Reference in New Issue
Block a user