summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorCafeDelMar <>2012-04-05 22:51:20 +0200
committerJohns <johns98@gmx.net>2012-04-05 22:51:20 +0200
commitac2e10a3082c511f3d6b3fed48e74b64d0764e23 (patch)
tree0d644f0bb8be300d5a1538eb0c16bf12411402e3 /README.txt
parentc986d285ea28e824d02ce5253f6e29d3e8da8df3 (diff)
downloadvdr-plugin-softhddevice-ac2e10a3082c511f3d6b3fed48e74b64d0764e23.tar.gz
vdr-plugin-softhddevice-ac2e10a3082c511f3d6b3fed48e74b64d0764e23.tar.bz2
Cutting pixels configured for each resolution.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index 73f16cb..026a82b 100644
--- a/README.txt
+++ b/README.txt
@@ -138,6 +138,12 @@ Setup: /etc/vdr/setup.conf
-1000 .. 1000 noise reduction level (0 off, -1000 max blur,
1000 max sharp)
+ softhddevice.<res>.CutTopBottom = 0
+ Cut 'n' pixels at at top and bottom of the video picture.
+
+ softhddevice.<res>.CutLeftRight = 0
+ Cut 'n' pixels at at left and right of the video picture.
+
softhddevice.AudioDelay = 0
+n or -n ms
delay audio or delay video
@@ -171,12 +177,6 @@ Setup: /etc/vdr/setup.conf
in the setup menu this is entered as (24bit RGB and 8bit Alpha)
(Red * 65536 + Green * 256 + Blue)
- softhddevice.SkipLines = 0
- skip 'n' lines at top and bottom of the video picture.
-
- softhddevice.SkipPixels = 0
- skip 'n' pixels at left and right of the video picture.
-
softhddevice.StudioLevels = 0
0 use PC levels (0-255) with vdpau.
1 use studio levels (16-235) with vdpau.