linkedin / LiTr

Lightweight hardware accelerated video/audio transcoder for Android.
BSD 2-Clause "Simplified" License
613 stars 85 forks source link

Can we add gif as watermark #257

Closed pawaom closed 1 year ago

pawaom commented 1 year ago

Can we add gif as watermark

there is a BitmapOverlayFilter.java class however it seems we can add only images , how can we add an animated gif as watermark

izzytwosheds commented 1 year ago

There is FrameSequenceAnimationOverlayFilter that does that. You will have to implement AnimationFrameProvider, which should be pretty straightforward. There should be an example in demo app.