mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -191,9 +191,12 @@ if _ACTION == "encode":
|
|||||||
if os.path.exists(_FULL_PATH):
|
if os.path.exists(_FULL_PATH):
|
||||||
if os.path.exists(_FULL_PATH + "100GOPRO"):
|
if os.path.exists(_FULL_PATH + "100GOPRO"):
|
||||||
_FULL_PATH = _FULL_PATH + "100GOPRO"
|
_FULL_PATH = _FULL_PATH + "100GOPRO"
|
||||||
|
parts = []
|
||||||
for filename in os.listdir(_FULL_PATH):
|
for filename in os.listdir(_FULL_PATH):
|
||||||
if filename.startswith("joined_") and filename.endswith(".MP4"):
|
if filename.startswith("joined_") and filename.endswith(".MP4"):
|
||||||
parts.append(filename)
|
parts.append(filename)
|
||||||
|
else:
|
||||||
|
sys.exit()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user