diff options
author | Johns <johns98@gmx.net> | 2012-01-03 21:31:03 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-03 21:42:39 +0100 |
commit | c8e70ec0fe3cda6f9421d45cf180c6ed3d1d052c (patch) | |
tree | 9da896eaa684fd53131006ef8c0f2c6ff95b0bba /README.txt | |
parent | 5546354cc7051c2d01d153d69e472c609b3e33ab (diff) | |
download | vdr-plugin-softhddevice-c8e70ec0fe3cda6f9421d45cf180c6ed3d1d052c.tar.gz vdr-plugin-softhddevice-c8e70ec0fe3cda6f9421d45cf180c6ed3d1d052c.tar.bz2 |
Audio update.
Alsa: report needed down sampling of 3/5/6 to 2 channels.
Moved alsa code into alsa module.
Initial OSS output support.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -30,10 +30,11 @@ A software and GPU emulated HD output device plugin for VDR. o planned: Video CPU/Opengl o planned: Software Deinterlacer o planned: Video XvBA/XvBA - o Audio FFMpeg/Analog - o Audio FFMpeg/Digital - o planned: HDMI/SPDIF Passthrough - o planned: OSS support + o Audio FFMpeg/Alsa/Analog + o Audio FFMpeg/Alsa/Digital + o Audio FFMpeg/OSS/Analog + o planned: Alsa HDMI/SPDIF Passthrough + o planned: OSS HDMI/SPDIF Passthrough To compile you must have the 'requires' installed. @@ -63,6 +64,9 @@ Install: cd vdr-softhddevice make VDRDIR=<path-to-your-vdr-files> LIBDIR=. + You can edit Makefile to enable/disable VDPAU / VA-API / Alsa / OSS + support. + Setup: environment ------ Following is supported: @@ -99,6 +103,11 @@ Setup: /etc/vdr/setup.conf softhddevice.AudioDelay = 0 +n or -n ms +Commandline: +------------ + + Use vdr -h to see the command line arguments support by the plugin. + Warning: -------- libav is not supported, expect many bugs with it. @@ -112,6 +121,9 @@ Requires: media-libs/alsa-lib Advanced Linux Sound Architecture Library http://www.alsa-project.org + or + kernel support for oss/oss4 or alsa oss emulation + x11-libs/libva Video Acceleration (VA) API for Linux http://www.freedesktop.org/wiki/Software/vaapi |