Skip to content

A simple GIF speed changer/audio syncer made in Python

Notifications You must be signed in to change notification settings

octopushugger/GifSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GifSync - Simple GIF Speed Changer/Audio Syncer

Made to help you sync gifs to audio or just quickly change the playback speed of any gif

Input frame-time or BPM to change speed, saves to the same folder as the source gif

alt text

Credit to karolyi on GitHub and jramm on Stack Overflow for the transparency fix when saving files: https://stackoverflow.com/a/64474046/17075745

And of course credit to the creators of Pillow, TkDnD, TkinterDnD, Tkinter, Python, and WinPython.

Easy Installation for Windows:

-Go to releases and download GifSync1.0.1.7z: https://github.com/octopushugger/GifSync/releases

-Extract

-Run "Run GifSync.bat"

Long Way:

(Should probably maybe work on non-windows systems idk untested goodluck)

-Install Python 3.10. Or whatever version you want, it will probably still work

-Install Pillow through pip:

pip install --upgrade pip
pip install --upgrade Pillow

-Install TkDnD and TkinterDnD by downloading the files provided in the releases or by acquiring them from where I got them on SourceForge:

tkdnd2.8: https://sourceforge.net/projects/tkdnd/files/

TkinterDnD2: https://sourceforge.net/projects/tkinterdnd/files/TkinterDnD2/TkinterDnD2-0.3.zip/download

-Place the tkdnd2.8 folder in python\tcl

-Place the TkinterDnD2 folder in python\Lib (case sensitive)

-Download the files in this repository and rename GifSync.py to GifSync.pyw

-Double click it

About

A simple GIF speed changer/audio syncer made in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages