ffmpeg.js
ffmpeg.js copied to clipboard
CI
Need to build & test on Travis/GitHub CI.
Not sure what to do with long compilation process. Maybe define some tiny build with single decoder/encoder?
How about not enabling any codec or muxer? You could just run the help command. But i guess compilation will still take a long time.
Yeah, ffmpeg's configure script is probably the longest one.
I could help with this. Do you have any preference on a CI platform?
@willm I think Travis will be better because GitHub Actions has limited number of free minutes per month (though 2000 minutes per month = 66 mins per day, should be enough too).
OK I will investigate :)