Movie Maniac®
25th August 2003, 18:59
Hi
I'd like to know the exact bitstream of an xvid encoded frame.
I mean, in the avi file, each frame has this kind of structure:
Public Type MoviChunk
streamID As String * 2
fcc As String * 2
frame_size As Long
End Type
But I'd like to be able to read this data more carefully in order to obtain for example, the quantizer since I think that this should be stored there...
Thanks in advance to anyone who will hellp ;)
I'd like to know the exact bitstream of an xvid encoded frame.
I mean, in the avi file, each frame has this kind of structure:
Public Type MoviChunk
streamID As String * 2
fcc As String * 2
frame_size As Long
End Type
But I'd like to be able to read this data more carefully in order to obtain for example, the quantizer since I think that this should be stored there...
Thanks in advance to anyone who will hellp ;)