deepmedia / Transcoder

🎞 Hardware-accelerated video transcoding using Android MediaCodec APIs. Supports cropping, concatenation, clipping, audio processing, video speed and much more.
https://opensource.deepmedia.io/transcoder
Apache License 2.0
778 stars 164 forks source link

API: Generate video from images #205

Open vanniktech opened 3 weeks ago

vanniktech commented 3 weeks ago

Thanks a lot for jumping in @natario1 and fixing all of these issues. Would you be willing to consider the following feature request: I basically want to generate a video from the image files that I already have and make a transition of them where I can tweak the duration that each image should be displayed.

natario1 commented 3 weeks ago

I think it's a valid feature request. If you want to give it a try in your project, it should be easy - like way easier than it sounds - to do so, by creating an ImageDataSource that outputs always the same RGBA data buffer with the video/raw mime type.