<?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: Dheeraj Kumawat</title>
    <description>The latest articles on DEV Community by Dheeraj Kumawat (@dheeraj_kumawat_5bf84b0f1).</description>
    <link>https://dev.to/dheeraj_kumawat_5bf84b0f1</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%2F4081332%2F65044fcc-17f0-490c-a5c6-44e8c5272e75.png</url>
      <title>DEV Community: Dheeraj Kumawat</title>
      <link>https://dev.to/dheeraj_kumawat_5bf84b0f1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dheeraj_kumawat_5bf84b0f1"/>
    <language>en</language>
    <item>
      <title>Building an Automated Video Dubbing Pipeline for Seamless Content Localization</title>
      <dc:creator>Dheeraj Kumawat</dc:creator>
      <pubDate>Mon, 17 Aug 2026 09:45:51 +0000</pubDate>
      <link>https://dev.to/dheeraj_kumawat_5bf84b0f1/building-an-automated-video-dubbing-pipeline-for-seamless-content-localization-2ldc</link>
      <guid>https://dev.to/dheeraj_kumawat_5bf84b0f1/building-an-automated-video-dubbing-pipeline-for-seamless-content-localization-2ldc</guid>
      <description>&lt;p&gt;In an increasingly connected global digital landscape, language remains one of the largest barriers to accessible educational and technical content. To address this challenge, I designed and implemented an automated AI-Powered Video Dubbing Pipeline that translates and localizes foreign-language video content (such as Chinese) into Hindi with precise sync accuracy. The system operates on a modular 3-stage architecture: first, FFmpeg isolates and splits raw video input into independent audio and visual streams; next, a timestamp-aligned Speech-to-Text model extracts dialogue into accurate, time-synced subtitles before translating them into localized target-language text; and finally, a Neural Text-to-Speech synthesis model generates the Hindi audio output, which is re-merged with the original video track using FFmpeg. Built using Python, modern AI models, and custom media processing workflows, this system replaces manual dubbing with an end-to-end automated process, significantly reducing content creation overhead and serving as a scalable solution to democratize multimedia access for non-native language speakers.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>machinelearning</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
