diff --git a/app/services/prompts/documentary/frame_analysis.py b/app/services/prompts/documentary/frame_analysis.py
index ec1c478..44f0eac 100644
--- a/app/services/prompts/documentary/frame_analysis.py
+++ b/app/services/prompts/documentary/frame_analysis.py
@@ -46,19 +46,19 @@ ${custom_instructions}
请按照以下JSON格式输出分析结果:
-{{
+{
"analysis": [
- {{
+ {
"timestamp": "00:00:05,390",
"picture": "详细的画面描述,包括场景、人物、物体、动作等",
"scene_type": "场景类型(如:建造、准备、完成等)",
"key_elements": ["关键元素1", "关键元素2"],
"visual_quality": "画面质量描述(构图、光线、色彩等)"
- }}
+ }
],
"summary": "整体视频内容概述",
"total_frames": "分析的帧数"
-}}
+}
重要要求:
1. 只输出JSON格式,不要添加任何其他文字或代码块标记
diff --git a/app/services/prompts/documentary/narration_generation.py b/app/services/prompts/documentary/narration_generation.py
index 81eb24a..ab9e1c6 100644
--- a/app/services/prompts/documentary/narration_generation.py
+++ b/app/services/prompts/documentary/narration_generation.py
@@ -59,16 +59,16 @@ ${video_frame_description}
我正在尝试做这个内容的解说纪录片视频,我需要你以 中的内容为解说目标,根据我刚才提供给你的对标文案特点,以及你总结的特点,帮我生成一段关于荒野建造的解说文案,文案需要符合平台受欢迎的解说风格,请使用 json 格式进行输出;使用