proper tests

This commit is contained in:
2026-04-10 18:29:58 -03:00
parent e906b0a963
commit ea9dbf8772
16 changed files with 1077 additions and 15 deletions

View File

@@ -0,0 +1,38 @@
{
"duration_s": 30,
"interval_s": 5,
"num_scenes": 6,
"video_path": "/home/mariano/wdir/cht/tests/fixtures/test_scene_30s.mp4",
"scenes": [
{
"scene_index": 0,
"timestamp_s": 0,
"color_hex": "FF0000"
},
{
"scene_index": 1,
"timestamp_s": 5,
"color_hex": "0000FF"
},
{
"scene_index": 2,
"timestamp_s": 10,
"color_hex": "00FF00"
},
{
"scene_index": 3,
"timestamp_s": 15,
"color_hex": "FFFF00"
},
{
"scene_index": 4,
"timestamp_s": 20,
"color_hex": "FF00FF"
},
{
"scene_index": 5,
"timestamp_s": 25,
"color_hex": "00FFFF"
}
]
}