This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BitStream File format



Hello Friends,

      

 I have created a use case with the following structure:


Capture -> Dup -> Display_Video

Dup -> Null (A15)

GrpxSrc -> Display_Grpx

 I used NULL_LINK_COPY_TYPE_BITSTREAM_FILE and saved the stream in a .mpeg file.I found the size was very small for a 2 minute video from a camera having a resolution of 1280x1080(OV10640).It was only 99 KB.I was not sure how to open this file.Are there decoders to decode this file.I understand that the compression ratio is very high.Please let me know how to reconstruct the video from this file.Also please let me know if .mpeg or .h264 is the correct format to save a bitstream file.

The following is a snippet of my code

 pPrm->dumpDataType = NULL_LINK_COPY_TYPE_BITSTREAM_FILE;
	
	strncpy(pPrm->nameDataFile[0], "/mnt/usb_storage/D3.mpeg", 260U);

I have also attached the .mpeg file and .h264 file output from my code stored on SD card for reference

Best Regards,

Vijayhttps://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/D3.7zhttps://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/D3_5F00_1.7z