diff options
Diffstat (limited to 'src/posts')
| -rw-r--r-- | src/posts/you-dont-need-mediainfo.svx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posts/you-dont-need-mediainfo.svx b/src/posts/you-dont-need-mediainfo.svx index 9876cde..2ad0739 100644 --- a/src/posts/you-dont-need-mediainfo.svx +++ b/src/posts/you-dont-need-mediainfo.svx @@ -61,7 +61,7 @@ Let's unpack this: Now that the cli soup is out of the way, let's dive in. trak is what we're interested in, that is telling us that there is a video or audio track. Formatting is messed up as a part of everything having to be in 4 byte chunks. And under trak if you look close you can find information such as: -- soun <- this is an audio track (vide for videos, 4 bytes) +- `soun` — this is an audio track (`vide` for videos, 4 bytes) - under stsd is n+mp4a, which is size+our audio codec's id under mdhd we have track info, and if we decode it: |
