Forum Discussion
Altera_Forum
Honored Contributor
16 years agohelp needed : upscaling video
Hi, I am using altera VIP suit , ver 8.0 and Quartus II ver 8.0. And using 3c120 development board. In the current design, i need to upscale the video from 720x576 PAL to minimum 800x600...
Altera_Forum
Honored Contributor
16 years agoHello,
Quoting the VIP user guide, scaling up with any input/output resolution: 4 taps, 16 phase Precision: Signed, 1 integer bit, 7 fraction bits Coefs: Lanczos-2, or Bicubic I believe you should stick to these recommendations. In practice it usually looks worse when using more than 4 taps for upscaling. I assume you are using the motion-adaptive deinterlacer before the scaler. If not and if the quality is not as good as expected you should probably start from there. Kind regards, vgs