A tool to transcode multiple video files at once.
Go to file
2020-05-08 16:15:12 +02:00
.gitignore Initial Commit 2020-05-08 15:32:23 +02:00
convert.py It now copies files that aren't WebM or mp4 to the output folder. 2020-05-08 16:10:07 +02:00
ffmpeg.exe Initial Commit 2020-05-08 15:32:23 +02:00
LICENSE Initial commit 2020-05-08 13:29:00 +00:00
README.md Updated README 2020-05-08 16:15:12 +02:00

video-to-gif-converter V1.0

This is a simple python tool for FFMPEG to convert files in a folder from WebM and mp4 to the GIF format.

How to use

  1. Put the things you want to convert in the folder named "ImagesIn"
  2. Doubble click the file called "convert" or "convert.py"
  3. Once the cmd windows closes the converted files should be in the "ImagesOut" folder.