From 08317bd3df0a558204647f5d418311abc8d36113 Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 16 Jun 2025 02:20:04 +1000 Subject: [PATCH] refactor(README): add resdet info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06061ea..eab8096 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A Go CLI tool for video frame analysis and comparison. Analyze frame persistence - **Configurable Tolerance**: Adjust pixel difference sensitivity for noisy videos - **Real-time Analysis**: Stream processing for efficient memory usage - **Two-pass Architecture**: Accurate frame timing calculations for smooth visualizations +- **Resolution Measurements**: Using the [resdet](https://github.com/0x09/resdet) cli to log dynamic resolutions (Requires resdet to be installed seperately) ## Quick Start