h2non / filetype

Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature

Home Page:https://pkg.go.dev/github.com/h2non/filetype?tab=doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3gp videos not detected

taraspos opened this issue · comments

commented

I have a video file which detected as unknown type, however, it is the video/3gpp.

file --mime-type file.mp4
file.mp4: video/3gpp

I think this is be related to the #37
Thanks