From ed260609f8551afabd59a831a223b8f22a81b920 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 17 Jun 2025 22:52:57 +0200 Subject: [PATCH] build --- handle_imported_video.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index ee99530..6350cc6 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -400,4 +400,8 @@ if _ACTION == "join": join_videos(_DEV, _SOURCE_DIR,_DAY_DIRS) if _ACTION == "encode": - encode_videos(_DEV, _SOURCE_DIR,_DAY_DIRS) \ No newline at end of file + encode_videos(_DEV, _SOURCE_DIR,_DAY_DIRS) + +if _ACTION == "all": + flip_videos(_DEV, _SOURCE_DIR,_DAY_DIRS) + join_videos(_DEV, _SOURCE_DIR,_DAY_DIRS) \ No newline at end of file