<?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: ScoobySatiacum</title>
    <description>The latest articles on DEV Community by ScoobySatiacum (@scoobysatiacum).</description>
    <link>https://dev.to/scoobysatiacum</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F537924%2F17d2b6c7-b985-4fc4-b26b-1ff4e52debfa.png</url>
      <title>DEV Community: ScoobySatiacum</title>
      <link>https://dev.to/scoobysatiacum</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/scoobysatiacum"/>
    <language>en</language>
    <item>
      <title>Hardware accelerated image based subtitles overlay</title>
      <dc:creator>ScoobySatiacum</dc:creator>
      <pubDate>Thu, 22 Jan 2026 19:17:22 +0000</pubDate>
      <link>https://dev.to/scoobysatiacum/hardware-accelerated-image-based-subtitles-overlay-538o</link>
      <guid>https://dev.to/scoobysatiacum/hardware-accelerated-image-based-subtitles-overlay-538o</guid>
      <description>&lt;p&gt;ffmpeg -y -hide_banner -hwaccel cuda -i input.mkv -filter_complex "[0:v][0:s]overlay[v]" -map "[v]" -map 0:a -r  -codec:v hevc_nvenc -codec:a copy output.mkv&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>ffmpeg</category>
      <category>videoencoding</category>
    </item>
  </channel>
</rss>
