go-gif-maker

command module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2023 License: MIT Imports: 12 Imported by: 0

README

gif-maker

Using a simple command, create a GIF from a video in no time. 🚀

How does it work ?

The CLI creates a GIF from a video using ffmpeg. The video can be a remote URL resource OR an absolute path to a video file on your local machine.

Options

  • -start: (HH:MM:SS) - The time at which the trim should start cutting the video.
  • -end: (HH:MM:SS) - The time at which the trim should end cutting the video.
  • -path: - Remote URL / Absolute path to a video file.
  • -out: - Output path for the generation of the GIF.
  • -h: - See usage of the options.
Installation
$ brew tap theIYD/tools
$ brew install gif-maker
Usage
$ gif-maker -start=00:00:23 -end=00:00:30 -path=input.mp4
Development
  • Clone the repository
$ git clone https://github.com/theIYD/go-gif-maker 
  • Build
$ make build
  • Run
$ ./bin/gif-maker -start=HH:MM:SS -end=HH:MM:SS -path=(remote url / absolute path)
  • Compile for other distributions
$ make compile
License

The project is licensed under MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL