-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
137 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
$ fq -o force=true -d mp4 dv chnl-ver1 | ||
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: chnl-ver1 (mp4) 0x0-0x10 (16) | ||
| | | boxes[0:1]: 0x0-0x10 (16) | ||
| | | [0]{}: box 0x0-0x10 (16) | ||
0x00|00 00 00 10 |.... | size: 16 0x0-0x4 (4) | ||
0x00| 63 68 6e 6c | chnl | type: "chnl" 0x4-0x8 (4) | ||
0x00| 01 | . | version: 1 0x8-0x9 (1) | ||
0x00| 00 00 00 | ... | flags: 0 0x9-0xc (3) | ||
| | | stream_structure{}: 0xc-0xc.4 (0.4) | ||
0x00| 11 | . | unused: raw bits 0xc-0xc.2 (0.2) | ||
0x00| 11 | . | objects: false 0xc.2-0xc.3 (0.1) | ||
0x00| 11 | . | channels: true 0xc.3-0xc.4 (0.1) | ||
0x00| 11 | . | format_ordering: 1 0xc.4-0xd (0.4) | ||
0x00| 02 | . | base_channel_count: 2 0xd-0xe (1) | ||
0x00| 02 | . | defined_layout: 2 0xe-0xf (1) | ||
0x00| 00| .| reserved: raw bits 0xf-0xf.4 (0.4) | ||
0x00| 00| .| channel_order_definition: 0 0xf.4-0xf.7 (0.3) | ||
0x00| 00| .| omitted_channels_present: false 0xf.7-0x10 (0.1) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
$ fq -o force=true -d mp4 dv pcmC | ||
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: pcmC (mp4) 0x0-0xe (14) | ||
| | | boxes[0:1]: 0x0-0xe (14) | ||
| | | [0]{}: box 0x0-0xe (14) | ||
0x0|00 00 00 0e |.... | size: 14 0x0-0x4 (4) | ||
0x0| 70 63 6d 43 | pcmC | type: "pcmC" 0x4-0x8 (4) | ||
0x0| 00 | . | version: 0 0x8-0x9 (1) | ||
0x0| 00 00 00 | ... | flags: 0 0x9-0xc (3) | ||
0x0| 01 | . | format_flags: 1 0xc-0xd (1) | ||
0x0| 18| | .| | sample_size: 24 0xd-0xe (1) |