Hi,
I have installed ezsdk 5_04_00_11. I have build omx and its example applications successfully.
I am trying to running encode example application with bellow mention parameters,
./encode_a8host_debug.xv5T -i pal.yuv -o pal.h264 -f 30 -b 1000000 -w 720-h 576 -c h264
here I am giving 720*576 yuv420semiplanner pal.yuv as a input which gives me encoded (h264) output in pal.h264.
But When I play pal.h264 in my VLC player, the quality of the video is not appropriate and seems different from the input.It is separated to four parts from input video.
Do we change some parameters?
Note: I am using DM8168 EVM.