forked from surebert/docker-ffmpeg-service
-
Notifications
You must be signed in to change notification settings - Fork 24
/
extracted_images.json
27 lines (26 loc) · 979 Bytes
/
extracted_images.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"totalfiles": 5,
"description": "Extracted image files and URLs to download them. By default, downloading image also deletes the image from server. Note that port 3000 in the URL may not be the same as the real port, especially if server is running on Docker/Kubernetes.",
"files": [
{
"name": "ba0f565c-0001.png",
"url": "http://127.0.0.1:3000/video/extract/download/ba0f565c-0001.png"
},
{
"name": "ba0f565c-0002.png",
"url": "http://127.0.0.1:3000/video/extract/download/ba0f565c-0002.png"
},
{
"name": "ba0f565c-0003.png",
"url": "http://127.0.0.1:3000/video/extract/download/ba0f565c-0003.png"
},
{
"name": "ba0f565c-0004.png",
"url": "http://127.0.0.1:3000/video/extract/download/ba0f565c-0004.png"
},
{
"name": "ba0f565c-0005.png",
"url": "http://127.0.0.1:3000/video/extract/download/ba0f565c-0005.png"
}
]
}