Hamendra Tyagi
Hamendra Tyagi

Reputation: 31

WaterMark, Logo and Thumbnail in Azure Media services V3

Just curious to know

How to implement Watermark, Logo and Thumbnail in Azure Media services V3? Can some please provide some sample code for same. Regards Hamendra

It works in Azure Media services V2

Upvotes: 0

Views: 402

Answers (2)

Anil Murching
Anil Murching

Reputation: 595

See this link for how to generate thumbnails as part of a Job. As pointed out in the other response, the v3 APIs do not support overlays of watermarks/logos.

Thanks

Upvotes: 1

DashleenBhandari-MSFT
DashleenBhandari-MSFT

Reputation: 651

Many of the advanced Media Services v2 features of the Media Encoder Standard are currently not available in v3. For more information, see feature gaps.

The v3 API has the following feature gaps with respect to the v2 API. Closing the gaps is work in progress. The Premium Encoder and the legacy media analytics processors (Azure Media Services Indexer 2 Preview, Face Redactor, etc.) are not accessible via v3. Customers who wish to migrate from the Media Indexer 1 or 2 preview can immediately use the AudioAnalyzer preset in the v3 API. This new preset contains more features than the older Media Indexer 1 or 2.

Many of the advanced features of the Media Encoder Standard in v2 APIs are currently not available in v3, such as:

  1. Stitching of Assets
  2. Overlays
  3. Cropping
  4. Thumbnail Sprites
  5. Inserting a silent audio track when input has no audio
  6. Inserting a video track when input has no video

Live Events with transcoding currently do not support Slate insertion mid-stream and ad marker insertion via API call.

Upvotes: 0

Related Questions