Giph Versions Save

simple video (gif, webm, mp4) recorder

1.1.1

3 years ago

This release focuses on fixing a bug where the recording could not be stopped using giph --stop.

Other minor changes

  • install to /usr/local/bin by default
  • consistent prevention of word splitting

1.1

3 years ago

New features:

  • new formats (gif, webm, mp4, mkv)
  • format auto detection through [FILENAME] file extension
  • format overwrite through --format when [FILENAME] is omitted to pipe output to other process
  • enable desktop audio recording with -a or --audio or use -as or --audio-source STRING to set a different source you got from pacmd list-sources (either id or name)
  • same for separately for microphone recording with -m or --microphone or -ms or --microphone-source to overwrite the default source
  • stop all running recordings with giph --stop

I hope you enjoy those new features! :)

1.0

4 years ago

New features:

  • success and error notifications are now supported through -y or --notify (#4)

Fixed bugs:

  • windows/areas that are partially off-screen are now intersected with the root window (#3)

Notable changes:

  • xwininfo dependency replaced with xdotool
  • gifski support removed in favor of superior ffmpeg (#2)
  • zenity support dropped (#5)