FFMPEG录屏(10)---- 基于Electron的UI工程

EasyRecorder

GitHub源码


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


ScreenShots

FFMPEG录屏(10)---- 基于Electron的UI工程_第1张图片
FFMPEG录屏(10)---- 基于Electron的UI工程_第2张图片

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)
  • Image preview(yuv420)

Todo


  • More muxers such as .mkv
  • 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

你可能感兴趣的:(录屏软件)