diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |