alfg/ffprobe-wasm

No special files support - Error if trying to to get information

MartinSalmon98 opened this issue · 0 comments

This library works well with files that are MP4, MKV or MP3.

Unfortunately, when trying to get information on other types of files, I get "Uncaught RuntimeError: table index is out of bounds".

The files I would want to work with are popular file extension : bmp, jpg, jpeg, png, tiff, tif, gif, aac, wav, m4a, mov, mxf, ...

Is it possible to support those kind of file extension?

Thank you in advance.