Skip to content

Commit e70bb94

Browse files
authored
Update scenes-shots-keyframes.md
1 parent 9ea5593 commit e70bb94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/media-services/video-indexer/scenes-shots-keyframes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ Video Indexer determines when a shot changes in the video based on visual cues,
3434

3535
Selects the frame(s) that best represent the shot. Keyframes are the representative frames selected from the entire video based on aesthetic properties (for example, contrast and stableness). Video Indexer retrieves a list of keyframe IDs as part of the shot's metadata, based on which customers can extract the keyframe thumbnail.
3636

37-
## Extracting Keyframes
37+
### Extracting Keyframes
3838

3939
To extract high-resolution keyframes for your video, you must first upload and index the video.
4040

4141
![Keyframes](./media/scenes-shots-keyframes/extracting-keyframes.png)
4242

43-
### With the Video Indexer website
43+
#### With the Video Indexer website
4444

4545
To extract keyframes using the Video Indexer website, upload and index your video. Once the indexing job is complete, click on the **Download** button and select **Artifacts (ZIP)**. This will download the artifacts folder to your computer.
4646

4747
![Keyframes](./media/scenes-shots-keyframes/extracting-keyframes2.png)
4848

4949
Unzip and open the folder. In the *_KeyframeThumbnail* folder, and you will find all of the keyframes that were extracted from your video.
5050

51-
### With the Video Indexer API
51+
#### With the Video Indexer API
5252

5353
To get keyframes using the Video Indexer API, upload and index your video using the [Upload Video](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Upload-Video?) call. Once the indexing job is complete, call [Get Video Index](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Video-Index?). This will give you all of the insights that Video Indexer extracted from your content in a JSON file.
5454

0 commit comments

Comments
 (0)