datarhei / restreamer-ui

The user interface of the Restreamer for the connection to the Core application.
https://datarhei.com
Apache License 2.0
46 stars 38 forks source link

Add frame interpolation (framerate) filter #38

Closed orryverducci closed 1 year ago

orryverducci commented 1 year ago

This adds an option to use FFmpeg's framerate filter.

This filter converts from the source frame rate to a chosen frame rate using linear frame interpolation, instead of the default behaviour that Restreamer currently uses (frame dropping and duplication).