项目作者: raviraa

项目描述 :
GUI to record screen using ffmpeg
高级语言: Go
项目地址: git://github.com/raviraa/ffmpegui.git
创建时间: 2018-10-30T18:45:48Z
项目社区:https://github.com/raviraa/ffmpegui

开源协议:BSD 3-Clause "New" or "Revised" License

下载


ffmpegui is a GUI frontend for ffmpeg which can record screen and webcam with audio. Encoding and source options can be configured from the UI.

  • ffmpeg needs to installed for separately. Use homebrew for Mac and package manager for your linux distribution to install ffmpeg.
  • Each Pause/Resume will create a new file and all the files are joined after stop.
  • Capture is made using intermediate fast capture-{a,v} profile, then converted to seleced profile and joined together.
  • Captures are stored in Desktop and configuration files are stored in user level configuration directory.

screenshot

TODO

  • linux support
  • better input and output resolution, framerate configuration ffprobe -f avfoundation -i 0
  • capture selected application window(s)
  • support for input videos to transcode
  • tray icon with status and stop, pause support
  • capture to webp/gif animations