From: Khalid Latif on
Hi,
I want to read a binary video file (generated by MATLAB
using Image & Vidoe Blockset -> sinks -> write binary
file) in C. Its the YUV420 format. But I cant find any
info about the header for the binary video file. I want to
to know, how many bytes are used for header information
and which byte is for width and height etc. How, they are
dealing with main AVI Header and Streeam Header....