main

CleanUp(caps:list[cv2.VideoCapture])
Releases all video capture objects and closes all OpenCV windows.
Parameters:
Labels:

Projects_MultiVideoPlayer_main_CleanUp

MultiVideo(video_paths:list, VideoGrid:tuple, output_size:tuple, paused:bool, show_paths:bool, show_progress:bool)
Opens multiple videos in a grid format.
Parameters:
Returns:
bool: True if successful, False if no videos are provided.
Todo:
[V] Fixing name of video
[V] Returning when all videos finished
[V] Adding a pause function
[V] Adding a toggle for showing video paths
[V] Adding a toggle for showing progress percentage
[V] Adding a toggle for full screen
[ ] Making it C++ with OpenCV and OpenGL with CUDA support
Labels:

Projects_MultiVideoPlayer_main_MultiVideo