View Single Post
Old 04-25-2018, 12:14 PM   #22
mdp
Wizard
mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.
 
Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
Just to note that I managed to find a project which helps filling that immense lack in video playing on Android, the lack of video filtering:

the ExoPlayerFilter library from MasayukiSuda.

One can build a media player from the ExoPlayer library, and integrate it with the ExoPlayerFilter to modify the video output (e.g. sepia, negative, contrast, edge, bump etc.) as needed, through OpenGL Shaders.

I assume OpenGL Shaders work on recent Onyx devices (Rockchip based, not i.MX 6 based). A video player based on that library and good filters (I am thinking e.g. of "posterize" effects) may reduce the battery inefficiency caused by the random placement of black and white dots on the screen every frame, owing to dithering.
mdp is offline   Reply With Quote