Update plugins: VMAF mode, documentation fixes, version sync

- Added VMAF quality-targeted mode to av1_svt_converter (v2.25)
- Fixed documentation version mismatch (misc_fixes v2.8, stream_organizer v4.10, audio_standardizer v1.15)
- Updated rate control documentation with VMAF mode details
- Added vmaf_target and vmaf_samples input options
- Added ab-av1 binary detection with ABAV1_PATH env var support
This commit is contained in:
Tdarr Plugin Developer
2025-12-15 19:55:19 -08:00
parent 44fe7b50b0
commit 04d7ff59e9
272 changed files with 1140 additions and 35 deletions

View File

@@ -0,0 +1,11 @@
{
"serverPort": "8266",
"webUIPort": "8265",
"serverIP": "0.0.0.0",
"handbrakePath": "/home/user/Public/Projects/tdarr_plugs/tdarr_install/Tdarr_Server/assets/app/handbrake/HandBrakeCLI",
"ffmpegPath": "/home/user/Public/Projects/tdarr_plugs/tdarr_install/Tdarr_Server/assets/app/ffmpeg/ffmpeg42/ffmpeg",
"mkvpropeditPath": "",
"ccextractorPath": "",
"openPlugins": false,
"pluginModulesPath": ""
}