Altera_Forum
Honored Contributor
15 years agoHow to do frame rate conversion?
Hi, I'm trying to find an example on how to accomplish frame rate conversion with VIP cores. Does anyone have such example?
For example, what would be the correct way of doing a simple scaling function that takes in 1080p@60 and outputs 720p@60 ? I understand that scaler-ip block would process the image to correct size (from 1920x1080 to 1280x720 but at 120Hz?) but how can I reduce the clock rate from 148.5MHz to 74.25MHz without overflowing the input entirely? I'm sure I'm missing something fundamental in these VIP blocks. Perhaps its just to run different clocks into the "Clocked video input" and "clocked video output". Is it that simple? Or is Frame buffer required and if so, does that need to be controlled with Nios? Thank you.