ajinasokan / flutter_displaymode

A Flutter plugin to set display mode in Android
MIT License
184 stars 22 forks source link

Motion smoothing on video #17

Closed sudhanshugairola closed 2 years ago

sudhanshugairola commented 2 years ago

This module perfectly work with ui but not supported 120fps or 90 hz interpolation on video with this module. (Video player through video_player)

ajinasokan commented 2 years ago

That is something out of scope of this plugin. Partially due to this plugin having no connection towards the video_player. Also motion interpolation is an extremely hard thing to do that requires special hardware or very high performance out of CPU.