From b54d62ef3599e7381fe8036aa608cada37a3442e Mon Sep 17 00:00:00 2001 From: Johns Date: Fri, 24 Feb 2012 15:42:32 +0100 Subject: Video background color documentation. --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 3ef96c8..65aeea2 100644 --- a/README.txt +++ b/README.txt @@ -162,6 +162,12 @@ Setup: /etc/vdr/setup.conf if detected crop area is too small, cut max 'n' pixels at top and bottom. + softhddevice.Background = 0 + 32bit RGBA background color + (Red * 16777216 + Green * 65536 + Blue * 256 + Alpha) + or hex RRGGBBAA + grey = 2155905279 + softhddevice.SkipLines = 0 skip 'n' lines at top and bottom of the video picture. -- cgit v1.2.3