Can I tell whether a file has sliced i/p/b frames? #30
Unanswered
derekbillingsley
asked this question in
Q&A
Replies: 1 comment
-
mp4Analyser is a very small project (basically me doing this as a hobby with a couple of contributions from others) so it's focus is quite narrow which is to provide a visual representation of the mp4 container format. People are welcome to fork the repo and either add functionality to decode the mpeg stream syntax or possibly invoke a low-level tool like ffmpeg with context-specific parameters, say to look at an individual frame in more detail. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, am I able to pull out details on whether an I-frame is sliced? For example with another tool I can visually see that the I-frame consists of 4 separate slices (same with P and B) Thanks!
Beta Was this translation helpful? Give feedback.
All reactions