Skip to content

Ziyph/RemoveDuplicateFrames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 8, 2022
1c9c0f7 · Apr 8, 2022

History

39 Commits
Mar 20, 2022
Apr 8, 2022
May 28, 2021
May 28, 2021

Repository files navigation

Remove Duplicate Frames

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.

This app

Dependencies

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.

The app in a directory with its dependencies