<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Remotion on Mi&amp;Bee Blog</title><link>https://blog.mickeyzzc.tech/en/tags/remotion/</link><description>Recent content in Remotion 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/remotion/rss.xml" rel="self" type="application/rss+xml"/><item><title>Code-Generated Promo Videos (1): Tech Stack Overview &amp; Remotion Footage</title><link>https://blog.mickeyzzc.tech/en/posts/aihelper/ai-video-audio-synthesis-1/</link><pubDate>Sat, 11 Jul 2026 00:00:00 +0000</pubDate><guid>https://blog.mickeyzzc.tech/en/posts/aihelper/ai-video-audio-synthesis-1/</guid><description>&lt;p&gt;This article is based on hands-on experience from the MiBee NVR open-source 45-second promo video project. You will learn how to &lt;strong&gt;generate video footage by code&lt;/strong&gt; (Remotion), &lt;strong&gt;produce AI voiceovers&lt;/strong&gt; (edge-tts), &lt;strong&gt;synthesize BGM offline&lt;/strong&gt; (numpy), and &lt;strong&gt;mux everything into a final video&lt;/strong&gt; with ffmpeg. All steps are ready to follow.&lt;/p&gt;
&lt;h2 id="what-this-technology-does"&gt;What This Technology Does&lt;/h2&gt;
&lt;p&gt;A multilingual promo project consists of three independent production stages, finally muxed by ffmpeg:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Stage&lt;/th&gt;
					&lt;th&gt;Tool&lt;/th&gt;
					&lt;th&gt;Output&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Footage&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;Remotion&lt;/strong&gt; (React-based video)&lt;/td&gt;
					&lt;td&gt;Silent MP4&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Voiceover&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;edge-tts&lt;/strong&gt; (Microsoft free TTS)&lt;/td&gt;
					&lt;td&gt;MP3 per clip&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;BGM&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;numpy&lt;/strong&gt; offline synthesis&lt;/td&gt;
					&lt;td&gt;WAV file&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Muxing&lt;/td&gt;
					&lt;td&gt;&lt;strong&gt;ffmpeg&lt;/strong&gt; filter_complex&lt;/td&gt;
					&lt;td&gt;Final MP4 (video + voice + BGM)&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The overall pipeline looks like this:&lt;/p&gt;</description></item></channel></rss>