xiaowu2001

Results 13 comments of xiaowu2001

I have problem when I use bat to upscale video. ![image](https://user-images.githubusercontent.com/98504541/159414081-3909917e-4578-4e04-b4e4-b4e0d951e95c.png) However something was wrong in cmd: Trailing option(s) found in the command: may be ignored. Device creation failed: -12....

> Thank you @haasn , this is what ended up working for me, just had to explicitly add the format on both ends, also i don't know if this is...

> check if your local build support vulkan `ffmpeg -init_hw_device list` Supported hardware device types: cuda dxva2 qsv d3d11va

Can I use "cuda" instead of "vulkan"? Or how can I output enlarged video by other way? > So, obviously no.

> That's a bit wasteful, it would be much better to `cat` all shaders into the same file and load that. (Though I'll probably fix `vf_libplacebo` to accept multiple shaders...

I have tried to use ffmpeg to upscale video, but something went wrong,here is my command: `set anime4kpath=C:\anime4kv4 set shader1="%anime4kpath%\Anime4K_Clamp_Highlights.glsl" set shader2="%anime4kpath%\Anime4K_Restore_CNN_M.glsl" set shader3="%anime4kpath%\Anime4K_Upscale_CNN_x2_M.glsl" set shader4="%anime4kpath%\Anime4K_AutoDownscalePre_x2.glsl" set shader5="%anime4kpath%\Anime4K_AutoDownscalePre_x4.glsl" set shader6="%anime4kpath%\Anime4K_Upscale_CNN_x2_S.glsl"...

可能是显卡cuda驱动不支持半精度,把半精度关闭后再试一下

我也是笔记本的1650显卡,感觉速度确实比较慢。 Real-ESRGAN针对动漫的模型速度甚至要比Real-CUGAN更快些。