- The basic coverage of the second clap, Mei Pat, quick and so on video editing most features.
- 44 filters are added, which basically cover the filter effects in most apps on the market.
- Can implement video and video, video and graphics, video and overlay your UI interface.
- In the process of overlay: Support any time point of join, hide, show, exit. Supports simultaneous acquisition of media for arbitrary overlay, supports various adjustments in the overlay process, and supports real-time saving.
- The image and picture can be superimposed to achieve the effect of merging multiple images into an album.
- Can be achieved when the video playback, the finger slide screen, that appears an arrow, to the real-time labeling. We will give an example of the feature of graffiti later.
- Supports sound blending and volume adjustment.
- We are completely in the form of API, stable and reliable, easy to use, you can according to the project's personalized and arbitrary play.
Core architecture
- We designed the Isprite class to enable rotation, scaling, panning, rgba value adjustment, hide/show functions, and you can think of Android-like controls that inherit from view. *
- We designed the Mediapool architecture so you can use it like handler in Threadpool,android. Get a isprite, release a isprite, is a "media pool"
- The current inheritance isprite are: videosprite,bitmapsprite,filtersprite,viewsprite;
Videosprite: Processing video footage, you can get multiple from the Mediapool "media pool", get surface from it, set it to your player, and perform various editing functions during playback, such as you can get two videosprite simultaneously, one to display , and the other is to adjust the transparency to the zero superposition to achieve a transparent overlay effect
Filtersprite: Handles video filters, works like Videosprite, and supports 44 video filters, you can change any filter effect in your video playback, or you can add additional isprite during the filter process to achieve your personal results.
Bitmapsprite: Processing pictures, you can get multiple from the Mediapool "media pool", can be used alone, to generate photo albums, but also with other isprite mixed, to show the effect of the pattern.
Viewsprite: Handle your design UI, such as you can associate a TextView, add text from TextView to video, or associate a cool UI effect that you've designed, like a linearlayout, A relativelayout and so on. To synthesize the video, we will continue to add a variety of examples later, of course, you can also be free to play.
This SDK adopts for the fee authorization, the company nature cooperation, for your project to carry on better, welcome to contact with us. Thank you!
:
- Https://github.com/LanSoSdk/LanSoEditor_advance
We have basic video editing to facilitate the basic needs of your project:
- Https://github.com/LanSoSdk/LanSoEditor_common
Direct download to get APK:
After downloading the entire project, there is an APK under the bin file, which can be demonstrated directly after installation.
Advanced version of Android platform video editing