A .NET 8 command-line tool for detecting TV channel logos in video files and generating CSV cut lists for commercial break detection, compatible with LosslessCut.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
87
commits
Add ThresholdSelector for interactive logo threshold adjustment
81001cdView on GitHubRefactor logo threshold handling to support nullable values and improve CSV export
ee7590fView on GitHubRefactor scaling context initialization for improved resolution handling
ce7e9a4View on GitHubRefactor code to use MatrixRowMajor for improved performance and clarity
6165c3aView on GitHubRefactor frame data storage from List to Dictionary for improved access and performance
4fc00d9View on GitHubFix output file path generation to ensure correct directory and extension handling
28e90a6View on GitHubUpdate output filename for LosslessCut files to include project suffix to match LosslessCut default
6ebeedaView on GitHubRefactor logo reference generation to save visualization as PNG
85303e4View on GitHubEnhance bounding box selection by resizing window to image dimensions and updating controls for logo confirmation
3736030View on GitHubAdd bounding box selection feature with user confirmation and integrate into logo detection process
43338feView on GitHubRefactor logo detection logic to utilize bounding rectangle from YData and improve debug file handling
380de9eView on GitHubRefactor time calculations to use reduce for better performance and clarity
402c341View on GitHub