feat: bootstrap commercial AI drama platform
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"schema": "ai-drama-platform.edit-list.v1",
|
||||
"episodeId": "E01",
|
||||
"frameRate": 24,
|
||||
"clips": [
|
||||
{
|
||||
"order": 1,
|
||||
"shotId": "shot-01",
|
||||
"sourceVideo": "shots/shot-01/shot-01.mp4",
|
||||
"durationSec": 6,
|
||||
"audioTracks": [
|
||||
"voices/chen_yu/line_001.wav",
|
||||
"voices/tang_xia/line_002.wav"
|
||||
],
|
||||
"subtitleSource": "voices/shot-01.srt",
|
||||
"transition": "insert-bridge-shot",
|
||||
"qaRequiredBeforeEdit": [
|
||||
"single-frame",
|
||||
"continuity-lock",
|
||||
"voice-subtitle-asr",
|
||||
"clip-bridge"
|
||||
]
|
||||
},
|
||||
{
|
||||
"order": 2,
|
||||
"shotId": "shot-02",
|
||||
"sourceVideo": "shots/shot-02/shot-02.mp4",
|
||||
"durationSec": 6,
|
||||
"audioTracks": [
|
||||
"voices/chen_yu/line_003.wav",
|
||||
"voices/tang_xia/line_004.wav"
|
||||
],
|
||||
"subtitleSource": "voices/shot-02.srt",
|
||||
"transition": "match-last-frame",
|
||||
"qaRequiredBeforeEdit": [
|
||||
"single-frame",
|
||||
"continuity-lock",
|
||||
"voice-subtitle-asr",
|
||||
"clip-bridge"
|
||||
]
|
||||
},
|
||||
{
|
||||
"order": 3,
|
||||
"shotId": "shot-03",
|
||||
"sourceVideo": "shots/shot-03/shot-03.mp4",
|
||||
"durationSec": 6,
|
||||
"audioTracks": [
|
||||
"voices/tang_xia/line_005.wav",
|
||||
"voices/chen_yu/line_006.wav"
|
||||
],
|
||||
"subtitleSource": "voices/shot-03.srt",
|
||||
"transition": "match-last-frame",
|
||||
"qaRequiredBeforeEdit": [
|
||||
"single-frame",
|
||||
"continuity-lock",
|
||||
"voice-subtitle-asr",
|
||||
"clip-bridge"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user