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>
Pinch to change trimmer scale.
VE analytics is now available to every customer! You can see the following data in the export:
QHD support. You can now record and export videos in 2560x1440
Main bug fixes:
Important: Sample integration of SPM and VideoEditor is in spm branch
Please, refer to VideoEditor SDK SPM guide.
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