app: enable support for MTS video

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/504/head
Varun Patil 2023-03-16 23:43:54 -07:00
parent 94bb94f34d
commit 337d466644
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class Application extends App implements IBootstrap
'video/mp4', 'video/mp4',
'video/quicktime', 'video/quicktime',
'video/x-matroska', 'video/x-matroska',
'video/MP2T',
// 'video/x-m4v', // too rarely used for photos // 'video/x-m4v', // too rarely used for photos
// 'video/ogg', // too rarely used for photos // 'video/ogg', // too rarely used for photos
]; ];