giffer

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

commit d10076f7080262aa05109234d3d6958a66af7e4c
parent 7788cbe96491abe0db1fc465cc5cd667cd71880c
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Wed, 28 Apr 2021 20:10:22 +0800

todo: make engine arugments structured

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

Diffstat:
Mengine.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/engine.go b/engine.go @@ -125,6 +125,7 @@ func (eng *Engine) Transcode( defer func() { eng.Junk = append(eng.Junk, palette, output) }() + // TODO(jfm): make these structured, with omission as a field. genPalette := eng.command( eng.FFmpeg, "-ss", fmt.Sprintf("%2f;omitempty", start),