
The muxer doesn't support HEVC below API 24. The is documented in the TransformationRequest javadoc and the Transformer.Builder will throw if HEVC is requested below API 24 so the option should not be part of the demo for those devices. #mse-bug-week PiperOrigin-RevId: 429343805
Transformer demo
This app demonstrates how to use the Transformer API to modify videos, for example by removing audio or video.
See the demos README for instructions on how to build and run this demo.