fq
fq copied to clipboard
jq for binary formats - tool, language and decoders for working with binary and text formats
[@wader wrote](https://github.com/wader/fq/issues/529#issuecomment-1357685784): > 👍 I wonder if some formats in fq could have links to these projects? currently format refrences are kept in `.md` ex https://github.com/wader/fq/blob/master/format/mp4/mp4.md#references I think the best...
Per @wader 's [comment](https://github.com/wader/fq/pull/427#issuecomment-1250217164) in the original PR, it would be nice to add an option for bplist decoding to display time values as timestamps instead of just CocoaDate floating...
the EXR file format, the professional-grade image storage see https://github.com/AcademySoftwareFoundation/openexr Now ``` fq . AllHalfValues.exr error: AllHalfValues.exr: probe: failed to decode (try -d FORMAT) fq -d exr . AllHalfValues.exr error:...
### What version are you using (`fq -v`)? $ fq -v 0.0.9 (linux amd64) ### How was fq installed? Downloaded from https://github.com/wader/fq/releases as that old ubuntu20 doesn't have packages. ###...
### How was fq installed? I'm on windows, and I would like to use winget to install and update the fq utility
As discussed in https://github.com/GoSecure/fq-pyrdp/issues/1. The new test case is 2.9MB. Let me know if this is still too big. For project history see: https://github.com/GoSecure/fq-pyrdp/ This PR is done as part...
Hi, First draft of a MIDI file decoder for your comments and suggestions - I've decoded the file in the way that seemed most useful to me but there are...
`` and `` chunks of Audio Definition Model: - https://adm.ebu.io/background/what_is_the_adm.html - https://tech.ebu.ch/publications/tech3285s7 - https://tech.ebu.ch/publications/tech3285s5 Dolby Metadata `` chunk, e.g. Atmos, AC3, Dolby Digital [Plus]: - https://tech.ebu.ch/files/live/sites/tech/files/shared/tech/tech3285s6.pdf - https://github.com/DolbyLaboratories/dbmd-atmos-parser Notes: -...