This is a simple python GUI wrapper for FFMPEG to convert files in a folder from WebM and mp4 to the GIF format.
Go to file
sebgab add0cf3208 It now copies files that aren't WebM or mp4 to the output folder.
Changed to using variables for input and output folder instead of
hardcoding it in.
Added more comments
2020-05-08 16:10:07 +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 Initial commit 2020-05-08 13:29:00 +00:00

video-to-gif-converter

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