mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-30 22:18:02 +00:00
Add video preview information (#869)
This commit is contained in:
parent
3069ada411
commit
2a92231e82
@ -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)
|
BIN
docs/img/hyperdatasets/video_preview.png
Normal file
BIN
docs/img/hyperdatasets/video_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 336 KiB |
Loading…
Reference in New Issue
Block a user