I test davincieffect_ntsc_1_50s.264 and davincieffect_ntsc_1_50s.m4v (720X480) on beagleboard DVSDK video codec mpeg4 and h264. They work well. But when I test 854x480 mpeg4 and h264 files,
I got
mpeg4:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)720, height=(int)576
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)176, height=(int)144
/GstPipeline:pipeline0/GstOmapFbSink:omapfbsink0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)176, height=(int)144
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
a grey background on screen
h264:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstTIViddec2:tividdec20.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30000/1001, width=(int)720, height=(int)576
Nothing on screen.
Does it mean the DSP video codecs product version works exactly on 720x480 video only? If that is true, How about mp3, aac audio codecs?