Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.34
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Purpose

  • Required:  No
  • Type of Change:  Feature

Description of Change

Now, we can adjust FFDShow Post Processing feature directly from OSD.

In Windows ID (2901) xml (i.e VideoOSD.xml) or inherited/imported xml file like videoOSD.VideoMenu.xml (for streamedMP),

You can add these new IDs to display a slider (progress bar). These settings are only visible when ffdshow is in the Directshow Graph.

  • OSD_VIDEO_POSTPROC_DEBLOCK_ONOFF = 707,
  • OSD_VIDEO_POSTPROC_RESIZE_ONOFF = 708,
  • OSD_VIDEO_POSTPROC_CROP_ONOFF = 709,
  • OSD_VIDEO_POSTPROC_CROP_VERTICAL_LABEL = 710,
  • OSD_VIDEO_POSTPROC_CROP_VERTICAL = 711,
  • OSD_VIDEO_POSTPROC_CROP_HORIZONTAL_LABEL = 712,
  • OSD_VIDEO_POSTPROC_CROP_HORIZONTAL = 713, 
  • OSD_VIDEO_POSTPROC_DEINTERLACE_ONOFF = 714,

Additional Information and References

Mantis Issue:

//mantis.team-mediaportal.com/view.php?id=3219

Related xml(s):

VideoOSD.xml and for example here videoOSD.VideoMenu.xml (StreamedMP)

Windows IDs:

2901

Related GUI control:

707, 708, 710, 711, 712, 713, 714

Author:

Sebastiii

Date added:

Tue, 31 May 2011

XML/Code Samples

We have new function :

<type>checkmark</type>
<description>Deinterlace checkbox</description> <id>714</id>
<description>Postprocessing resize checkbox</description> <id>708</id>
<description>Postprocessing deblock checkbox</description> <id>707</id>

For <type>label</type>
<description>Postprocessing crop vertical label</description> <id>710</id>
<description>Postprocessing crop horizontal label</description> <id>712</id>

For <type>slider</type>
<description>Postprocessing horizontal</description> <id>713</id>
<description>Postprocessing crop vertical</description> <id>711</id>


Example : 

<control>
      <description>Postprocessing horizontal</description>
      <type>slider</type>
      <id>713</id>
      <posX>880</posX>
      <posY>304</posY>
      <spintype>int</spintype>
      <textureSliderBar>sliderbackground.png</textureSliderBar>
      <textureSliderNib>slidernibnf.png</textureSliderNib>
      <textureSliderNibFocus>slidernibfo.png</textureSliderNibFocus>
      <onup>711</onup>
      <ondown>714</ondown>
      <onleft>713</onleft>
      <onright>713</onright>
      <animation effect="slide" start="1300,0" end="0,0" tween="quadratic" time="300" delay="0">visible</animation>
      <visible>no</visible>
    </control>

Screenshots

   

 

This page has no comments.