VideoTools/docs
Stu Leak 5d07d5bb61 feat(docs): create dedicated Windows installation guide
This commit introduces a new, comprehensive installation guide for
Windows users (INSTALL_WINDOWS.md) and refactors the main
INSTALLATION.md into a platform-agnostic hub.

This addresses the documentation gap for the Windows platform, providing
clear and distinct instructions for all supported operating systems.
2026-01-01 22:55:00 -05:00
..
convert Show bitrate in kbps/Mbps and expand presets 2025-12-08 23:53:40 -05:00
inspect Refactor to modular architecture with rainbow UI (v0.1.0-dev8) 2025-11-23 14:56:37 -05:00
rip Update rip documentation 2025-12-23 22:13:54 -05:00
upscale Add upscale quality preset to prevent runaway bitrates 2025-12-21 16:09:01 -05:00
AUTHOR_MODULE.md Rewrite Author module docs for accessibility 2025-12-26 19:33:51 -05:00
BUILD_AND_RUN.md Clean up root folder and update TODO/DONE for dev19 2025-12-18 16:21:15 -05:00
BUILD.md Clean up root folder and update TODO/DONE for dev19 2025-12-18 16:21:15 -05:00
CHANGELOG.md Remove HandBrake replacement documentation references 2025-12-30 15:55:38 -05:00
COMPARE_FULLSCREEN.md Add FPS counter, queue improvements, Compare fixes, and comprehensive documentation 2025-12-04 07:35:48 -05:00
COMPLETION_SUMMARY.md Clean up root folder and update TODO/DONE for dev19 2025-12-18 16:21:15 -05:00
DEV14_WINDOWS_IMPLEMENTATION.md Show bitrate in kbps/Mbps and expand presets 2025-12-08 23:53:40 -05:00
DVD_IMPLEMENTATION_SUMMARY.md Clean up root folder and update TODO/DONE for dev19 2025-12-18 16:21:15 -05:00
DVD_USER_GUIDE.md Add comprehensive Author module documentation 2025-12-26 19:33:51 -05:00
GNOME_COMPATIBILITY.md Show bitrate in kbps/Mbps and expand presets 2025-12-08 23:53:40 -05:00
INSTALL_LINUX.md feat(docs): create dedicated Windows installation guide 2026-01-01 22:55:00 -05:00
INSTALL_WINDOWS.md feat(docs): create dedicated Windows installation guide 2026-01-01 22:55:00 -05:00
INSTALLATION.md feat(docs): create dedicated Windows installation guide 2026-01-01 22:55:00 -05:00
INTEGRATION_GUIDE.md feat: Implement unified FFmpeg player with proper A/V synchronization 2026-01-01 22:42:54 -05:00
LATEST_UPDATES.md Finalize authoring workflow and update install docs 2025-12-23 14:24:09 -05:00
LATEX_PREPARATION.md Update documentation 2025-12-08 23:33:31 -05:00
LOSSLESSCUT_INSPIRATION.md Add FPS counter, queue improvements, Compare fixes, and comprehensive documentation 2025-12-04 07:35:48 -05:00
MODULES.md feat: Update roadmap and documentation for player enhancement 2026-01-01 22:43:41 -05:00
PERSISTENT_VIDEO_CONTEXT.md Refactor to modular architecture with rainbow UI (v0.1.0-dev8) 2025-11-23 14:56:37 -05:00
PLAYER_MODULE.md feat: Update roadmap and documentation for player enhancement 2026-01-01 22:43:41 -05:00
QUEUE_SYSTEM_GUIDE.md Clean up root folder and update TODO/DONE for dev19 2025-12-18 16:21:15 -05:00
QUICKSTART.md Add lightweight roadmap and clarify dev workflow 2025-12-23 14:35:05 -05:00
README.md feat: Implement unified FFmpeg player with proper A/V synchronization 2026-01-01 22:42:54 -05:00
ROADMAP.md feat: Update roadmap and documentation for player enhancement 2026-01-01 22:43:41 -05:00
TEST_DVD_CONVERSION.md Clean up root folder and update TODO/DONE for dev19 2025-12-18 16:21:15 -05:00
TESTING_DEV13.md Clean up root folder and update TODO/DONE for dev19 2025-12-18 16:21:15 -05:00
TRIM_MODULE_DESIGN.md Add FPS counter, queue improvements, Compare fixes, and comprehensive documentation 2025-12-04 07:35:48 -05:00
VIDEO_METADATA_GUIDE.md Add FPS counter, queue improvements, Compare fixes, and comprehensive documentation 2025-12-04 07:35:48 -05:00
VIDEO_PLAYER_FORK.md Show bitrate in kbps/Mbps and expand presets 2025-12-08 23:53:40 -05:00
VIDEO_PLAYER.md Show bitrate in kbps/Mbps and expand presets 2025-12-08 23:53:40 -05:00
VT_PLAYER_IMPLEMENTATION.md Implement VT_Player module with frame-accurate video playback 2025-12-21 16:31:44 -05:00
VT_PLAYER_INTEGRATION_NOTES.md Show bitrate in kbps/Mbps and expand presets 2025-12-08 23:53:40 -05:00
WINDOWS_COMPATIBILITY.md Add dev14 fixes: progress tracking, AMD AMF support, DVD resolution fix, and Windows build automation 2025-12-04 17:11:15 -05:00
WINDOWS_SETUP.md Clean up root folder and update TODO/DONE for dev19 2025-12-18 16:21:15 -05:00

VideoTools Documentation

VideoTools is a professional-grade video processing suite with a modern GUI. It specializes in creating DVD-compliant videos for authoring and distribution.

For a high-level overview of what is currently implemented, in progress, or planned, please see the Project Status Page.

Documentation Structure

Core Modules (Implementation Status)

Implemented

  • Convert - Video transcoding and format conversion with DVD presets.
  • Inspect - Basic metadata viewing.
  • Rip - Extraction from VIDEO_TS folders and .iso images.
  • Queue System - Batch processing with job management.

🟡 Partially Implemented / Buggy

  • Player - Core video playback is functional but has critical bugs blocking development.
  • Upscale - AI-based upscaling (Real-ESRGAN) is integrated.

🔄 Planned

  • Merge - [PLANNED] Join multiple video clips.
  • Trim - [PLANNED] Cut and split videos.
  • Filters - [PLANNED] Video and audio effects.
  • Audio - [PLANNED] Audio track operations.
  • Thumb - [PLANNED] Thumbnail generation.

Additional Modules (All Planned)

  • Subtitle - [PLANNED] Subtitle management.
  • Streams - [PLANNED] Multi-stream handling.
  • GIF - [PLANNED] Animated GIF creation.
  • Crop - [PLANNED] Video cropping tools.
  • Screenshots - [PLANNED] Frame extraction.

Implementation Documents

Development Documentation

  • Integration Guide - System architecture and integration plans.
  • Build and Run Guide - Instructions for setting up a development environment.
  • FFmpeg Integration - [PLANNED] Documentation on FFmpeg command building.
  • Contributing - [PLANNED] Contribution guidelines.

User Guides

  • Installation Guide - Comprehensive installation instructions.
  • DVD User Guide - A step-by-step guide to the DVD encoding workflow.
  • Quick Start - The fastest way to get up and running.
  • Workflows - [PLANNED] Guides for common multi-module tasks.
  • Keyboard Shortcuts - [PLANNED] A reference for all keyboard shortcuts.