Video and audio mixer with audio recording capability using nodejs

孤人 提交于 2019-12-24 18:53:32

问题


How can I make a video and audio mixer with audio recording capability using nodejs. Also I want an editable waveform graph of audio. Is there any supporting package in nodejs?


回答1:


Unless you are lucky enough to find a package that does exactly what you want, I suspect that using ffmpeg through a nodes wrapper of interface library such as the one below will be the easiest approach:

  • https://github.com/fluent-ffmpeg/node-fluent-ffmpeg

This allows you use all the power and large user community behind the ffmpeg command line program, but wrapped in a node.js friendly interface.



来源:https://stackoverflow.com/questions/48898830/video-and-audio-mixer-with-audio-recording-capability-using-nodejs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!