77| [ ` aac_frame ` ] ( #aac_frame ) | Advanced  ; Audio  ; Coding  ; frame | <sub ></sub >|
88| ` adts ` | Audio  ; Data  ; Transport  ; Stream | <sub >` adts_frame ` </sub >|
99| ` adts_frame ` | Audio  ; Data  ; Transport  ; Stream  ; frame | <sub >` aac_frame ` </sub >|
10- | [ ` adm ` ] ( #adm ) | Audio  ; Definition  ; Model | <sub >` riff ` </sub >|
1110| ` aiff ` | Audio  ; Interchange  ; File  ; Format | <sub ></sub >|
1211| ` amf0 ` | Action  ; Message  ; Format  ; 0 | <sub ></sub >|
1312| ` apev2 ` | APEv2  ; metadata  ; tag | <sub >` image ` </sub >|
2625| ` avc_sps ` | H.264/AVC  ; Sequence  ; Parameter  ; Set | <sub ></sub >|
2726| [ ` avi ` ] ( #avi ) | Audio  ; Video  ; Interleaved | <sub >` avc_au ` ` hevc_au ` ` mp3_frame ` ` flac_frame ` </sub >|
2827| [ ` avro_ocf ` ] ( #avro_ocf ) | Avro  ; object  ; container  ; file | <sub ></sub >|
29- | [ ` axml ` ] ( #adm ) | Audio  ; Definition  ; Model  ; <axml >  ; Chunk | <sub >` riff ` </sub >|
3028| [ ` bencode ` ] ( #bencode ) | BitTorrent  ; bencoding | <sub ></sub >|
3129| ` bitcoin_blkdat ` | Bitcoin  ; blk.dat | <sub >` bitcoin_block ` </sub >|
3230| [ ` bitcoin_block ` ] ( #bitcoin_block ) | Bitcoin  ; block | <sub >` bitcoin_transaction ` </sub >|
4038| ` bzip2 ` | bzip2  ; compression | <sub >` probe ` </sub >|
4139| [ ` caff ` ] ( #caff ) | Live2D  ; Cubism  ; archive | <sub >` probe ` </sub >|
4240| [ ` cbor ` ] ( #cbor ) | Concise  ; Binary  ; Object  ; Representation | <sub ></sub >|
43- | [ ` chna ` ] ( #adm ) | Audio  ; Definition  ; Model  ; <chna >  ; Chunk | <sub >` riff ` </sub >|
4441| [ ` csv ` ] ( #csv ) | Comma  ; separated  ; values | <sub ></sub >|
45- | [ ` dolby_metadata ` ] ( #dolby_metadata ) | Dolby  ; Metadata  ; (Atmos,  ; AC3,  ; Digital Plus) | <sub >` riff ` </sub >|
4642| ` dns ` | DNS  ; packet | <sub ></sub >|
4743| ` dns_tcp ` | DNS  ; packet  ; (TCP) | <sub ></sub >|
44+ | [ ` dolby_metadata ` ] ( #dolby_metadata ) | Dolby  ; Metadata  ; (Atmos,  ; AC3,  ; Dolby  ; Digital) | <sub ></sub >|
4845| ` elf ` | Executable  ; and  ; Linkable  ; Format | <sub ></sub >|
4946| ` ether8023_frame ` | Ethernet  ; 802.3  ; frame | <sub >` inet_packet ` </sub >|
5047| ` exif ` | Exchangeable  ; Image  ; File  ; Format | <sub ></sub >|
133130| ` vp9_frame ` | VP9  ; frame | <sub ></sub >|
134131| ` vpx_ccr ` | VPX  ; Codec  ; Configuration  ; Record | <sub ></sub >|
135132| [ ` wasm ` ] ( #wasm ) | WebAssembly  ; Binary  ; Format | <sub ></sub >|
136- | ` wav ` | WAV  ; file | <sub >` id3v2 ` ` id3v1 ` ` id3v11 ` </sub >|
133+ | ` wav ` | WAV  ; file | <sub >` id3v2 ` ` id3v1 ` ` id3v11 ` ` dolby_metadata ` </sub >|
137134| ` webp ` | WebP  ; image | <sub >` exif ` ` vp8_frame ` ` icc_profile ` ` xml ` </sub >|
138135| [ ` xml ` ] ( #xml ) | Extensible  ; Markup  ; Language | <sub ></sub >|
139136| ` yaml ` | YAML  ; Ain't  ; Markup  ; Language | <sub ></sub >|
@@ -183,27 +180,6 @@ Decode value as aac_frame
183180... | aac_frame({object_type:1})
184181```
185182
186- ## adm
187- [ Audio Definition Model] ( https://adm.ebu.io/background/what_is_the_adm.html ) including 3D Audio.
188-
189- RIFF / WAV / Broadcast Wave Format (BWF) chunks:
190- - ` <chna> ` Chunk, Track UIDs of Audio Definition Model
191- - ` <axml> ` Chunk, BWF XML Metadata, e.g. for Audio Definition Model ambisonics and elements
192-
193- ### Examples
194- Decode ADM configuration from ` <chna> ` and ` <axml> ` chunks:
195- ```
196- $ fq -d wav '.chunks[] | select(.id | IN("chna", "axml")) | tovalue' bwf.wav
197- ```
198-
199- ### Authors
200- - [ @johnnymarnell ] ( https://johnnymarnell.github.io ) , original author
201-
202- ### References
203- - https://adm.ebu.io/background/what_is_the_adm.html
204- - https://tech.ebu.ch/publications/tech3285s7
205- - https://tech.ebu.ch/publications/tech3285s5
206-
207183## apple_bookmark
208184Apple BookmarkData.
209185
@@ -616,6 +592,8 @@ $ fq -d csv '.[0] as $t | .[1:] | map(with_entries(.key = $t[.key]))' file.csv
616592```
617593
618594## dolby_metadata
595+ Dolby Metadata (Atmos, AC3, Dolby Digital).
596+
619597Dolby Metadata from ` <dbmd> ` chunk of RIFF / WAV / Broadcast Wave Format (BWF),
620598including Dolby Atmos, AC3, Dolby Digital \[ Plus\] , and Dolby Audio Info (e.g. LUFS, True Peak).
621599
@@ -625,13 +603,20 @@ Decode Dolby metadata from `<dbmd>` chunk:
625603$ fq -d wav '.chunks[] | select(.id | IN("dbmd")) | tovalue' bwf.wav
626604```
627605
628- ### References
629- - https://tech.ebu.ch/files/live/sites/tech/files/shared/tech/tech3285s6.pdf
630- - https://github.com/DolbyLaboratories/dbmd-atmos-parser
606+ RIFF / WAV / Broadcast Wave Format (BWF) chunks:
607+ - ` <chna> ` Track UIDs of Audio Definition Model
608+ - ` <axml> ` BWF XML Metadata, e.g. for Audio Definition Model ambisonics and elements
631609
632610### Authors
633611- [ @johnnymarnell ] ( https://johnnymarnell.github.io ) , original author
634612
613+ ### References
614+ - https://adm.ebu.io/background/what_is_the_adm.html
615+ - https://tech.ebu.ch/publications/tech3285s7
616+ - https://tech.ebu.ch/publications/tech3285s5
617+ - https://tech.ebu.ch/files/live/sites/tech/files/shared/tech/tech3285s6.pdf
618+ - https://github.com/DolbyLaboratories/dbmd-atmos-parser
619+
635620## fit
636621Garmin Flexible and Interoperable Data Transfer.
637622
@@ -824,6 +809,7 @@ LevelDB Table.
824809- Zstandard uncompression is not implemented yet.
825810
826811### Authors
812+
827813- [ @mikez ] ( https://github.com/mikez ) , original author
828814
829815### References
0 commit comments