import { SceneData } from './types'; // Auto-generated from Whisper timestamps // Generated at: 2026-03-17T11:26:56.458Z export const scenes: SceneData[] = [ { "start": 0, "end": 7.662, "type": "title", "title": "Open close o video generator文本转专业短视频的完整解决方案", "xiaomo": "peek" }, { "start": 7.662, "end": 9.8, "type": "content", "title": "你是否还在为视频制作发愁", "xiaomo": "point" }, { "start": 9.8, "end": 16.037, "type": "content", "title": "录音剪辑佩斯木加特效,每条视频2到3小时,外包成本高达200到500元", "xiaomo": "point" }, { "start": 16.037, "end": 33.855, "type": "emphasis", "title": "批量生产想都不敢想,现在有了open core video generator,从文本到视频,三分钟自动完成,支持OpenAI either阿里云、腾讯云四大TTS提供商自动容错切换,成功率99.9%", "highlight": "AI", "xiaomo": "think" }, { "start": 33.855, "end": 39.379, "type": "content", "title": "使用viper ASR提取逐字时间戳,音画同步误差小于50毫秒", "xiaomo": "point" }, { "start": 39.379, "end": 45.972, "type": "end", "title": "专业级质量智能识别6种场景类型标题强调痛点,内容列表,结尾自动应用赛博风格", "xiaomo": "wave" } ]; // Video metadata export const videoConfig = { fps: 30, width: 1080, height: 1920, // Vertical video for 视频号 durationInFrames: 1380, // 45.97 seconds * 30 fps audioPath: 'promo-60s.mp3', // Audio file path (relative to public/) };