dhowden / tag

ID3, MP4 and OGG/FLAC metadata parsing in Go
BSD 2-Clause "Simplified" License
568 stars 77 forks source link

Parse all ftyp:s as mp4 #16

Closed wader closed 8 years ago

wader commented 8 years ago

It seems audio only mp4 files use ftyp:s that should have video

wader commented 8 years ago

For example i have mp4 audio file with ftyp "mp42". According to http://www.ftyps.com/ it should be video/mp4. Messy.

Maybe best to just allow all ftyp:s?

dhowden commented 8 years ago

That's great - thanks!