release: opensource snapshot 2026-02-27 19:25:00

This commit is contained in:
saturn
2026-02-27 19:25:00 +08:00
commit 5de9622c8b
1055 changed files with 164772 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"clip_id": "clip_1",
"original_text": "Lena enters the hall and speaks to Victor.",
"scenes": [
{
"scene_number": 1,
"heading": {
"int_ext": "INT",
"location": "grand_hall_night",
"time": "night"
},
"description": "A large hall lit by chandeliers with long shadows on the floor.",
"characters": ["Lena", "Victor"],
"content": [
{
"type": "action",
"text": "Lena steps forward and places the sealed letter on the table."
},
{
"type": "dialogue",
"character": "Lena",
"parenthetical": "firmly",
"lines": "You need to read this now."
},
{
"type": "voiceover",
"character": "Narrator",
"text": "The room holds its breath."
}
]
}
]
}

View File

@@ -0,0 +1,16 @@
[
{
"start": "The morning bell rings across the old town square.",
"end": "She silently folds the letter and walks away.",
"summary": "A tense reunion begins in the square.",
"location": "town_square_day",
"characters": ["Lena", "Victor"]
},
{
"start": "At dusk, the alley lights flicker one by one.",
"end": "The door clicks shut behind them.",
"summary": "They move into a hidden back alley.",
"location": "old_alley_evening",
"characters": ["Lena", "Victor", "Guard"]
}
]

View File

@@ -0,0 +1,31 @@
[
{
"panel_number": 1,
"description": "Wide shot of Lena entering the hall while Victor stands near the far table.",
"characters": [
{ "name": "Lena", "appearance": "default" },
{ "name": "Victor", "appearance": "formal" }
],
"location": "grand_hall_night",
"scene_type": "daily",
"source_text": "Lena enters the hall and speaks to Victor.",
"shot_type": "wide shot",
"camera_move": "slow push in",
"video_prompt": "A woman walks into a grand hall and approaches a man at a long table.",
"duration": 3
},
{
"panel_number": 2,
"description": "Medium close-up of Lena placing a sealed letter on the table.",
"characters": [
{ "name": "Lena", "appearance": "default" }
],
"location": "grand_hall_night",
"scene_type": "emotion",
"source_text": "She places the letter in front of him.",
"shot_type": "medium close-up",
"camera_move": "static",
"video_prompt": "A young woman puts a sealed envelope on a wooden table.",
"duration": 2
}
]

View File

@@ -0,0 +1,22 @@
[
{
"lineIndex": 1,
"speaker": "Lena",
"content": "You need to read this now.",
"emotionStrength": 0.28,
"matchedPanel": {
"storyboardId": "sb_1",
"panelIndex": 1
}
},
{
"lineIndex": 2,
"speaker": "Victor",
"content": "Where did you get this letter?",
"emotionStrength": 0.22,
"matchedPanel": {
"storyboardId": "sb_1",
"panelIndex": 2
}
}
]