Add video preview information (#869)

This commit is contained in:
pollfly 2024-07-02 12:40:50 +03:00 committed by GitHub
parent 3069ada411
commit 2a92231e82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -2,11 +2,11 @@
title: Previews
---
A `preview` is a dictionary containing metadata for optional thumbnail images that can be used in the ClearML Enterprise
WebApp (UI) to view selected images in a Dataset. `previews` includes the `uri` of the thumbnail image.
A `preview` is a dictionary containing metadata for optional thumbnail images or videos that can be used in the ClearML Enterprise
WebApp (UI) to view selected content in a Dataset. `previews` includes the `uri` of the thumbnail image or video.
Previews are not mandatory. Their primary use is to view images with formats that cannot be displayed in a web browser
(such as TIFF and 3D formats).
(such as TIFF and 3D formats).
## Example
@ -88,7 +88,10 @@ The following is an example of preview metadata.
</Collapsible>
Here's an example of Previews in the ClearML Enterprise WebApp (UI). Each thumbnail is a Preview.
Here's an example of Previews in the ClearML Enterprise WebApp (UI). Each thumbnail is a Preview:
![Previews](../img/hyperdatasets/web-app/dataset_versions.png)
If the preview's `uri` is for a video, the thumbnail will display the video with video controls:
![Video previews](../img/hyperdatasets/video_preview.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB