Implement ab-av1 crf-search execution for VMAF mode (v2.30)

- Added executeAbAv1CrfSearch() function with synchronous execution
- Parses CRF and VMAF score from ab-av1 output
- 5-minute timeout for sample encodes
- Graceful fallback to configured CRF on errors
- Updates FFmpeg command with found CRF value
- Proper logging of ab-av1 results and errors
This commit is contained in:
Tdarr Plugin Developer
2025-12-15 19:59:46 -08:00
parent 04d7ff59e9
commit 4be3310d7e
2 changed files with 115 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
# Tdarr Plugin Suite Documentation
> **Version**: 2025-12-15
> **Plugins**: misc_fixes v2.8 | stream_organizer v4.10 | audio_standardizer v1.15 | av1_converter v2.25
> **Plugins**: misc_fixes v2.8 | stream_organizer v4.10 | audio_standardizer v1.15 | av1_converter v2.30
---