Open liguobing opened 12 months ago
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.
If you need help with this, let me know.
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