Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 572 Bytes

readme.md

File metadata and controls

32 lines (18 loc) · 572 Bytes

Giffer

Create gifs from videos!

Take a look

usage animation

input

loading

complete

Tech

  • Go (gioui.org)
  • FFmepg

About

Giffer provides a simple UI for converting slices of video to animated GIF images.

Install

go get github.com/jackmordaunt/giffer/cmd/gio

Enhancements

  • avoid downloading entire video
    • only download the portion that is needed for the GIF
  • show error toasts instead of just logging to console