Skip to content

Easily create high quality GIFs from video files!

License

Notifications You must be signed in to change notification settings

mayraamaral/vid2gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Vid2GIF 💾✨

Easily create high quality GIFs from video files!

Summary

  1. Requirements;
  2. Adding vid2gif to .bashrc or .zshrc;
  3. Running Vid2GIF;
  4. Credits

1. Requirements

ffmpeg

To install:

sudo apt install ffmpeg

2. Adding vid2gif to .bashrc or .zshrc

  1. Open the .bashrc or the .zshrc file (depending on which one you use);
  2. Paste the following code at the end:
alias vid2gif="~/PATH_TO_THE_SH_FILE/vid2gif/vid2gif.sh"

3. Running Vid2GIF

It's simple, just open the terminal and type:

vid2gif INPUT_VIDEO.mp4 GIF_TO_BE_OUTPUTED.gif

First argument: the name of the existing video file.
Second argument: the name of the gif that will be outputed.

4. Credits

Created with ❤️ by mayraamaral

Releases

No releases published

Packages

No packages published

Languages