mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-09 12:00:26 +00:00
* fix: offset nested template video timing * test(producer): cover nested sequential video render * fix: share canonical nested media timing
14 lines
646 B
JSON
14 lines
646 B
JSON
{
|
|
"name": "Later nested template video stays visible",
|
|
"description": "Two template-mounted hosts play sequentially, and each template owns a scene-local video with data-start=0 that reads its half of one generated source. Before the fix, producer capture evaluated the later video's start against root time without its host offset, hid it for the entire second host window, and rendered black instead of the generated green half.",
|
|
"tags": ["video", "sub-composition", "regression"],
|
|
"minPsnr": 25,
|
|
"maxFrameFailures": 2,
|
|
"minAudioCorrelation": 0,
|
|
"maxAudioLagWindows": 1,
|
|
"renderConfig": {
|
|
"fps": 24,
|
|
"workers": 1
|
|
}
|
|
}
|