giffer

Create .gif images from sites like youtube.com
Log | Files | Refs | LICENSE

readme.md (572B)


      1 # Giffer
      2 
      3 > Create gifs from videos!
      4 
      5 ## Take a look
      6 
      7 <img src="docs/usage.gif" alt="usage animation" width="100%">
      8 
      9 ![input](docs/input.jpeg)
     10 
     11 ![loading](docs/loading.jpeg)
     12 
     13 ![complete](docs/complete.jpeg)
     14 
     15 ## Tech
     16 
     17 - Go (gioui.org)
     18 - FFmepg
     19 
     20 ## About
     21 
     22 Giffer provides a simple UI for converting slices of video to animated GIF images.
     23 
     24 ### Install
     25 
     26 `go get github.com/jackmordaunt/giffer/cmd/gio`
     27 
     28 ## Enhancements 
     29 
     30 - [ ] avoid downloading entire video
     31   - only download the portion that is needed for the GIF 
     32 - [ ] show error toasts instead of just logging to console