<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: zhangmq</title>
    <description>The latest articles on DEV Community by zhangmq (@zhangmq).</description>
    <link>https://dev.to/zhangmq</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4086921%2Fb8731494-7ca7-4a66-9633-4ff74310754f.png</url>
      <title>DEV Community: zhangmq</title>
      <link>https://dev.to/zhangmq</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zhangmq"/>
    <language>en</language>
    <item>
      <title>A Linux video player with NVIDIA VFX VSR support (real-time upscaling + frame interpolation, built with an AI coding agent)</title>
      <dc:creator>zhangmq</dc:creator>
      <pubDate>Thu, 20 Aug 2026 16:40:23 +0000</pubDate>
      <link>https://dev.to/zhangmq/a-linux-video-player-with-nvidia-vfx-vsr-support-real-time-upscaling-frame-interpolation-built-3fbd</link>
      <guid>https://dev.to/zhangmq/a-linux-video-player-with-nvidia-vfx-vsr-support-real-time-upscaling-frame-interpolation-built-3fbd</guid>
      <description>&lt;p&gt;Short version of a recent write-up — no full article here, just the pitch.&lt;/p&gt;

&lt;p&gt;I wanted RTX VSR-class upscaling on Linux, where NVIDIA only opens it to Windows. So an AI coding agent and I built a video player around the &lt;a href="https://developer.nvidia.com/video-effects-sdk" rel="noopener noreferrer"&gt;NVIDIA Video Effects SDK&lt;/a&gt;: &lt;strong&gt;real-time AI upscaling + RIFE frame interpolation&lt;/strong&gt;, wired into a patched libmpv as custom VF filters, with a Qt frontend.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Highlights:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The models behind RTX VSR, working in userspace on Linux&lt;/strong&gt; — the VSR effect from NVIDIA's Video Effects SDK, no driver-level path (that one is Windows-only)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;mpv-vsr&lt;/code&gt;: a standalone mpv CLI&lt;/strong&gt; carrying the same AI filters — drop-in compatible with existing mpv workflows (scripts, yt-dlp, external tools)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Everything after decode stays on the GPU&lt;/strong&gt; — CUDA-Vulkan interop, no per-frame CPU round-trips&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One TensorRT engine file&lt;/strong&gt; covers RTX 30/40/50 for frame interpolation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Links:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Repo: &lt;a href="https://github.com/zhangmq/vsr-player" rel="noopener noreferrer"&gt;https://github.com/zhangmq/vsr-player&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Full write-up: &lt;a href="https://zhangmq.github.io/en/2026/08/18/linux-ai-upscaling-player/" rel="noopener noreferrer"&gt;https://zhangmq.github.io/en/2026/08/18/linux-ai-upscaling-player/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Full disclosure:&lt;/strong&gt; this was developed with heavy AI assistance (Claude Code driving a DeepSeek model) — I directed and verified. Needs an NVIDIA GPU (RTX 20+ for upscaling, RTX 30+ for interpolation), driver 570+, Qt 6.11+. Hobby project, expect rough edges — feedback welcome!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>linux</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
