Output devices: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
Line 24: Line 24:


== Software/Hardware MPEG decoders and plugins==
== Software/Hardware MPEG decoders and plugins==
Most input cards sold nowadays for receiving DVB signal are so-called budget cards. Budget cards do not have hardware video decoders. The decoding is done by the CPU and the output is usually given to the normal video card. Software decoding is unefficient way of displaying video. It needs a lot of processing power, consumes a lot of CPU time, also consumes power and electricity, generates heat, heat increases the need for cooling, cooling is done by fans usually, fans create noise. Most of people don't like noisy TV equipment. Otherwise software-only decoding is ok. There are a number of VDR plugins available which can do software only decoding. These plugins are not only for software decoding, they can use hardware fordecoding also.
Most input cards sold nowadays for receiving DVB signal are so-called budget cards. Budget cards do not have hardware video decoders. The decoding is done by the CPU and the output is usually given to the normal video card. Software decoding is unefficient way of displaying video. It needs a lot of processing power, consumes a lot of CPU time, also consumes power and electricity, generates heat, heat increases the need for cooling, cooling is done by fans usually, fans create noise. Most of people don't like noisy TV equipment. Otherwise software-only decoding is ok. There are a number of VDR plugins available which can do software-only decoding. These plugins are not only for software-only decoding, they can use hardware fordecoding also.


====[[Softdevice-plugin]]====
====[[Softdevice-plugin]]====

Revision as of 21:21, 1 April 2013

Hardware video decoder

The principle of the VDR software is avoiding to deal with MPEG data on software side as much as possible. For viewing of the video stream provided by the DVB card, a hardware video decoder can be used. There are few possibilities for decoding video on hardware:

Crystal HD video decoders

Crystal HD video decoder is a decoder card which does not have video input or outputs. Instead it is plugged in a mini PCI-e slot and handles only decoding of the video data. After decoding the video is forwarded to an output device.

Xine-plugin seems to have support for this hardware.

Full-featured DVB card

Full featured DVB card has the DVB tuner and the hardware video decoder with TV-Out.

Dxr3 or Hollywood-Plus MPEG decoder card

Dxr3 is a MPEG decoder card, originally used for viewing DVDs on computers that did not have enough processing power for DVD decoding. It can be used for viewing SD (Standard-definition) video. The current status (April 2013) is that it cannot be used on stable VDR-2.0.0 because VDR requires DVB driver api 5.3. The API available in recent kernel versions is not supported by the dxr3 driver anymore because the driver code has not updated for V4L2 (Video for Linux 2). The dxr3 driver only supports V4L1 (Video for Linux 1). The dxr3 driver has the em8300 decoder chip.

The previous stable VDR-1.6.0 can still work with dxr3 card and Linux kernels up to 2.6.37. The dxr3 card has limited OSD (On Screen Display) capabilities and can only show four colors at the time. The limitations can be cirumvented by using dxr3 compatible VDR skins.

Hauppauge WinTV PVR350

WinTV PVR350 is an old analogue TV card with onboard hardware MPEG2 decoder.

VDPAU capable video card

When using VDPAU capable video card the video is decoded "in software" by xineliboutput or similar plugin. It is then up to the plugin to use capabilities of the underlying hardware to decode the video as efficiently as possible in hardware. VDPAU api is meant for offloading video decoding to hardware. Many video card manufacturers are currently (2013) supporting it such as ATI/AMD, Intel and NVidia.

The main advantage of using the VDPAU api is that VDR can be run under Xorg and other software for Xorg can be used directly without modifications. The video out will then be a normal Xorg session with hardware for VDR.

Software/Hardware MPEG decoders and plugins

Most input cards sold nowadays for receiving DVB signal are so-called budget cards. Budget cards do not have hardware video decoders. The decoding is done by the CPU and the output is usually given to the normal video card. Software decoding is unefficient way of displaying video. It needs a lot of processing power, consumes a lot of CPU time, also consumes power and electricity, generates heat, heat increases the need for cooling, cooling is done by fans usually, fans create noise. Most of people don't like noisy TV equipment. Otherwise software-only decoding is ok. There are a number of VDR plugins available which can do software-only decoding. These plugins are not only for software-only decoding, they can use hardware fordecoding also.

Softdevice-plugin

Provides excellent output on VGA hardware using X11 or DirectFB. Can also do hardware MPEG2 acceleration on motherboards provided with CLE266 chipset. Can also do field perfect interlaced output using Matrox G450/550 cards under DirectFB.

Xine-plugin

requires xine, gxine or some other xine-lib front-end). Xine can also use the hardware MPEG2 acceleration feature of the EPIA M motherboards with CLE266 chipset. Software playback on EPIA.

Xineliboutput-plugin

Xineliboutput plugin is very sophisticated plugin using Xine libraries for displaying video with or without hardware acceleration.