In the mcsdk video example sv04.out is build by the mingw tool, How can I call the video codec like h.264 in a ccs project? Is there some ccs example or doc to guide me? please help me, thank you!
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.
In the mcsdk video example sv04.out is build by the mingw tool, How can I call the video codec like h.264 in a ccs project? Is there some ccs example or doc to guide me? please help me, thank you!
Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com). Please read all the links below my signature.
We will get back to you on the above query shortly. Thank you for your patience.
Hi Hai Zhang,
MCSDK video SV04 application contains different OOB demos for video, an unfortunately it doesn't have a CCS project associated. However, if you want to test/use H264 encoder you can use CCS test application which comes along the codec package.
You can download H.264 codec from:
After installing the code you can import CCS test application from
C:\TI\Codecs\C66x_h264hpvenc_01_00_03_00_ELF\packages\ti\sdo\codecs\h264hpvenc\App\Client\Build\C66X
Please check user guide (from docs folder C:\TI\Codecs\C66x_h264hpvenc_01_00_03_00_ELF\packages\ti\sdo\codecs\h264hpvenc\Docs) for more details on how to build and run the project.
thank you,
Paula