From a60696ab185406700a5277edae54016b0add7b89 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 9 Apr 2021 15:31:09 +0200 Subject: Add scale filter to documentation --- support/doc/plugins/guide.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'support/doc/plugins/guide.md') diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index ea33b8d9f..e30d95fc9 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -341,9 +341,16 @@ async function register ({ const streamString = streamNum ? ':' + streamNum : '' // You can also return a promise - // All these options are optional and defaults to [] + // All these options are optional return { + scaleFilter: { + // Used to define an alternative scale filter, needed by some encoders + // Default to 'scale' + name: 'scale_vaapi' + }, + // Default to [] inputOptions: [], + // Default to [] outputOptions: [ // Use a custom bitrate '-b' + streamString + ' 10K' -- cgit v1.2.3