FFMPEG錄屏(10)---- 基於Electron的UI工程

EasyRecorder


EasyRecorder is a cross-platform screen recorder which is written by node-js and depended on screen-recorder.


GitHub:

EasyRecorder


ScreenShots

主界面

設置界面

Features


  • Different ways to record screen 、speaker and microphone
  • Encode screen data from rgb to h264
  • Encode audio data from pcm to aac
  • Mux h264 and aac to a single mp4 file
  • Only support in windows for now(at least win7)

Todo


  • More muxers such as .mkv
  • Data preview
  • Screen grabber for mac and linux systems
  • Audio grabber for mac and linux systems

Usage


Install depends


$ yarn

Run in dev


$ yarn dev

Package


$ yarn package

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章