You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This part of the migration guidance gives you detailed information about the
25
-
differences between the V2 and V3 APIs.
24
+
This part of the migration guidance gives you detailed information about the differences between the V2 and V3 APIs.
26
25
27
26
## Feature gaps between V2 and V3 APIs
28
27
29
28
The V3 API has the following feature gaps with the V2 API. A couple
30
-
of the advanced features of the Media Encoder Standard in V2 APIs are currently
31
-
not available in V3:
29
+
of the advanced features of the Media Encoder Standard in V2 APIs are currently not available in V3:
32
30
33
-
- Inserting a silent audio track when input has no audio, as this is no longer required with the Azure Media Player.
31
+
- Inserting a silent audio track when input has no audio or inserting a monochrome video track when input has no video, as this is no longer required with the Azure Media Player.
34
32
35
33
- Inserting a video track when input has no video.
36
34
35
+
- The `InsertBlackIfNoVideoBottomLayerOnly` and `InsertBlackIfNoVideo` flags are no longer supported in v3.
36
+
37
37
- Live Events with transcoding currently don't support Slate insertion mid-stream and ad marker insertion via API call.
38
38
39
39
- Azure Media Premium Encoder will no longer be supported in V2. If you're using it for 8-bit HEVC encoding, use the new HEVC support in the Standard Encoder.
@@ -44,7 +44,7 @@ not available in V3:
44
44
45
45
- In Media Services V3, FairPlay IV cannot be specified. While it doesn't impact customers using Media Services for both packaging and license delivery, it can be an issue when using a third-party DRM system to deliver the FairPlay licenses (hybrid mode).
46
46
47
-
- Client-side storage encryption for protection of assets at rest has been removed in the V3 API and replaced by storage service encryption for data at rest. The V3 APIs continue to work with existing storageencrypted assets but won't allow creation of new ones.
47
+
- Client-side storage encryption for protection of assets at rest has been removed in the V3 API and replaced by storage service encryption for data at rest. The V3 APIs continue to work with existing storage-encrypted assets but won't allow creation of new ones.
0 commit comments