sindresorhus / file-type

Detect the file type of a file, stream, or data
MIT License
3.64k stars 345 forks source link

Ability to detect MPEG when prefixed with some noise #646

Open Borewit opened 1 month ago

Borewit commented 1 month ago

Allow 4 bytes of prefixing MPEG noise.

Via options.mpegOffsetTollerance this number can be increased, which will result it a bit slow scanning times.

Resolves #628

ToDo