mirror of
https://github.com/c0decracker/video-splitter.git
synced 2026-07-17 16:34:54 +00:00
adding sample json file for manifest
now that I finally tried it myself :)
This commit is contained in:
parent
eb592d3912
commit
c7b79d0ab2
1 changed files with 12 additions and 0 deletions
12
manifest-sample.json
Normal file
12
manifest-sample.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"start_time": 0,
|
||||
"length": 34,
|
||||
"rename_to": "video1"
|
||||
},
|
||||
{
|
||||
"start_time": 35,
|
||||
"length": 22,
|
||||
"rename_to": "video2.mp4"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue