Applies a Seam Carving algorithm (aka liquid rescale) on every frame of a video, and a vibrato effect on the audio to distort the video
Inspired from @DistordBot on Twitter by SergioSV96
-
Python 3 :
- opencv-python (video)
- ffmpeg-python (audio)
- tkinter (file dialog)
(Use
pip install -r requirements.txt
) -
ImageMagick (distortion algorithm)
Run main.py
and choose a video, at the end you will find your distorted video in /result/result_[name].mp4