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