I have a UVC capture card that I use to play my Switch. Currently, I utilize it via the full screen projector feature of OBS, but the Switch is 1080p while my monitor is 4k and the upscaling that OBS uses causes some noticeable artifacts.

I’m wondering if there’s an application with some configurable upscaling options that would make this experience better. I don’t need anything crazy that would cause noticeable input lag, but anything even slightly better than OBS would be welcome

  • 柊 つかさ
    link
    fedilink
    22 days ago

    As I understand you take in some stream video akin to /dev/video0 and want to enlarge it so you can look at your monitor while playing? Whenever it is something with video ffmpeg can probably solve it. FFmpeg flags like -vf also work on the video player, ffplay.

    https://trac.ffmpeg.org/wiki/Scaling

    At the bottom they talk about choosing scaling algorithms, try some out to see what combination of quality and speed you get.