How to detect if a video is in 360 format in javascript?

217 views Asked by At

I have an interface where the user can upload a video that could be in 360 format (usually recorded with a special camera) or it could be a normal format, each case needs to be treated differently. So I need to detect the format of the uploaded video before treating it. Is there any JS library that can help in extracting some metadata from an mp4 file in order to detect if the video is in 360 format or not?

Any other suggestions to do this detection?

Thanks

0

There are 0 answers