10. Small Filter Guide

Even under perfect reception conditions the DVBViewer may not show the desired results. This is mostly due to the fact that important components for audio and video playback are missing. Also other programs can interfere with the DVBViewer because they altered some registry-settings or installed certain DirectShow-components with a higher merit (a description follows down below). You should study this chapter quite thoroughly in case of having problems. But you might consider the information provided useful, if you're just interested.

 

What Are DirectShow Filters?

With DirectShow (part of DirectX) Microsoft introduced a very flexible multimedia interface, which is used by almost every modern media player under windows. DirectShow components are often named as filters (although it doesn't apply in each case) and are registered in the system and are so accessible by other programs. In most cases their file-type is .ax, but sometimes also .dll.

Processing audio and video data streams a long chain of such filters can be involved - each one is responsible for a certain function. The DVBViewer and media-players in general only manage those filters or decoders. They are only indirectly concerned with the processing of the data streams.

A compilation of the necessary filters is sent to the DirectShow filter-manager. If you want to play a video-file for example the manager is told to trace the necessary filters for creating the filter graph. Sometimes the automatic building process leads to unwanted results; therefore certain DirectShow based programs can manually adjust the building process, for example determining the use of a certain filter. Usually the manager uses the “best” filter available. “Best” is not to be understood as quality. “Best” is determined by the merit value of a filter. The filter with the highest merit will always be used. The merit value is set by the filter's author. Therefore the results may not be optimal. Fortunately you can modify the merit value.

 

 

Which Filters Are Involved?

The first or “main” filter is the source-filter, which provides the data stream received via satellite (consisting of audio, video and if necessary also teletext and EPG).

The DVBViewer features a proprietary source-filter:

 

The next filters in the chain are responsible for decompressing the audio and video data. These filters are the decoders. The decoding is the most difficult and time-consuming step in the whole process. The playback quality depends highly on the decoders.

With the installation of the TechniSat software a suitable video decoder, the Mediamatics/DVDExpress decoder (until driver release 4.2.10) or the Sonic decoder (since driver release 4.3.0) , is installed automatically. In case of problems with audio playback you should install the free Moonlight/Elecard Odio Dekoda.

Reminder: The selected filters have to be installed since the DVBViewer does not bring its own filters.

The end of the chain are the audio- and video-renderers, which send the data via drivers to the graphic- and sound-card. The video renderer can be chosen at Options/Enhanced/Render Output. You'll find a description in this paragraph in chapter 7. You can also set different audio-renderers, but those are only different interfaces to the sound-card (see Settings/Options/DirectShow/Dedynamic Filter).

 

 

AC3 / Dolby digital

For AC3 you need to use either Marfi's filter (SkyAVC.ax) or the DVBViewer filter (DVBSource.ax) as source-filter. In the channel list you must input the AC3 PID as audio PID and enable the AC3 checkbox. You will also need a suitable AC3 audio decoder. It is recommended to use the Moonlight Odio Dekoda or the AC3 filter of Vigovsky Alexander.

The following steps must be executed:

Experiments With GraphEdit©

Before you do any changes to the filter graph you should inform yourself about the filters actually being in use.

The first place to look is within the DVBViewer at View/Filters - all used filters are listed there. Unfortunately some of them are not labeled with a meaningful name. Left-clicking one of them opens its property page if available.

For a comprehensive overview of all registered filters in the system you should try GraphEdit from Microsoft. Since it is part of the DirectX SDK, which is a very large file, it is better to search for a download site providing a stand-alone version; you may try http://doom9.org/ (rar-compressed) or http://www.stokebloke.com/video/wmv2avi.php.

GraphEdit shows a filter graph as a diagram and provides an easy way to build an own graph. Here is an overview of the features offered by GraphEdit:

Unfortunately some filters are indicated in GraphEdit by meaningless numbers. In this case it helps to store the entire graph via File/Save as XML and to open the file, which contains additional information, with a text editor. For further details please refer to the GraphEdit help file.

 

Interventions in the System

If the adjustments offered by the DVBViewer are not sufficient to achieve playback with a desired filter combination, only tweaking the system registry helps. Please note: Never ever simply just remove unwanted filters, since they are registered in the system. The according entries can be found in the Windows registry under HKEY_CLASSES_ROOT. Changes in the registry should only be applied, however, if you know exactly what you do. Otherwise you could permanently compromise your system. There are better and much simpler ways to disable unwanted filters.

If you do not want to remove a filter completely, but achieve that the filter manager does not prefer it, you have to lower its Merit value. This value is located in the registry, but usually encoded and hard to find. Therefore Radlight® provided a small tool, the Radlight® Filter Manager. You can download it in the members' area at www.dvbviewer.com/members.

The register/unregister buttons speak for themselves.

Copy CLSID copies the value into the Windows clipboard so that you can insert it into the corresponding box in the DVBViewer's directshow options.

Navigate jumps to or rather shows you the files belonging to the selected entry, for the Cyberlink Video/SP Decoder those are CLLine21.ax and CLVSD.ax for example.

The dropdown box lets you set predefined standard values for the merit.

The box below the Set Value button allows to enter individual values for the merit (just type in and press Set Value). Have a look at the About tab for further information.

Please note: For modifications to take effect, you first have to leave the user account and log in again (under Windows 2000/XP), or to restart the computer (?, Windows 98).