mirror of
https://github.com/c0decracker/video-splitter.git
synced 2026-01-23 02:24:16 +00:00
Add file format to a video file name
Adds ".mp4" to the output filename "video1" in the manifest.json example.
This commit is contained in:
parent
edcd7e9b12
commit
f8f7286bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ In order to create unequal chunks of a video, you'll need to create ***manifest.
|
|||
{
|
||||
"start_time": 0,
|
||||
"length": 34,
|
||||
"rename_to": "video1"
|
||||
"rename_to": "video1.mp4"
|
||||
},
|
||||
{
|
||||
"start_time": 35,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue