I want to convert .yuv to h.264 using dm8168.
can anyone tell me how to do this.
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.
I want to convert .yuv to h.264 using dm8168.
can anyone tell me how to do this.
Hello
This is a example:
gst-launch -v filesrc location=/path ... /sample1.yuv ! "video/x-raw-yuv-strided, format=(fourcc)NV12, width=1280, height=720, rowstride=4096, framerate=30/1" ! omx_h264enc ! filesink location=/path .../test1.264
or
You could check here:
cd <EZSDK_HOME>/component-sources/omx_05_02_00_38/OMX_05_02_00_38_UserGuide.pdf (Encode example chapter)
Best Regards
Margarita