mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 23:03:09 +00:00
14 lines
490 B
JSON
14 lines
490 B
JSON
{
|
|
"name": "chrome-screenshot-bottom-edge",
|
|
"description": "Regression guard for screenshot capture leaking page background into the bottom of a viewport-sized MP4. The composition paints a red page background below full-frame content so any bottom-edge capture gap collapses PSNR.",
|
|
"tags": ["regression", "screenshot", "edge"],
|
|
"minPsnr": 30,
|
|
"maxFrameFailures": 0,
|
|
"minAudioCorrelation": 0,
|
|
"maxAudioLagWindows": 1,
|
|
"renderConfig": {
|
|
"fps": 12,
|
|
"workers": 1
|
|
}
|
|
}
|