I download the file and I need to convert it to .m4a, I cannot find anything for nodejs. Are there any options? If yes then give an example pzh.
- Node.js is not suitable for such things. Be sure to use node? - Suvitruf ♦
- Start from ffmpeg node, for example - Alexey Ten
|
1 answer
look towards this ffmpeg module
https://www.npmjs.com/package/ffmpeg
but by itself it will call ffmpeg via CLI which will already be engaged in converting
|