Buy Now!
FAQ
Formats & Decoders
Options & Settings
Fullscreen Navigation
Playlist
Equalizer
Control Bar
Media Library
Skin Selector
Chapters & Bookmarks
Scene Cuts
Presets
Remote Control
Patterns & Whitewash
Streaming
Command Line
Resources
Control API
Home > Zoom Player > Advanced Options > Filter Management


Manual Filters
Note, This feature has been deprecated and most of its functionality can be duplicated through the Smart Play mechanism. Back to the description...

DirectShow filters determine how audio/video is decoded. They are chained together to decode and display content. Certain filters will load the media file, other filters will split this data into Audio and Video streams while decoder filters will decompress the data and provide Sound and Image to be displayed and heard through Renderer filters.

Zoom Player supports 3 distinct modes of constructing a Graph for Media File playback.

The default "Disabled" setting is to let Windows or Smart Play decide which is the best method to play the file (this is the recommended setting).

The "Using Filter File" method allows you to insert filters of your choosing into the created Graph and let windows try to build the graph itself using the filters you specified and any other filters it deems necessary. For information on how to create your own filters file, open "zplayer.filters" using any text editor.

The "Auto by Extension" allows you to manually define the entire graph according to the extension of the file played. These manual graph files can be found under the "MediaGraph" sub-dir within the Zoom Player directory. The "example_AVI.MediaGraph" file contains a tutorial on how to build your own media graphs. You shouldn't use Manual MediaGraph files unless you're absolutely sure of what you're doing, otherwise playback may not work properly.
If a MediaGraph file for a specific file extension doesn't exist, Zoom Player will let Windows or Smart Play choose how to play the file (same as "Disabled" option).

You can also create a MediaGraph file for a specific Media file. Do this by using the same base name as the media file but with the ".MediaGraph" extension. Such a MediaGraph file will be enabled even without the "Auto by Extension" toggle being enabled.

Filter Profiles
Zoom Player supports Filter Profiles to allow you to easily Configure, Register and Unregister DirectShow filters on your Computer System. The provided profiles are for most in-use filters currently available, but you can easily add your own profiles by adding listings under the "ZoomPlayer\DSFilters" directory.

Merit Manager
This merit manager lists all registered DirectShow filters on your system. It allows you to browse and unregister each filter.

The Merit point system determines how Windows decides which filter should be used to play a Media File (Note, the Smart Play overrides the merit system, so there's little need to edit a filter's merit). For example, if you have both the DIVX decoder and the FFDSHOW decoder installed on your system, both will be vying to play the DIVX content. The filter assigned with the higher merit value will be the one used when a DIVX file is opened. By adjusting the merit values of filters, you can try resolving filter conflicts (where the wrong filter is loaded by default). Changing filter merits may not take effect until after a system reboot (or logging out the current user).

Again, if you are using Smart Play, the filter merit system is ignored and there can be no filter conflicts (one of the big benefits of using Smart Play).