Hirbod @hirbod.dev · Jan 2

Alright, I successfully extracted all the media fields I could natively pull on iOS and Android with ease, now using a fully custom media parser in TS. Next, I just need to map those cryptic codec names to more common values and add the audio bitrate (e.g., 320kbps).

6 likes 1 replies

?

Replies

Hirbod · Jan 2

I still need to test, but so far, I've loaded 60 different MP4 files, and every single one was readable. As far as I know, no other JS solution out there achieves this level of extraction. (FYI: No <video /> element is required for this. Just binary parsing and insanely fast.