<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reproducible on Mi&amp;Bee Blog</title><link>https://blog.mickeyzzc.tech/en/tags/reproducible/</link><description>Recent content in Reproducible on Mi&amp;Bee Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>蓝宝石的傻话</managingEditor><lastBuildDate>Sat, 11 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.mickeyzzc.tech/en/tags/reproducible/rss.xml" rel="self" type="application/rss+xml"/><item><title>Code-Generated Promo Videos (4): ffmpeg Muxing, End-to-End Workflow &amp; Pitfall Cookbook</title><link>https://blog.mickeyzzc.tech/en/posts/aihelper/ai-video-audio-synthesis-4/</link><pubDate>Sat, 11 Jul 2026 00:00:00 +0000</pubDate><guid>https://blog.mickeyzzc.tech/en/posts/aihelper/ai-video-audio-synthesis-4/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;This is the final installment of the series. The previous three parts covered generating footage with Remotion, batch voiceover with edge-tts, and offline BGM synthesis with numpy. This part brings everything together: using &lt;strong&gt;ffmpeg filter_complex&lt;/strong&gt; to mux the silent video, 7 voice clips, and one BGM into the final export — along with the end-to-end workflow, a pitfall cookbook, and the underlying principles.&lt;/p&gt;
&lt;p&gt;After reading, you will understand:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Why &lt;code&gt;-c:v copy&lt;/code&gt; is much faster and lossless compared to re-encoding&lt;/li&gt;
&lt;li&gt;How to arrange multiple voice clips on a sequential timeline to avoid overlap&lt;/li&gt;
&lt;li&gt;The mathematical meaning of each filter in &lt;code&gt;filter_complex&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;How to batch-produce 6 language variants with one command&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="ffmpeg-muxing"&gt;ffmpeg Muxing&lt;/h2&gt;
&lt;h3 id="overall-approach"&gt;Overall Approach&lt;/h3&gt;
&lt;p&gt;The muxing stage has a simple job: pack three things into one MP4.&lt;/p&gt;</description></item></channel></rss>