Say I have the bytes for a video file (unrealistic I know):
b'\x96\70a\u77\r44'
Yes, I know those are not bytes for a video file but whatever.
So, is there a specific byte (for example \x0b) that comes before every frame?
So like:
b'\firstframe\x0b\secondframe'
And so on, because I want to be able to split them.
Why? I am making a no-dependency python lib for vidoes/audio.