VideoTools/docs
Stu Leak 5e2171a95e Fix video loading and improve player UI
Major fixes:
- Fix drag-and-drop video loading bug (s.source was never set)
- Call switchToVideo() instead of showPlayerView() to properly initialize player state
- Show initial preview frame/thumbnail when video loads
- Improve ffprobe error messages (capture stderr for better diagnostics)

UI improvements:
- Move playlist from left to right side
- Add playlist toggle button (☰) with visibility control
- Load and display preview frame immediately when video loads
- Improve control layout with volume container
- Auto-hide playlist when only one video loaded

Documentation:
- Add FEATURE_ROADMAP.md tracking 30 planned features
- Add ICONS_NEEDED.md listing 53 required SVG icons
- Update .gitignore to exclude binaries

References: DEV_SPEC_FRAME_ACCURATE_PLAYBACK.md

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 10:01:59 -05:00
..
convert Refactor to modular architecture with rainbow UI (v0.1.0-dev8) 2025-11-23 14:56:37 -05:00
inspect Refactor to modular architecture with rainbow UI (v0.1.0-dev8) 2025-11-23 14:56:37 -05:00
rip Refactor to modular architecture with rainbow UI (v0.1.0-dev8) 2025-11-23 14:56:37 -05:00
BUILD_AND_RUN.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
COMPLETION_SUMMARY.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
DONE.md Update VT Player done/todo docs 2025-12-04 06:04:26 -05:00
DVD_IMPLEMENTATION_SUMMARY.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
DVD_USER_GUIDE.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
FEATURE_ROADMAP.md Fix video loading and improve player UI 2025-12-05 10:01:59 -05:00
GNOME_COMPATIBILITY.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
ICONS_NEEDED.md Fix video loading and improve player UI 2025-12-05 10:01:59 -05:00
INTEGRATION_GUIDE.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
LATEST_UPDATES.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
MODULES.md Refactor to modular architecture with rainbow UI (v0.1.0-dev8) 2025-11-23 14:56:37 -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
QUEUE_SYSTEM_GUIDE.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
README.md Refactor to modular architecture with rainbow UI (v0.1.0-dev8) 2025-11-23 14:56:37 -05:00
TEST_DVD_CONVERSION.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
TESTING_DEV13.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
TODO.md Note blocker: video load not firing 2025-12-04 07:29:17 -05:00
VIDEO_PLAYER_FORK.md Initial import for VT Player 2025-12-04 05:03:02 -05:00
VIDEO_PLAYER.md Refactor to modular architecture with rainbow UI (v0.1.0-dev8) 2025-11-23 14:56:37 -05:00

VideoTools Documentation

VideoTools is a comprehensive FFmpeg GUI wrapper that provides user-friendly interfaces for common video processing tasks.

Documentation Structure

Core Modules (Implemented/Planned)

  • Convert - Video transcoding and format conversion
  • Merge - Join multiple video clips
  • Trim - Cut and split videos
  • Filters - Video and audio effects
  • Upscale - Resolution enhancement
  • Audio - Audio track operations
  • Thumb - Thumbnail generation
  • Inspect - Metadata viewing and editing
  • Rip - DVD/Blu-ray extraction

Additional Modules (Proposed)

Design Documents

Development

User Guides