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.

tienc-encode test app encode video error.

We get the test app here: 

git.ti.com/.../

compile on board and test with following YUV file

http://trace.eas.asu.edu/yuv/index.html

the test app works and we could get the H264 video.

However, the video color is not correct.

The command we use is:

 ./tienc_encode -i ../../test_data/yuv_seqence/akiyo_cif.yuv -w 352 -h 288 -b 1000000 -o image.h264

Did we missed any settings?