Updates on the integrated retouching effects of ApsaraVideo MediaBox SDK V6.7.0

更新时间:
复制 MD 格式

ApsaraVideo MediaBox SDK V6.7.0 restructures the integrated retouching effects to deliver more professional and reliable audio and video processing across different scenarios.

ApsaraVideo MediaBox SDK V6.7.0 and later

Note

Starting from V6.7.0, ApsaraVideo MediaBox SDK separates advanced retouching effects from the all-in-one SDKs and retains only the following basic retouching effects: skin whitening, skin smoothing, image sharpening, rosy cheeks, and filters.

Package name

SDK

Feature

AliVCSDK_Standard

Standard all-in-one SDK

Player, real-time streaming (RTS), live streaming, short video, real-time communication (RTC) co-streaming, and basic retouching

AliVCSDK_UGC

Short video SDK

Player, short video, and basic retouching

AliVCSDK_BasicLive

Basic live streaming SDK

Player, stream ingest, RTS, and basic retouching

AliVCSDK_InteractiveLive

Interactive streaming SDK

Player, RTS, stream ingest, RTC co-streaming, and basic retouching

To use advanced retouching effects such as eye-bag removal, laugh line removal, eye widening, face thinning, makeup, hairdressing, image matting, and gestures, integrate Queen SDK alongside ApsaraVideo MediaBox SDK. For more information, see Queen SDK Overview.

  • Android

    # All-in-one SDK package
    com.aliyun.aio:AliVCSDK_Standard:6.7.0
    # Advanced retouching effects. For more information, see Queen SDK Overview.
    com.aliyun.maliang.android:queen:6.7.0-official-pro
  • iOS

    # All-in-one SDK package
    pod 'AliVCSDK_Standard', '6.7.0'
    # Advanced retouching effects. For more information, see Queen SDK Overview.
    pod 'Queen', '6.7.0-official-pro'

ApsaraVideo MediaBox SDK V6.6.0 and earlier

Package name

SDK

Feature

AliVCSDK_Standard

Standard all-in-one SDK

Player, RTS, live streaming, short video, and RTC co-streaming

AliVCSDK_Premium

Advanced all-in-one SDK

Player, RTS, live streaming, short video, RTC co-streaming, and advanced retouching

AliVCSDK_UGC

Short video SDK

Player and short video

AliVCSDK_UGCPro

Short video SDK and advanced retouching

Player, short video, and advanced retouching

AliVCSDK_BasicLive

Basic live streaming SDK

Player, stream ingest, and RTS

AliVCSDK_StandardLive

Basic live streaming SDK and advanced retouching

Player, stream ingest, RTS, and advanced retouching

AliVCSDK_InteractiveLive

Interactive streaming SDK

Player, RTS, stream ingest, and RTC co-streaming

AliVCSDK_PremiumLive

Interactive streaming SDK and advanced retouching

Player, RTS, stream ingest, RTC co-streaming, and advanced retouching

Update ApsaraVideo MediaBox SDK

To update from ApsaraVideo MediaBox SDK V6.6.0 or earlier to V6.7.0 or later, use the following methods:

  • If your ApsaraVideo MediaBox SDK supports advanced retouching effects, use the packages in the following table.

    V6.6.0 package name

    V6.7.0 package name

    AliVCSDK_Premium

    AliVCSDK_Standard + Queen

    AliVCSDK_UGCPro

    AliVCSDK_UGC + Queen

    AliVCSDK_StandardLive

    AliVCSDK_BasicLive + Queen

    AliVCSDK_PremiumLive

    AliVCSDK_InteractiveLive + Queen

  • If your current SDK does not support advanced retouching effects, follow the regular update process. You can also integrate Queen SDK based on your business requirements.