Updated README

This commit is contained in:
sebgab 2020-05-08 16:15:12 +02:00
parent add0cf3208
commit 7a28990ac6

View File

@ -1,3 +1,7 @@
# video-to-gif-converter # 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.
This is a simple python GUI wrapper 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.