h2non / videoshow

Simple node.js utility to create video slideshows from images with optional audio and visual effects using ffmpeg
MIT License
874 stars 161 forks source link

Audio loop #41

Open haroondilshad opened 7 years ago

haroondilshad commented 7 years ago

Hi. Thanks for the awesome library. I can create videos just fine but since I'm creating these dynamically, I'd like a way to make the audio loop if the video turns out to be longer than the audio duration. Is that possible?

h2non commented 7 years ago

Not currently, but it could be. I've created another package to deal with this, but in a separated way. See "audioconcat" in my repositories.