Posted by Caren Chang – Developer Relations Engineer
The Jetpack Media3 library allows Android apps to construct top quality media apps. As a part of the Media3 library, the Transformer module goals to supply straightforward to make use of, dependable, and performant APIs for transcoding and enhancing media.
For instance, apps can use Transformer to use enhancing operations similar to trimming an extended piece of media file, or making use of results to video tracks. Transformer will also be used to transform media information from one format to a different, similar to adjusting the decision or encoding of the media file.
Creating Transformer APIs
As a part of the method to introduce new APIs, our engineering group works intently with Google apps similar to Google Photographs to check and experiment the brand new APIs. Experimental flags are first launched to allow efficiency enhancements. As soon as the outcomes are profitable and conclusive, these experimental options are then constructed into the default API implementations or promoted to public APIs for all apps to make use of. This method permits Transformer APIs to be examined on all kinds of gadgets.
Transformer Adoption in apps
Apps which have been utilizing Transformer in manufacturing noticed in-app efficiency enhancements, much less code to take care of, and higher developer expertise. Let’s take a better have a look at how Transformer has helped apps for his or her media-editing use instances.
One in all customers’ favourite options in Google Photographs is reminiscence sharing, the place snippets of your life story which might be curated and introduced as Google Photographs recollections can now be shared as movies to social media and chat apps. Nonetheless, the method of mixing media objects to create a video on machine is useful resource intensive and topic to important latency, particularly on low-end gadgets. To scale back this latency and allow the characteristic on a wider vary of gadgets, Photographs adopted Transformer of their media creation pipeline. Together with different enhancements made, the group discovered that Transformer performed an element in decreasing the median consumer latency for creating reminiscence movies by 41% on high-end gadgets and 27% on mid-range gadgets.
The Photographs app additionally allows customers to carry out media edits similar to trimming or rotating a video. By adopting Transformer APIs for rotating movies, median save latency was diminished by 79% for relevant movies. The app additionally adopted Transformer’s API for optimizing video trimming, and noticed video save latency lower by 64%.
1 Second On a regular basis is a private video journal that helps you create charming montages and timelapses. One of many app’s principal consumer journeys is sequentially combining quick movies to create a significant film. After adopting Transformer for this use case, the app noticed that video encoding efficiency was as much as 5x sooner, permitting them to discover enabling 4k and HDR help. The Transformer adoption additionally helped lower related code by 30%, making it simpler for the builders to take care of the code base.
BandLab is the next-generation music creation platform utilized by thousands and thousands all over the world to make and share their music. The app initially used MediaCodecs for his or her video creation use instances, however discovered that the low stage implementation resulted in native crashes that have been tough to debug. After researching extra on Transformer, the group made the choice emigrate from MediaCodecs to Transformer. General, it solely took the group 12 working days for the migration, and this resulted in a less complicated codebase and extra maintainable pipeline for his or her media creation use instances. As well as, the app noticed that each one beforehand noticed native crashes have been now not occurring anymore.
What’s subsequent for Transformers?
We’re excited to see Transformer’s adoption within the developer neighborhood, and can proceed including new options to help extra media-editing use instances for the Android ecosystem together with:
- Higher help for previewing media edits
- Enhancing the efficiency and developer expertise for video body extraction
- Simpler integration with AI results
- and far more
Preserve an eye fixed out on what we’re engaged on within the Media3 Github, and file characteristic requests to assist form the way forward for Transformer!