studentnice05
studentnice05
> > This requires that the EGL implementation supports off-screen rendering on the default display. (This is the case with Mesa.) > > See manual. windows does not support now....
I want to upscale a video(1280:720) to 1440P: `mpv input.mp4 --glsl-shader="shaders/Anime4K_Upscale_CNN_x2_M.glsl" -vf scale=2560:1440 --o output.mp4` However, the clarity doesn't improve while the resolution has been upscaled to 1440P. But I...
> Working example with [A+A mode](https://github.com/bloc97/Anime4K/blob/master/md/GLSL_Instructions_Advanced.md) for [lower-end GPU](https://github.com/bloc97/Anime4K/blob/master/md/GLSL_Instructions_Linux.md): > > ``` > mpv input.mp4 \ > --glsl-shaders="~~/shaders/Anime4K_Clamp_Highlights.glsl:~~/shaders/Anime4K_Restore_CNN_M.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_M.glsl:~~/shaders/Anime4K_Restore_CNN_S.glsl:~~/shaders/Anime4K_AutoDownscalePre_x2.glsl:~~/shaders/Anime4K_AutoDownscalePre_x4.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_S.glsl" \ > --vf=gpu -vf scale=2560:1440 --o=output.mp4 > ``` Thanks for your reply,...
> @jpppppppppppppppppppppppp Thank you very much, Now it fetches bangumi videos from Bilibili, using anonymous user identity. Like this: > > ``` > (venv39a) chj@CHJA20 [2023-06-09 21:11:37.52] K:\jinshan\20230505\Videos\Bilibili > >...