israel-fl / bitmap2video

Generate video from Image resources, Bitmaps or a Canvas. Allows for audio multiplexing.
Apache License 2.0
89 stars 27 forks source link

Extract the audio from a file path instead of raw resources #18

Open youssefhassan opened 3 years ago

youssefhassan commented 3 years ago

Hello,

First thank you for this great library. I was trying to mux audio into a video created from a single photo but I have this audio file downloaded and saved in the storage. Is it possible to extend the current library to accept any media extractor (I can work on that) or is there a workaround for using a file instead of resource?

Thanks, Youssef