adding sample json file for manifest

now that I finally tried it myself :)
This commit is contained in:
Alex Natskovich 2026-04-24 17:20:14 -07:00
parent eb592d3912
commit c7b79d0ab2

12
manifest-sample.json Normal file
View file

@ -0,0 +1,12 @@
[
{
"start_time": 0,
"length": 34,
"rename_to": "video1"
},
{
"start_time": 35,
"length": 22,
"rename_to": "video2.mp4"
}
]