We get the test app here:
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?