7
7
| [ ` aac_frame ` ] ( #aac_frame ) | Advanced  ; Audio  ; Coding  ; frame | <sub ></sub >|
8
8
| ` adts ` | Audio  ; Data  ; Transport  ; Stream | <sub >` adts_frame ` </sub >|
9
9
| ` adts_frame ` | Audio  ; Data  ; Transport  ; Stream  ; frame | <sub >` aac_frame ` </sub >|
10
- | [ ` adm ` ] ( #adm ) | Audio  ; Definition  ; Model | <sub >` riff ` </sub >|
11
10
| ` aiff ` | Audio  ; Interchange  ; File  ; Format | <sub ></sub >|
12
11
| ` amf0 ` | Action  ; Message  ; Format  ; 0 | <sub ></sub >|
13
12
| ` apev2 ` | APEv2  ; metadata  ; tag | <sub >` image ` </sub >|
26
25
| ` avc_sps ` | H.264/AVC  ; Sequence  ; Parameter  ; Set | <sub ></sub >|
27
26
| [ ` avi ` ] ( #avi ) | Audio  ; Video  ; Interleaved | <sub >` avc_au ` ` hevc_au ` ` mp3_frame ` ` flac_frame ` </sub >|
28
27
| [ ` avro_ocf ` ] ( #avro_ocf ) | Avro  ; object  ; container  ; file | <sub ></sub >|
29
- | [ ` axml ` ] ( #adm ) | Audio  ; Definition  ; Model  ; <axml >  ; Chunk | <sub >` riff ` </sub >|
30
28
| [ ` bencode ` ] ( #bencode ) | BitTorrent  ; bencoding | <sub ></sub >|
31
29
| ` bitcoin_blkdat ` | Bitcoin  ; blk.dat | <sub >` bitcoin_block ` </sub >|
32
30
| [ ` bitcoin_block ` ] ( #bitcoin_block ) | Bitcoin  ; block | <sub >` bitcoin_transaction ` </sub >|
40
38
| ` bzip2 ` | bzip2  ; compression | <sub >` probe ` </sub >|
41
39
| [ ` caff ` ] ( #caff ) | Live2D  ; Cubism  ; archive | <sub >` probe ` </sub >|
42
40
| [ ` cbor ` ] ( #cbor ) | Concise  ; Binary  ; Object  ; Representation | <sub ></sub >|
43
- | [ ` chna ` ] ( #adm ) | Audio  ; Definition  ; Model  ; <chna >  ; Chunk | <sub >` riff ` </sub >|
44
41
| [ ` csv ` ] ( #csv ) | Comma  ; separated  ; values | <sub ></sub >|
45
- | [ ` dolby_metadata ` ] ( #dolby_metadata ) | Dolby  ; Metadata  ; (Atmos,  ; AC3,  ; Digital Plus) | <sub >` riff ` </sub >|
46
42
| ` dns ` | DNS  ; packet | <sub ></sub >|
47
43
| ` dns_tcp ` | DNS  ; packet  ; (TCP) | <sub ></sub >|
44
+ | [ ` dolby_metadata ` ] ( #dolby_metadata ) | Dolby  ; Metadata  ; (Atmos,  ; AC3,  ; Dolby  ; Digital) | <sub ></sub >|
48
45
| ` elf ` | Executable  ; and  ; Linkable  ; Format | <sub ></sub >|
49
46
| ` ether8023_frame ` | Ethernet  ; 802.3  ; frame | <sub >` inet_packet ` </sub >|
50
47
| ` exif ` | Exchangeable  ; Image  ; File  ; Format | <sub ></sub >|
133
130
| ` vp9_frame ` | VP9  ; frame | <sub ></sub >|
134
131
| ` vpx_ccr ` | VPX  ; Codec  ; Configuration  ; Record | <sub ></sub >|
135
132
| [ ` 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 >|
137
134
| ` webp ` | WebP  ; image | <sub >` exif ` ` vp8_frame ` ` icc_profile ` ` xml ` </sub >|
138
135
| [ ` xml ` ] ( #xml ) | Extensible  ; Markup  ; Language | <sub ></sub >|
139
136
| ` yaml ` | YAML  ; Ain't  ; Markup  ; Language | <sub ></sub >|
@@ -183,27 +180,6 @@ Decode value as aac_frame
183
180
... | aac_frame({object_type:1})
184
181
```
185
182
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
-
207
183
## apple_bookmark
208
184
Apple BookmarkData.
209
185
@@ -616,6 +592,8 @@ $ fq -d csv '.[0] as $t | .[1:] | map(with_entries(.key = $t[.key]))' file.csv
616
592
```
617
593
618
594
## dolby_metadata
595
+ Dolby Metadata (Atmos, AC3, Dolby Digital).
596
+
619
597
Dolby Metadata from ` <dbmd> ` chunk of RIFF / WAV / Broadcast Wave Format (BWF),
620
598
including Dolby Atmos, AC3, Dolby Digital \[ Plus\] , and Dolby Audio Info (e.g. LUFS, True Peak).
621
599
@@ -625,13 +603,20 @@ Decode Dolby metadata from `<dbmd>` chunk:
625
603
$ fq -d wav '.chunks[] | select(.id | IN("dbmd")) | tovalue' bwf.wav
626
604
```
627
605
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
631
609
632
610
### Authors
633
611
- [ @johnnymarnell ] ( https://johnnymarnell.github.io ) , original author
634
612
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
+
635
620
## fit
636
621
Garmin Flexible and Interoperable Data Transfer.
637
622
@@ -824,6 +809,7 @@ LevelDB Table.
824
809
- Zstandard uncompression is not implemented yet.
825
810
826
811
### Authors
812
+
827
813
- [ @mikez ] ( https://github.com/mikez ) , original author
828
814
829
815
### References
0 commit comments