Borewit

Results 226 comments of Borewit

@vincentwinkel, I fully understand the use case, but it is indeed not easy to derive that simple boolean answer. It is certainly not impossible, but indeed means we need to...

I am working on these indicators `format.hasVideo`, `format.hasAudio`, starting with MP4. I have to find a solution for each media type. Update: see PR #2452

~~[WebM](https://en.wikipedia.org/wiki/WebM) is a sub format (_based on the profile_) of Matroska. It requires to parse the [Matroska](https://www.matroska.org/index.html) file. Given the complexity of that format, I am not sure if it...

@pejuam, @guizzo, you are right, file-type can distinct sub-type WebM from other EBML, but indeed it cannnot distinct between `'video/webm` and `audio/webm`. Not sure if that distinction is feasible in...

I am working on a plugin for file-type which is able better distinct audio / video types: [@file-type/av](https://github.com/Borewit/file-type-av). I covered audio and video Matroska files, not sure yet what it...

I run all music-metadata with success local against [4caaee2](https://github.com/sindresorhus/file-type/pull/633/commits/4caaee2cb6a13425e528e00ec7387b6195ce277a), as reported https://github.com/Borewit/music-metadata/pull/2103#issuecomment-2198304586, which gives me confidence that the dependent changes in [`strtok3`](https://github.com/Borewit/strtok3/pull/1074) and [`token-types`](https://github.com/Borewit/token-types/pull/650) are good.