Jump to content

OSD Bildgrösse


topcaser

Recommended Posts

Posted

Hallo,

 

gibt es eine Möglichkeit, das kleine Fernsehbild beim OSD etwas zu vergrössern?

Posted

temporär mit der maus (einfach mal n bischen damit rumprobieren) und poermanent per änderung des OSD skins (TVWindow element).

Posted

Habe nun diese Code Sequqnez:

 

<?xml version="1.0" encoding="iso-8859-1"?>
<screen default="2" allowoverlay="true" hasbg="false" version="DVBViewer OSDSkin 1.1">
 <items>
<item>
  <description>video preview window</description>
  <type>videowindow</type>
  <id>1</id>
  <X>25</X>
  <Y>25</Y>
  <width>110</width>
  <height>88</height>
  <up>0</up>
  <down>2</down>
  <left>1</left>
  <right>1</right>
</item>
 </items>
</screen>

 

durch diese ersetzt

<?xml version="1.0" encoding="iso-8859-1"?>
<screen default="2" allowoverlay="true" hasbg="false" version="DVBViewer OSDSkin 1.1">
 <items>
<item>
  <description>video preview window</description>
  <type>videowindow</type>
  <id>1</id>
  <X>1</X>
  <Y>1</Y>
  <width>132</width>
  <height>104</height>
  <up>0</up>
  <down>2</down>
  <left>1</left>
  <right>1</right>
</item>
 </items>
</screen>

 

Getan hat sich leider nix ;)

 

Ich wollte das Fenster etwas vergroessern und weiter oben links in die Ecke schieben.

 

Das mit der Maus ziehen funktioniert uebrigens auch sehr gut...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...