Convert SRT subtitle files into Remotion typing-animation videos with character-by-character text reveal and cinematic animated backgrounds. Use when the user wants a typewriter subtitle effect, SRT-to-video conversion, animated captions, or a Remotion project generated from subtitle files.
将 .srt 字幕文件一键转化为 Remotion (React) 视频项目,生成带有"逐字打字机"特效 + 科幻星空背景的精美视频。
用户提供:
.srt 字幕文件(标准 SRT 格式)1920x1080(横版,默认) 或 1080x1920(竖版/短视频)starfield(默认星空) / gradient(纯渐变) / custom(用户自定义)slow(8帧/字) / normal(5帧/字,默认) / fast(3帧/字)将 SRT 文件解析为时间轴数据结构:
interface SubtitleSegment {
index: number;
startTime: number; // in seconds
endTime: number; // in seconds
text: string;
}
SRT 格式示例:
1