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

Add MPEG-TS video format

aetaric opened this issue · comments

Hello!

It seems filetype fails to identify .ts files as MEPG-TS (MPEG Transport Stream). As an FYI, this might be a little messy to ID as the header is 0x47 on every 188th byte.