Released on March 15, 2022

<aside> ‼️ This release requires prior migration to 1.21.0

</aside>

<aside> ‼️ Old cover screen is now deprecated. The new version, that is from release since 16: link.

</aside>

List of changes

  1. Pinch to change trimmer scale.

    scale timeline.gif

  2. VE analytics is now available to every customer! You can see the following data in the export:

    1. exported video duration in seconds
    2. effects used
    3. resolution
    4. number of clips used on the resulting video
    5. camera / gallery video
  3. QHD support. You can now record and export videos in 2560x1440

  4. Main bug fixes:

Dependencies

SwiftPackageManager

Important: Sample integration of SPM and VideoEditor is in spm branch

Please, refer to VideoEditor SDK SPM guide.

CocoaPods

Below is Podfile for 1.22.0 release (FaceAR mode is enabled)

source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '11.0'
use_frameworks!

target 'Example' do
  pod 'BanubaARCloudSDK', '1.22.0' #optional
  pod 'BanubaVideoEditorSDK', '1.22.0'
  pod 'BanubaAudioBrowserSDK', '1.22.0' #optional
  pod 'BanubaMusicEditorSDK', '1.22.0'
  pod 'BanubaOverlayEditorSDK', '1.22.0'
  pod 'BanubaEffectPlayer', '1.22.0' #optional
  pod 'BanubaSDK', '1.22.0' #optional
  pod 'BanubaSDKSimple', '1.22.0'
  pod 'BanubaSDKServicing', '1.22.0'
  pod 'VideoEditor', '1.22.0'
  pod 'BanubaUtilities', '1.22.0'
  pod 'BanubaVideoEditorGallerySDK', '1.22.0' #optional
  pod 'BanubaLicenseServicingSDK', '1.22.0'
  pod 'BanubaVideoEditorTrimSDK', '1.22.0'
  pod 'BanubaTokenStorageSDK', '1.22.0' #optional
  pod 'BNBLicenseUtils', '1.22.0'
	pod 'VEExportSDK', '1.22.0'
	pod 'VEEffectsSDK', '1.22.0'
	pod 'VEPlaybackSDK', '1.22.0'
end

Below is Podfile for 1.22.0 release (FaceAR mode is disabled)

source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '11.0'
use_frameworks!

target 'Example' do
  pod 'BanubaARCloudSDK', '1.22.0' #optional
  pod 'BanubaVideoEditorSDK', '1.22.0'
  pod 'BanubaAudioBrowserSDK', '1.22.0' #optional
  pod 'BanubaMusicEditorSDK', '1.22.0'
  pod 'BanubaOverlayEditorSDK', '1.22.0'
  pod 'BanubaSDKSimple', '1.22.0'
  pod 'BanubaSDKServicing', '1.22.0'
  pod 'VideoEditor', '1.22.0'
  pod 'BanubaUtilities', '1.22.0'
  pod 'BanubaVideoEditorGallerySDK', '1.22.0' #optional
  pod 'BanubaVideoEditorTrimSDK', '1.22.0'
  pod 'BanubaLicenseServicingSDK', '1.22.0'
  pod 'BanubaTokenStorageSDK', '1.22.0' #optional
  pod 'BNBLicenseUtils', '1.22.0'
	pod 'VEExportSDK', '1.22.0'
	pod 'VEEffectsSDK', '1.22.0'
	pod 'VEPlaybackSDK', '1.22.0'
end

Requirements