Video
Video Embedding
Generate vector embeddings for video content
Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.
Input
Enter a URL to a video file
Drag and drop a video file here, or click to browse
The embedding model to use. Default: video-embedder-v2
Size of the embedding vector. Default: 512
Duration of each segment in seconds. Default: 1
Whether to include global video embedding. Default: true
Output
{
"global_embedding": [
0.124,
-0.097,
0.532,
0.022,
"..."
],
"segment_embeddings": [
{
"start": 0,
"end": 30,
"embedding": [
0.135,
-0.082,
0.491,
"..."
]
},
{
"start": 30,
"end": 60,
"embedding": [
0.142,
-0.105,
0.512,
"..."
]
}
],
"dimensions": 1024,
"model": "video_encoder_v2"
}Ready to run Video Embedding on your data? Spin it up in Studio — no infra to host.
Run this in StudioAlready have embeddings? Skip extraction — search your own vectors with MVS. First 1M vectors free.
Try MVS →