androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android
https://developer.android.com/media/media3
Apache License 2.0
1.57k stars 374 forks source link

How to generate a GIF file using Transformer? #580

Open maf1ab0y opened 1 year ago

maf1ab0y commented 1 year ago

Is it possible to create a GIF file using Transformer?

droid-girl commented 1 year ago

This feature is not currently supported out of the box. One possibility is to create a custom gif encoder and muxer that can be used with Transformer.