Files
tdarr-plugs/tdarr_install/Tdarr_Node/srcug/commonModules/jobs/debounce.js
Tdarr Plugin Developer 04d7ff59e9 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
2025-12-15 19:55:19 -08:00

1 line
1014 B
JavaScript

'use strict';var a18g=a18b;(function(a,b){var f=a18b,c=a();while(!![]){try{var d=parseInt(f(0xfa))/0x1+-parseInt(f(0xf9))/0x2*(-parseInt(f(0xf4))/0x3)+parseInt(f(0xf1))/0x4+-parseInt(f(0xf8))/0x5*(parseInt(f(0xf7))/0x6)+parseInt(f(0xf5))/0x7+parseInt(f(0xf0))/0x8+-parseInt(f(0xef))/0x9*(parseInt(f(0xf6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a18a,0xc3a8a));function a18b(a,b){var c=a18a();return a18b=function(d,e){d=d-0xee;var f=c[d];return f;},a18b(a,b);}function a18a(){var i=['__esModule','540951YAeAdP','10234329sTgvvq','70DNTIQq','37488wZFgfp','305NqJGTU','2ilbCNS','1293316HdGQGE','getTime','5085432ZRhhYX','8918096CnbDJS','4349760ALGXdP','defineProperty'];a18a=function(){return i;};return a18a();}Object[a18g(0xf2)](exports,a18g(0xf3),{'value':!![]});var lastCallTimes={},debounce=function(a,b,c){return function(){var h=a18b,d=new Date()[h(0xee)]();lastCallTimes[b]=d,setTimeout(function(){d===lastCallTimes[b]&&a();},c);};};exports['default']=debounce;