You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried using MPV+Anime4K to play videos on an Android phone, and the results are great.
However, I am currently unable to access video files and can only obtain each frame as a Bitmap.
So, I want to render these Bitmaps onto a GLSurfaceView and apply Anime4K for enhancement.
I have never done anything similar before and have no idea how to proceed. Do you have any suggestions?
thanks
The text was updated successfully, but these errors were encountered:
I don't have any experience with GLSurfaceView or Anime4k on Android. My way would be, to copy them to my PC or make the bitmaps accessible over the network and upscale the bitmaps with ffmpeg and Anime4k, or convert the bitmaps to a video format and upscale the it.
I have tried using MPV+Anime4K to play videos on an Android phone, and the results are great.
However, I am currently unable to access video files and can only obtain each frame as a Bitmap.
So, I want to render these Bitmaps onto a GLSurfaceView and apply Anime4K for enhancement.
I have never done anything similar before and have no idea how to proceed. Do you have any suggestions?
thanks
The text was updated successfully, but these errors were encountered: