diff options
| author | Berke Güzel <wenekar1@gmail.com> | 2026-02-02 00:11:26 +0300 |
|---|---|---|
| committer | Berke Güzel <wenekar1@gmail.com> | 2026-02-02 00:11:26 +0300 |
| commit | 69f036a082f1ee00e77cabd6427f5117ff15822d (patch) | |
| tree | 619859a3e526d6c0cdd52b01ddca9d23de1174f8 | |
| parent | a25fbdff3300e44e64bedf36ea0c9fa816832b9c (diff) | |
mediainfo
| -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: |
