diff options
author | Johns <johns98@gmx.net> | 2011-12-16 22:34:54 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-16 22:34:54 +0100 |
commit | 5ec46e94b4d54d29ac3cf8c38b3e8a14ee52c056 (patch) | |
tree | b5a837303ab08956212582b86e06fb577f0c4aef /README.txt | |
parent | de6776a88531af720dba33f2db630e1286d17b17 (diff) | |
download | vdr-plugin-softhddevice-5ec46e94b4d54d29ac3cf8c38b3e8a14ee52c056.tar.gz vdr-plugin-softhddevice-5ec46e94b4d54d29ac3cf8c38b3e8a14ee52c056.tar.bz2 |
Adds setup.conf documentation.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -57,6 +57,19 @@ Install: cd vdr-softhddevice make VDRDIR=<path-to-your-vdr-files> LIBDIR=. +Setup: /etc/vdr/setup.conf + Following is supported: + + softhddevice.Deinterlace = 0 + 0 = bob, 1 = weave, 2 = temporal, 3 = temporal_spatial, 4 = software + (only 0, 1 supported) + + softhddevice.MakePrimary = 1 + 0 = no change, 1 make softhddevice primary at start + + softhddevice.Scaling = 0 + 0 = normal, 1 = fast, 2 = HQ, 3 = anamorphic + Requires: --------- media-video/ffmpeg |