Integrated interlacing detection into the Convert module with: Features: - "Analyze Interlacing" button in metadata panel - Real-time analysis using FFmpeg idet filter (first 500 frames) - Color-coded results card showing: - Status (Progressive/Interlaced/Mixed) - Interlacing percentage - Field order (TFF/BFF/Unknown) - Confidence level - Recommendation text - Detailed frame counts Auto-updates: - Automatically suggests enabling deinterlacing if needed - Updates Convert deinterlace setting from "Off" to "Auto" when interlacing detected UI States: - Initial: Just "Analyze Interlacing" button - Analyzing: Shows progress message - Complete: Shows colored results card with full analysis Analysis runs in background goroutine with proper thread-safe UI updates. Next: Add to simple menu and Inspect module 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| benchmark | ||
| convert | ||
| interlace | ||
| logging | ||
| metadata | ||
| modules | ||
| player | ||
| queue | ||
| ui | ||
| utils | ||