这个人很懒,暂无签名信息
[RGB,map]=imread('C:CCStudio_v3.3MyProjects3.1.2 helloimage_database1114.bmp'); M1=RGB; p1=256; p2=p1-255; % M=[M1(p2:p1,p2:p1)]; I1=double(M1); [m n]=size(I1); imshow(I1,map) fid=fopen('C:CCStudio_v3...
转自:http://blog.csdn.net/keepingstudying/article/details/42293875 需要libfaac,librtmp 的支持, 1、帧的划分 1.1 H.264帧 对于H.264而言每帧的界定符为00 00 00 01或者00 00 01。 比如下面的h264文件片断这就包函三帧数据 00 00 00 01 67 42 C0 28 ...