Hi, I need some help on the following:
I'm trying to do encode and decoding a video from the composite input, I able to encode and decode it correctly when the resolution is 720x480.
When I change the resolution to 800x480 or 384x400, I not able to display it correctly on the display. is the mpeg4 encoder doing the scaling at the same time while encoding the raw NTSC/PAL data so that I don't have to pass the buffer to the IPIPE for resizing?
I have no idea if the video encoded correctly, but I believe it was encoded correctly since decoding 720x480 was correct, and the decoded width & height(de.width, de.height) showing the correct resolution as well (etc: 720x480, 800x400, 384x400).
what's the problem for the video encoded with resolution other than 720x480?? could it be the display problem on the display thread? It uses rszcopy_execute to copy the decoded buffer to display buffer.
( FYI, I'm using the encode / decode in the dvsdk_1_30_00_40/demos/dm355 with some slight changes to output it to LCD )