From b14a67b6013622495114a33a6484aebb37157691 Mon Sep 17 00:00:00 2001 From: Johns Date: Sat, 5 Jan 2013 23:16:03 +0100 Subject: New features documented. --- README.txt | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 31f87d9..124d59e 100644 --- a/README.txt +++ b/README.txt @@ -27,13 +27,14 @@ A software and GPU emulated HD output device plugin for VDR. o Audio FFMpeg / OSS / Analog o HDMI/SPDIF pass-through o Software volume, compression, normalize and channel resample - o YaepgHD support + o YaepgHD support / new >1.7.33 VDR ScaleVideo API support o Software deinterlacer Bob (VA-API only) o Autocrop o Grab image (VDPAU only) - o Suspend + o Suspend / Dettach o Letterbox, Stretch and Center cut-out video display modes o atmo light support with plugin http://github.com/durchflieger/DFAtmo + o PIP (Picture-in-Picture) (VDPAU only) o planned: Video decoder VA-API Branch: vaapi-ext/staging o planned: Video output XvBA / Opengl / Xv @@ -228,11 +229,41 @@ Setup: /etc/vdr/setup.conf 0 disable black picture during channel switch 1 enable black picture during channel switch - VideoDisplayFormat = ? + softhddevice.Video4to3DisplayFormat = 1 0 pan and scan 1 letter box 2 center cut-out + softhddevice.VideoOtherDisplayFormat = 1 + 0 pan and scan + 1 pillar box + 2 center cut-out + + softhddevice.pip.X = 79 + softhddevice.pip.Y = 78 + softhddevice.pip.Width = 18 + softhddevice.pip.Height = 18 + PIP pip window position and size in percent. + + softhddevice.pip.VideoX = 0 + softhddevice.pip.VideoY = 0 + softhddevice.pip.VideoWidth = 0 + softhddevice.pip.VideoHeight = 0 + PIP video window position and size in percent. + + softhddevice.pip.Alt.X = 0 + softhddevice.pip.Alt.Y = 50 + softhddevice.pip.Alt.Width = 0 + softhddevice.pip.Alt.Height = 50 + PIP alternative pip window position and size in percent. + + softhddevice.pip.Alt.VideoX = 0 + softhddevice.pip.Alt.VideoY = 0 + softhddevice.pip.Alt.VideoWidth = 0 + softhddevice.pip.Alt.VideoHeight = 50 + PIP alternative video window position and size in percent. + + Setup: /etc/vdr/remote.conf ------ -- cgit v1.2.3