Your Logo

Video Ad Break Tool

App Icon

A desktop application built with CustomTkinter that analyzes video files to identify potential ad break points by detecting sequences of black frames and silent audio sections, and finding where these two types of intervals overlap.

Screenshot Left 1 Screenshot Left 2
Main Screenshot

Features

Dependencies

The application relies on the following Python libraries:

External Dependency:

FFmpeg: The application requires the external ffmpeg and ffprobe executables to be installed on the system for audio analysis (used by pyAudioAnalysis or ffmpeg-python). The application includes a runtime check and warning if ffmpeg is not found.