Default settings for Mpeg2Dec (1 Viewer)

computer

Portal Member
December 10, 2005
20
0
Anyone know how to set the hue, saturation, brightness, etc of the Mpeg2Dec filter to exactly 0 or default or whatever. I've been a fiddling and ended up making everything look weird but can't quite wokr out what the defaults are. If theres something in a config file I can change or if not what position should the sliders be in?

Thanks
 

scoop

Retired Team Member
  • Premium Supporter
  • November 14, 2004
    614
    7
    Hi,

    Placing all sliders in the absolute middle should fix your problem. BTW, the settings are stored in the registry under HKCU\Software\MediaPortal\MPEG Video Filter\.
    You could also save the code below as a ".reg" file and import that into your registry. This is a copy from the registry key from my laptop, and I've never touched the default settings there.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Mediaportal\Mpeg Video Filter]
    "Enable Planar YUV Modes"=dword:00000001
    "Forced Subtitles"=dword:00000001
    "Deinterlace"=dword:ffffffff
    "Brightness"=dword:00000080
    "Contrast"=dword:00000064
    "Hue"=dword:000000b4
    "Saturation"=dword:00000064

    Kind regards,
    Michel
     

    Users who are viewing this thread

    Top Bottom