Jump to content

OSD Resolution Converter


chp

Recommended Posts

There is no manual, in the original post Christian refers to the source code as documentation.

 

http://www.DVBViewer.tv/forum/topic/38303-x-skin/page__view__findpost__p__291982

http://www.DVBViewer.tv/forum/topic/19905-osd-skin-xic3/page__st__120__p__164510#entry164510

 

As far as I can see you have to run the Sample.exe in the Skin folder with two or three parameters.

1 > RatioX

2 > RatioY

3 > Minimum (optional)

 

But this will only change most values in the .xml files. So this is only a start point for porting a Skin to a other resolution.

Link to comment

Thanks Tjod,

 

Do you mean I just have to put the 2 files included in the ZIP file into the desired skin folder, change the 2 folowing lines in the "sample.dpr" file:

From

RatioX := 1024 / 1366;

RatioY := 768 / 768;

to

RatioX := 1024 / 1920;

RatioY := 768 / 1080;

 

to match my resolution, run the program and voilà?

Link to comment

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...