brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
481 stars 57 forks source link

send gifs to video transcoder #142

Open obama opened 5 years ago

obama commented 5 years ago

https://github.com/brarcher/video-transcoder/blob/314190a2e66ecb1f52e40bac27203c4df38192d1/app/src/main/AndroidManifest.xml#L36

i think we should add image/gif so we can send gifs to video transcoder too

brarcher commented 5 years ago

Investigating this, I see that there are a few thing not quite right about loading GIF files currently. The preview does not always work, the duration is not calculated, and (what you mentioned) the sharing is not supported.

This is now the "support GIF as an input" request.