I have a camera connected to the DM365 DVEVM board which inputs 720x480 NTSC. Running the "encode" demo at that resolution works fine for both H.264 and MPEG4.
Reducing the resolution to 480x360 works with MPEG4 but produces an anomaly in H.264. The image gets overlayed with a pink pattern that covers most of the image. The top edge fluctuates like an animated bar graph. My assumption is that something (likely the luma data) is overwriting the chroma data.
For MPEG4, command line is: ./encode -t2 -vstock_480x360.mpeg4 -r480x360. See file, stock_480x360_mpeg4.jpg in attached ZIP, for screen shot of image.
For H.264, command line is: ./encodeStock -t2 -vstock_480x360.264 -r480x360. See file, stock_480x360_264.jpg in attached ZIP, for screen shot of image.
Has anyone seen this? Is there a cure?
Thanks!