Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
The frame buffer in the Altera VIP suite supports simple frame dropping and/or repeating. This allows for a simple form of frame rate conversion. For example, you could have a 24fps input and 60fps output.
- Altera_Forum
Honored Contributor
Kevin,
How? I do not see this as being possible with the parameters presented. How does it know that the incoming is 24 fps and the outgoing is 60 fps? How do you tell it to do so? I want to know how to use it before I use it. Rick - Altera_Forum
Honored Contributor
You configure the frame buffer to allow frame dropping and repeating. The output frame rate should be driven by whatever is driving the output. So for example, if you are driving SDI video at 60Hz, it's going to pull frames out of the buffer at 60fps. The frame buffer will therefore automatically repeat frames. The only place you can get into trouble is if you put two frame buffers in the path that both allow frame dropping and repeating.
Jake