Implement letterbox-only blackbar detection mode (#1063)

This commit is contained in:
Peter Eskdale
2020-11-01 18:20:27 +00:00
committed by GitHub
parent 958975975c
commit 85a55de28c
7 changed files with 52 additions and 4 deletions

View File

@@ -178,7 +178,7 @@
/// * borderFrameCnt : Number of frames before a consistent detected border gets set (default 50)
/// * maxInconsistentCnt : Number of inconsistent frames that are ignored before a new border gets a chance to proof consistency
/// * blurRemoveCnt : Number of pixels that get removed from the detected border to cut away blur (default 1)
/// * mode : Border detection mode (values=default,classic,osd)
/// * mode : Border detection mode (values=default,classic,osd,letterbox)
"blackborderdetector" :
{
"enable" : true,