Hello,
I'm using RDK 4.2.0.1 with DM8148.
I am trying to record camera PAL source with usecase for single channel.
The video is recorder OK except for the bottom lines which are cropped.
The following links is the recorded files, for the NTSC source and PAL source. The SW (and usecase) did not change in between, i.e. I'm using same SW for both.
1. The recorded file for NTSC is cropping less lines in bottom, and is better in terms of unwanted cropped lines.
2. Another strange thing is that in vlc->tools->codec info it shows 720x480 , 30 fps for both videos, PAL and NTSC.
although the software uses the following:
vencParams.encChannelParams[0].dynamicParam.frameRate = 25 * 1000;
ntsc video:
https://drive.google.com/file/d/0B22GsWueReZTVHV6aDlib0hTbTQ/edit?usp=sharing
pal video:
https://drive.google.com/file/d/0B22GsWueReZTaGpJX3lxYmJFRUU/edit?usp=sharing
Thank you in advance,
Ran