[x264-devel] Is this output meaningful?

farnaz s.m torang_13 at yahoo.com
Mon Mar 5 09:12:08 CET 2007


Hi,
I am trying to read the resulted bitstream from outputs files (i.e. mkv,x264,mp4). while opening the output I receive the same answer for 3 types of outputs  which I do not know why 3 different  format must have the same output stream : 
134520840
Is this output correct and does it represent the coded video after nal units
or not?
Many thanks for your guids in advance.
Farzaneh
***********************
#include <string.h>
#include <stdio.h>
main(void)
{

FILE *fp;
fp=fopen("tesss.mp4","rb");/*or tess.mkv or tess.x264*/
if (fp==0)

printf("cannot open\n");
else
printf("the bitstream is \n%d\n",fp);

}


 Send instant messages to your online friends http://uk.messenger.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20070305/4747fe6f/attachment.htm 


More information about the x264-devel mailing list