diff options
author | Johns <johns98@gmx.net> | 2013-01-05 23:16:03 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-01-05 23:16:03 +0100 |
commit | b14a67b6013622495114a33a6484aebb37157691 (patch) | |
tree | 7161beb0311283235a6c4972173bdc3b6cc4a4f1 /README.txt | |
parent | b24409323df32cfdb10f45f1705c59abb25e5041 (diff) | |
download | vdr-plugin-softhddevice-b14a67b6013622495114a33a6484aebb37157691.tar.gz vdr-plugin-softhddevice-b14a67b6013622495114a33a6484aebb37157691.tar.bz2 |
New features documented.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 37 |
1 files changed, 34 insertions, 3 deletions
@@ -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 ------ |