media/demos/transformer
hschlueter c94035278c Separate matrix effect specification and implementation.
This change splits AdvancedFrameProcessor into 4 files:
- MatrixTransformationFrameProcessor for the GlFrameProcessor
  implementation
- MatrixTransformation and GlMatrixTransformation for the GlEffect
  specification
- MatrixUtils for the static matrix helpers

PiperOrigin-RevId: 446236384
2022-05-09 10:51:14 +01:00
..
src/main Separate matrix effect specification and implementation. 2022-05-09 10:51:14 +01:00
build.gradle Transformer Demo: Add video with pixelWidthHeightRatio != 1. 2022-05-09 10:17:19 +01:00
README.md Publish the transformer demo app 2022-01-28 16:48:06 +00:00

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.