![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Hello,
I am using AVIStreamRead to read AVI video, AVIStreamRead(gapavi[0], i, 1, frame, bsize, &nBytes, &nSamples) but the data returned in frame is shifted 3 DWORDs. for example the data returned in frame is: 00 00 00 00 30 30 64 63 00 60 09 00 86 79 87 80 ... where 86 is the first pixel of the video. and I think 30 30 64 63 (00dc) means video chunk and 00 60 09 00 is the picture size (buffer size, 640x480, yuy2) first four 00 are last JUNK chunk data (note: the first chunk in movi LIST is a JUNK chunk) So anyone know why AVIStreamRead read the data wrong? really appreciate your help. thanks in advance. |
Ads |
Thread Tools | |
Display Modes | |
|
|