FF Dissolve Glitch

This is a GUI based glitch tool that uses FFmpeg to create awesome and wierd motion interpolated glitches in videos. I call it FF dissolve glitch because it creates kinda dissolving pixel type looks. I made this for those who don’t like to use command line everytime and yes, its free and open source!

Download

GitHub release (latest by date)

GitHub repo size

Don’t forget to give a ⭐ ?

How to Install?

  • For windows users, just extract the downloaded zip file and run FF dissolve glitch.exe to use it. (FFMPEG included)
  • For Python users, simply run FF dissolve glitch.py and please make sure you have FFmpeg installed or else it will not open. If its not even working after downloading ffmpeg then you can either copy the ffmpeg file to the same script folder or specify the full path of ffmpeg inside the python script (line 16).

How to use?

  • Click the OPEN button and choose your video file
  • Then choose the desired modes and parameters
  • Then simply click the GLITCH button and wait for the video to get baked
  • After baking, you can view the video which will be saved in the same directory

    Note: Press q in the command shell if you want to safely end the ffmpeg process while running the program.

    You can try experimenting with all the modes and see the results!

UI

UI

More Info

This project is possible because of Antonio Roberts’s guide on motion-interpolation-glitch-using-ffmpeg, so a big thanks to Antonio. You can see his full guide where he described all the combinations of modes with video examples.

GitHub

View Github