Skip to content

Commit 8f1cdeb

Browse files
committed
add video ret deprecation notice
1 parent 0691453 commit 8f1cdeb

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

articles/ai-services/computer-vision/how-to/video-retrieval.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.author: pafarley
1616

1717
# Do video retrieval using vectorization (version 4.0 preview)
1818

19+
[!INCLUDE [video-retrieval-deprecation](../includes/video-retrieval-deprecation.md)]
20+
1921
Azure AI Video Retrieval APIs are part of Azure AI Vision and enable developers to create a media index, add documents (videos and images) to it, and search it with natural language. Developers can define metadata schemas for each index and ingest metadata to the service to help with retrieval. Developers can also specify which features to extract from the index (vision, speech) and filter their search based on features.
2022

2123
## Prerequisites
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Video retrieval deprecation notice
3+
titleSuffix: Azure AI services
4+
#services: cognitive-services
5+
author: PatrickFarley
6+
manager: nitinme
7+
ms.service: azure-ai-vision
8+
ms.topic: include
9+
ms.date: 03/21/2025
10+
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
11+
ms.author: pafarley
12+
---
13+
14+
> [!IMPORTANT]
15+
> On 30 June 2025, Azure AI Vision Video Retrieval will be retired. The decision to retire this feature is part of our ongoing effort to improve and simplify and improve the features offered for video processing. Migrate to Azure AI Content Understanding and Azure AI Search to benefit from their additional capabilities.
16+
>
17+
> **Video processing: Video Retrieval vs Azure AI Content Understanding**
18+
>
19+
>|Feature | Video Retrieval for video description | Azure AI Content Understanding|
20+
>|---|---|---|
21+
Video Length Supported|Optimized for short videos, up to ~3 minutes|Supports short & long videos, up to 4 hours|
22+
>|Frame Processing|Up to 20 frames|Batch processing, sampling shot-by-shot sampled across entire video|
23+
>|Content Extraction Pre-Processing|Transcription|Transcription, Shot identification, Face grouping|
24+
>|Structured Output Support|Not supported|Supports schema-conforming structured outputs|
25+
>|Data types|Video supported|Video, images, documents, and speech supported|
26+
>|Pricing|Variable Token-based|Fixed cost per minute of video processed|
27+
>
28+
> To migrate to Content Understanding for video summaries and descriptions, we'd recommend reviewing the [Azure AI Content Understanding](/azure/ai-services/content-understanding/video/overview) documentation.
29+
>
30+
>
31+
> **Video Search: Video Retrieval vs. Azure AI Search and Content Understanding**
32+
>
33+
>|Feature | Video Retrieval for video search | Azure AI Search and Content Understanding|
34+
>|---|---|---|
35+
|Visual Embedding type|Frame-based Image Embeddings|Video description text embeddings|
36+
|Content Extraction Pre-Processing|Transcription, OCR|Transcription, Shot identification, Face grouping|
37+
|People & Object search support|Strong support|Strong support|
38+
|Action and Event support|Limited|Strong support|
39+
|Customization|None|Content Understanding analyzer can be customized to focus using the fields and field descriptions|
40+
>
41+
> To start building the search use case with Content Understanding, we recommend starting with this [sample](https://aka.ms/Content-Understanding-Video-Search) which shows how to use Azure AI Search to search videos.
42+
>
43+
> To avoid service disruptions, migrate by 30 June 2025.
44+

articles/ai-services/computer-vision/intro-to-spatial-analysis-public-preview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Spatial Analysis can also be configured to detect if a person is wearing a prote
5353

5454
## Video Retrieval
5555

56+
[!INCLUDE [video-retrieval-deprecation](includes/video-retrieval-deprecation.md)]
57+
5658
Video Retrieval is a service that lets you create a search index, add documents (videos and images) to it, and search with natural language. Developers can define metadata schemas for each index and ingest metadata to the service to help with retrieval. Developers can also specify what features to extract from the index (vision, speech) and filter their search based on features.
5759

5860
> [!div class="nextstepaction"]

articles/ai-services/computer-vision/reference-video-search.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.author: pafarley
1616

1717
# Video Retrieval API reference
1818

19+
[!INCLUDE [video-retrieval-deprecation](includes/video-retrieval-deprecation.md)]
20+
1921
## Authentication
2022

2123
Include the following headers when making a call to any API in this document.

0 commit comments

Comments
 (0)