bwasti / mebm

zero-dependency browser-based video editor
https://bwasti.github.io/mebm/
MIT License
921 stars 73 forks source link

Error on bad type #7

Closed hozfia closed 3 years ago

hozfia commented 3 years ago

i added simple function to check for bad type files and display message of the file(s) name witch are not supported.

the supported type are listed in array , i don't know if this proper way because it mean that you need to list all the types you are supporting , i listed a few of them witch ware listed in other parts of the code

here screenshot memb

hozfia commented 3 years ago

i added those changes : make ext_map global variable , then use popup instead of using browser alert
here screenshot Screenshot from 2021-02-04 11-57-27