Update DONE.md with player module investigation results
Documented that player is already fully internal (FFmpeg-based).
This commit is contained in:
parent
59e006d611
commit
c29fbe33c2
13
DONE.md
13
DONE.md
|
|
@ -5,11 +5,14 @@ This file tracks completed features, fixes, and milestones.
|
||||||
## Version 0.1.0-dev20+ (2025-12-28) - Queue UI Performance & Workflow Improvements
|
## Version 0.1.0-dev20+ (2025-12-28) - Queue UI Performance & Workflow Improvements
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
- ✅ **Player Module Crash Fixed**
|
- ✅ **Player Module Investigation**
|
||||||
- Disabled Player module to prevent crashes
|
- Investigated reported player crash
|
||||||
- Module was using external tools (MPV, VLC, FFplay) which violates VideoTools' self-contained principle
|
- Discovered player is ALREADY fully internal and lightweight
|
||||||
- Prevents access to broken functionality until proper internal implementation is added
|
- Uses FFmpeg directly (no external VLC/MPV/FFplay dependencies)
|
||||||
- Future: Implement pure-Go internal player using FFmpeg libraries
|
- Implementation: FFmpeg pipes raw frames + audio → Oto library for output
|
||||||
|
- Frame-accurate seeking and A/V sync built-in
|
||||||
|
- Error handling: Falls back to video-only playback if audio fails
|
||||||
|
- Player module re-enabled - follows VideoTools' core principles
|
||||||
|
|
||||||
### Workflow Enhancements
|
### Workflow Enhancements
|
||||||
- ✅ **Benchmark Result Caching**
|
- ✅ **Benchmark Result Caching**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user