Reply To: Add support for input frame dropping?

NewHome Forums OSSC, OSSC Pro and DExx-vd isl OSSC – Feature Requests Add support for input frame dropping? Reply To: Add support for input frame dropping?

#48703
Zacabeb
Participant

    In order for that to work, the OSSC would need to keep a full frame buffer in order to decouple the input and output frame rates and always have something to output (dropping input frames would simply mean skipping overwriting the buffer with them). Unfortunately, there’s not enough memory available on the FPGA to do that.

    It might be possible on the OSSC Pro. There it might also be possible to do basic frame blending in the output to reduce say, 75 Hz to 60 Hz, with less judder. It would be nice if that got implemented.