ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
Is LAME Mp3 library supported?
Is LAME library supported so we can convert to mp3's? That would be a really really nice feature.
Execute stuff like:
ffmpeg -i inputfile.m4a -c:a libmp3lame -ac 2 -q:a 2 outputfile.mp3
ffmpeg -i inputfile.m4a -c:a libmp3lame -ac 2 -b:a 190k outputfile.mp3
It shouldn't be to hard right?
This is just a wrapper arround the FFmpeg executable.
If the LAME library is supported the FFmpeg executable you referenced when calling new FFmpeg()
(or the one from your path if no parameter is given), then this library will support it as well.