diff options
author | Johns <johns98@gmx.net> | 2012-02-24 15:42:32 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-24 15:42:32 +0100 |
commit | b54d62ef3599e7381fe8036aa608cada37a3442e (patch) | |
tree | cb97d2ce613f6793cb1db3d594725632274b9814 /README.txt | |
parent | 9b68248a3ee885ffcf09f4812bb1aac396f6092b (diff) | |
download | vdr-plugin-softhddevice-b54d62ef3599e7381fe8036aa608cada37a3442e.tar.gz vdr-plugin-softhddevice-b54d62ef3599e7381fe8036aa608cada37a3442e.tar.bz2 |
Video background color documentation.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |