Can someone suggest a profile for upscaling videos to 60 FPS? #893
-
I'm noob in this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Do you need to upscale videos on playback or do you want to reencode them? Magpie is usually more appropriate for upscaling interactive software like games. It's not impossible to use it to upscale a video player window but it's not the most appropriate solution and there might be a bunch of pitfalls if a player rescales video before displaying. For video playback you should probably checkout mpv with GLSL shaders or VLC with libplacebo integration and custom shaders. |
Beta Was this translation helpful? Give feedback.
Do you need to upscale videos on playback or do you want to reencode them?
Magpie is usually more appropriate for upscaling interactive software like games. It's not impossible to use it to upscale a video player window but it's not the most appropriate solution and there might be a bunch of pitfalls if a player rescales video before displaying.
For video playback you should probably checkout mpv with GLSL shaders or VLC with libplacebo integration and custom shaders.
For video upscaling on reencoding there is libplacebo integration in FFmpeg.