Home
Softono
b

banuba

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
4

Software by banuba

ve-sdk-android-integration-sample
Open Source

ve-sdk-android-integration-sample

[![](https://www.banuba.com/hubfs/Banuba_November2018/Images/Banuba%20SDK.png)](https://www.banuba.com/video-editor-sdk) # Banuba Video Editor & Photo Editor SDKs - Android integration sample <p align="center"> <img src="mddocs/gif/camera_preview.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mddocs/gif/camera_pip.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mddocs/gif/audio_browser.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mddocs/gif/background_separation.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; </p> <p align="center"> <img src="mddocs/gif/PE_UI_retouch.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mddocs/gif/PE_UI_make.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mddocs/gif/PE_UI_overlays.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mddocs/gif/PE_UI_backdrops.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; </p> ## Overview [Banuba Video Editor SDK](https://www.banuba.com/video-editor-sdk) allows you to quickly add short video functionality and possibly AR filters and effects into your mobile app. [Banuba AR Photo Editor SDK](https://www.banuba.com/photo-editor-sdk) allows you to quickly add the photo editing capabilities to your app. ## Usage ### License Before you commit to a license, you are free to test all the features of the SDK for free. **The trial period lasts 14 days**. Send us a message to start the [Video Editor SDK trial](https://www.banuba.com/video-editor-sdk#form) | [Photo Editor SDK trial](https://www.banuba.com/photo-editor-sdk#form). We will get back to you with the trial token. ### Quickstart Integration Guide See the [Quickstart Guide](mddocs/quickstart.md) for complete integration steps, including: 1. Repository setup 2. License token [configuration](app/src/main/java/com/banuba/example/integrationapp/SampleApp.kt#L13) 3. Running the sample app ### Documentation Explore the full capabilities of our SDKs: - [Video Editor SDK](https://docs.banuba.com/ve-pe-sdk/docs/android/requirements-ve) - [Photo Editor SDK](https://docs.banuba.com/ve-pe-sdk/docs/android/requirements-pe) ### Support For questions about Video Editor or Photo Editor SDK, reach out to Banuba support service - [Video Editor SDK](https://www.banuba.com/faq/kb-tickets/new) - [Photo Editor SDK](https://www.banuba.com/support) ### Requirements - Kotlin 2.2+ or Java 17 - Android OS 8.0 or higher with Camera 2 API - OpenGL ES 3.0 (3.1 for Neural networks on GPU) - :white_check_mark: arm64-v8a , :white_check_mark: armv7, :exclamation: x86-64 limited support, :x: x86 - no support ### Supported media formats | Audio | Video | Images | |----------------------------------------| --------- | ----------- | | .aac, .mp3, .wav,<br>.ogg, .m4a, .flac |.mp4, .mov | .jpg, .gif, .heic, .png,<br>.nef, .cr2, .jpeg, .raf, .bmp|

Mobile Development
121 Github Stars
ve-sdk-ios-integration-sample
Open Source

ve-sdk-ios-integration-sample

[![](https://www.banuba.com/hubfs/Banuba_November2018/Images/Banuba%20SDK.png)](https://www.banuba.com/video-editor-sdk) # Banuba Video & Photo Editor SDKs - iOS integration sample <p align="center"> <img src="mdDocs/gif/camera_preview.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mdDocs/gif/pip_preview.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mdDocs/gif/audio_browser.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mdDocs/gif/gif_background.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; </p> <p align="center"> <img src="mdDocs/gif/PE_UI_retouch.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mdDocs/gif/PE_UI_make.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mdDocs/gif/PE_UI_overlays.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mdDocs/gif/PE_UI_backdrops.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; <img src="mdDocs/gif/PE_UI_text.gif" alt="Screenshot" width="19%" height="auto" class="docs-screenshot"/>&nbsp; </p> ## Overview [Banuba Video Editor SDK](https://www.banuba.com/video-editor-sdk) allows you to quickly add short video functionality and possibly AR filters and effects into your mobile app. [Banuba AR Photo Editor SDK](https://www.banuba.com/photo-editor-sdk) allows you to quickly add the photo editing capabilities to your app. ## Usage ### License Before you commit to a license, you are free to test all the features of the SDK for free. **The trial period lasts 14 days**. Send us a message to start the [Video Editor SDK trial](https://www.banuba.com/video-editor-sdk#form) | [Photo Editor SDK trial](https://www.banuba.com/photo-editor-sdk#form). We will get back to you with the trial token. ### Quickstart Integration Guide See the [Quickstart Guide](mdDocs/quickstart.md) for complete integration steps, including: 1. Repository setup 2. License token [configuration](Example/Example/AppDelegate.swift#L9) 3. Running the sample app ### Documentation Explore the full capabilities of our SDKs: - [Video Editor SDK](https://docs.banuba.com/ve-pe-sdk/docs/ios/requirements) - [Photo Editor SDK](https://docs.banuba.com/ve-pe-sdk/docs/ios/pe-requirements) ### Support For questions about Video Editor or Photo Editor SDK, reach out to Banuba support service - [Video Editor SDK](https://www.banuba.com/faq/kb-tickets/new) - [Photo Editor SDK](https://www.banuba.com/support) ## Requirements - iPhone devices 6s+ - Swift 5.9+ - Xcode 26.0+ - iOS 15.0+ <br> Unfortunately, the GUI isn't adapted for iPads. ## Supported media formats | Audio | Video | Images | | ---------- | --------- | ----------- | |.mp3, .aac, .wav, <br>.m4a, .flac, .aiff |.mp4, .mov, .m4v| .bmp, .gif, .heic, <br>.jpeg, .jpg, .png, .tiff

Mobile Development
104 Github Stars
ve-sdk-flutter-integration-sample
Open Source

ve-sdk-flutter-integration-sample

# Banuba Video and Photo Editor SDK - Flutter integration sample ## Overview [Banuba Video Editor SDK](https://www.banuba.com/video-editor-sdk) allows you to quickly add short video functionality and possibly AR filters and effects into your mobile app. [Banuba AR Photo Editor SDK](https://www.banuba.com/photo-editor-sdk) allows you to quickly add the photo editing capabilities to your app. The sample demonstrates how to integrate Video and Photo Editor SDK to [Flutter](https://flutter.dev/) project. ## Usage ### License Before you commit to a license, you are free to test all the features of the SDK for free. The trial period lasts 14 days. To start it, [send us a message](https://www.banuba.com/video-editor-sdk#form). We will get back to you with the trial token. ## Launch Set your Banuba license token [in the application](lib/main.dart#L43) ### Android 1. Run the app ```bash flutter run ``` 2. Integration guides: - [Video Editor](mddocs/quickstart_ve_android.md) - [Photo Editor](mddocs/quickstart_pe_android.md) ### iOS 1. Install CocoaPods dependencies ```bash cd ios pod install ``` 2. Configure signing - Open ios/Runner.xcworkspace in Xcode - Select the Runner target - Choose your Development Team in Signing & Capabilities 3. Run the app ```bash flutter run ``` 4. Integration guides - [Video Editor](mddocs/quickstart_ve_ios.md) - [Photo Editor](mddocs/quickstart_pe_ios.md) ## Documentation Explore the full capabilities of our SDKs: - [Video Editor SDK](https://docs.banuba.com/ve-pe-sdk/docs/android/requirements-ve) - [Photo Editor SDK](https://docs.banuba.com/ve-pe-sdk/docs/android/requirements-pe) ## Support For questions about Video Editor or Photo Editor SDK, reach out to Banuba support service - [Video Editor SDK](https://www.banuba.com/faq/kb-tickets/new) - [Photo Editor SDK](https://www.banuba.com/support) ## Dependencies | | Version | | --------- |:-------:| | Dart | 3.3.0 | | Flutter | 3.19.2 | | Android | 8.0+ | | iOS | 15.0+ |

JavaScript Libraries & Components Mobile Development
29 Github Stars
ve-sdk-react-native
Open Source

ve-sdk-react-native

# Banuba Video Editor React Native plugin ## Overview Build apps like TikTok and Videoshop faster with the Banuba [Video Editor SDK](https://www.banuba.com/video-editor-sdk-api-social-media-app) for React Native. With an extensive feature set, simple integration process, and user-friendly interface, it is a comprehensive toolkit that will bring your app to the level of industry giants. Its flexibility allows you to only pick the features that you need, optimizing the app’s download size and license costs. Banuba Video Editor React Native plugin offers [certain features that few competitors do](https://www.banuba.com/blog/best-video-editor-sdks-compared), including high-quality Face AR masks and AI video editing tools. Features: - Recording - Trimming & merging - Sound track editing - Hands-free mode - Transition effects - Color filters (LUTs) - Text, picture, and GIF overlays - 3D masks - Beauty effects - Picture-in-picture (Duets) - AR filters - AI clipping - AI video generation - AI subtitles - Royalty-free music library - Music provider integration And more Refer to the documentation for more details: - [Android](https://docs.banuba.com/ve-pe-sdk/docs/android/requirements-ve/) - [iOS](https://docs.banuba.com/ve-pe-sdk/docs/ios/requirements) Video Editor SDK **works offline**, and doesn’t send, store, or process any user information, making it **compliant with GDPR and other data protection regulations**. ## Usage ### License [Start a 14-day free trial](https://www.banuba.com/video-editor-sdk#form) and see how the Video Editor SDK React Native plugin works. No credit card information is needed. Feel free to [contact us](https://www.banuba.com/support) if you have any questions regarding this plugin. ## Installation Run in Terminal to install Video Editor React Native plugin ```sh npm install video-editor-react-native ``` ## Integration guide Please follow our [Integration Guide](mddocs/integration_guide.md) to complete full integration. ## Launch Set Banuba license token [within the app](example/src/App.tsx#L8) ### Android 1. Make sure variable ```ANDROID_SDK_ROOT``` is set in your environment or configure [sdk.dir](android/local.properties#1). 2. Run ```npm run android``` in Terminal to launch the sample app on a device or launch the app in IDE i.e. Intellij, VC, etc. ### iOS 1. Install CocoaPods dependencies. Open ```ios``` directory and run in terminal ```pod install```. 2. Open **Signing & Capabilities** tab in Target settings and select your Development Team. 3. Run ```npm run ios``` in Terminal to launch the sample on a device or launch the app in IDE i.e. XCode, Intellij, VC, etc. ## Dependencies | | Version | |--------------|:-------:| | Yarn | 3.6.1 | | React Native | 0.83.0 | | Android | 8.0+ | | iOS | 15.0+ |

Mobile Development
11 Github Stars