giffer

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

commit cca73ebad1ca5995e69441d760c8a1a20b14b050
parent 8e8d14f9f1f68478b38b6da4fa0ff2fe6f7e484c
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Mon, 27 Feb 2023 10:50:10 +0800

readme: add some basic enhancement ideas

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

Diffstat:
Mreadme.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/readme.md b/readme.md @@ -24,3 +24,9 @@ Giffer provides a simple UI for converting slices of video to animated GIF image ### 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