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:
Nauman Arif 2022-10-09 16:27:21 +05:00 committed by GitHub
parent edcd7e9b12
commit f8f7286bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,