This app removes duplicate frames from an input video. It is written in Python, its graphical user interface is made with tkinter
, and it removes duplicate frames from input video with FFmpeg.
You must put FFmpeg and FFprobe binaries in the app's directory. The FFmpeg binary must be named ffmpeg
and the FFprobe binary must be named ffprobe
.