From ebf71a32143114ed6191c062bea17e972523ef9c Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Tue, 30 Dec 2025 15:55:38 -0500 Subject: [PATCH] Remove HandBrake replacement documentation references - Removed reference to HANDBRAKE_REPLACEMENT.md from docs/README.md - Removed HandBrake references from docs/CHANGELOG.md - Keep documentation focused on VideoTools features - File was already deleted, this cleans up the references Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- docs/CHANGELOG.md | 2 -- docs/README.md | 1 - 2 files changed, 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 708866e..909f5a8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -198,14 +198,12 @@ ### 📚 Documentation Updates #### New Documentation Added -- `HANDBRAKE_REPLACEMENT.md` - Comprehensive modern video processing strategy - Enhanced `TODO.md` with Lossless-Cut inspired trim module specifications - Updated `MODULES.md` with detailed trim module implementation plan - Enhanced `docs/README.md` with VT_Player integration links #### Documentation Enhancements - **Trim Module Specifications** - Detailed Lossless-Cut inspired design -- **HandBrake Parity Analysis** - Feature comparison and migration strategy - **VT_Player Integration Notes** - Cross-project component reuse - **Implementation Roadmap** - Clear development phases and priorities diff --git a/docs/README.md b/docs/README.md index 448302f..fe92110 100644 --- a/docs/README.md +++ b/docs/README.md @@ -52,5 +52,4 @@ VideoTools is a professional-grade video processing suite with a modern GUI, cur - [Module Feature Matrix](MODULES.md#module-coverage-summary) - [Latest Updates](../LATEST_UPDATES.md) - Recent development changes - [Windows Implementation](DEV14_WINDOWS_IMPLEMENTATION.md) - dev14 Windows support -- [Modern Video Processing Strategy](HANDBRAKE_REPLACEMENT.md) - Next-generation video tools approach - [VT_Player Integration](../VT_Player/README.md) - Frame-accurate playback system