Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 474 Bytes

File metadata and controls

11 lines (9 loc) · 474 Bytes

FFmpeg Node Addon

This project is a Node.js addon that provides bindings to the FFmpeg multimedia framework. It allows you to leverage FFmpeg's powerful capabilities directly from your Node.js applications.

支持功能

  • audio2silk. 音频(ogg mp3 wav acc flac)转silk格式
  • silk2pcm. silk格式转pcm
  • getVideoInfo. 获取视频信息
  • getAudioDuration. 获取音频时长 不支持Silk格式

Thanks

ntsilk