Mattias Wadman
Mattias Wadman
Hey! nice! will review asap, today or during the weekend at latest
To extract a field as binary you can do this: ```sh # stdout is a tty so does fq's own hexdump $ fq '.chunks[0] | tobytes' -o line_bytes=10 format/riff/testdata/bext.wav │00...
Any idea what the license is for the official EBU ADM test files? ok to modify and distribute? sometimes i might be enough to strip out the audio etc somehow...
Found this https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu_test_sequences_policy_prices_190315.pdf not sure if it covert the adm files but sadly sounds very restrictive :( hmm whyyyy
Hey! spent some time learning about adm, atoms etc and made things a bit more fq idiomatic here https://github.com/wader/fq/tree/jm/adm
So feel free to push my changes to this branch, i might continue on it later in the week
Pushed some more stuff, now dolby_metadata is a proper format, not sure if adm should be one also hmm? Maybe could be nice to squash all the commits to get...
still confused about trim config stuff and program_info, do you have any spec (verison 0.0.0.7?) or code that parses it. the dolby code seems to just skip it? (why?? 😄...
https://github.com/MediaArea/MediaInfoLib/blob/abdbb218b07f6cc0d4504c863ac5b42ecfab6fc6/Source/MediaInfo/Audio/File_DolbyAudioMetadata.cpp might be a good reference
> > Pushed some more stuff, now dolby_metadata is a proper format, not sure if adm should be one also hmm? > > Maybe could be nice to squash all...