Add LRV, TS video format support

pull/1587/head
Piero Toffanin 2023-01-26 12:07:15 -05:00
rodzic 711a3f463d
commit 45a67cb244
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ settings_path = os.path.join(root_path, 'settings.yaml')
# Define supported image extensions
supported_extensions = {'.jpg','.jpeg','.png', '.tif', '.tiff', '.bmp'}
supported_video_extensions = {'.mp4', '.mov'}
supported_video_extensions = {'.mp4', '.mov', '.lrv', '.ts'}
# Define the number of cores
num_cores = multiprocessing.cpu_count()