- Thread starter
- #31
@Netptune31: My plugin does no real stream analysation, because of this it is only aware of values reported by the MP player. The width and height behaviour seems to be codec depended but there maybe a solution thought. Because the plugin checks the AR values from the MP player...
...please try the following:
* Enable verbose log in the plugins config
* Set the MP logging to "debug"
After watching tv you should so values like this:
[Debug][ViewModeSwitcherThread]: VideoAspectRatioX 768
[Debug][ViewModeSwitcherThread]: VideoAspectRatioY 576
[Debug][ViewModeSwitcherThread]: VideoWidth 768
[Debug][ViewModeSwitcherThread]: VideoHeight 576
I hope in your case it will look like this:
[Debug][ViewModeSwitcherThread]: VideoAspectRatioX 768
[Debug][ViewModeSwitcherThread]: VideoAspectRatioY 576
[Debug][ViewModeSwitcherThread]: VideoWidth 720
[Debug][ViewModeSwitcherThread]: VideoHeight 576
If the the VideoAspectRatioX value looks like this (and 1024 for 16/9) you should still be able to use the plugin by simply setting the rules based an the values from your log file.
Please give me a feedback if it works. I will then sooner or later update the documentation in the first post.
fer2:
Sorry for the misunderstandings. I somehow came to the conclusion you are using a 4:3 screen because of the values you have posted (i.e. 800x600).
Regarding the distortion of the "zoom" mode you have described I will try to have a deeper look at home. Maybe the problem is codec dependent as well. If you create a log file like I have described it for Netptune31, which values do you find in there? Maybe we should continue this tests/discussion in the thread you have posted, before we're running offtopic here
Bye
Lars
...please try the following:
* Enable verbose log in the plugins config
* Set the MP logging to "debug"
After watching tv you should so values like this:
[Debug][ViewModeSwitcherThread]: VideoAspectRatioX 768
[Debug][ViewModeSwitcherThread]: VideoAspectRatioY 576
[Debug][ViewModeSwitcherThread]: VideoWidth 768
[Debug][ViewModeSwitcherThread]: VideoHeight 576
I hope in your case it will look like this:
[Debug][ViewModeSwitcherThread]: VideoAspectRatioX 768
[Debug][ViewModeSwitcherThread]: VideoAspectRatioY 576
[Debug][ViewModeSwitcherThread]: VideoWidth 720
[Debug][ViewModeSwitcherThread]: VideoHeight 576
If the the VideoAspectRatioX value looks like this (and 1024 for 16/9) you should still be able to use the plugin by simply setting the rules based an the values from your log file.
Please give me a feedback if it works. I will then sooner or later update the documentation in the first post.
fer2:
Sorry for the misunderstandings. I somehow came to the conclusion you are using a 4:3 screen because of the values you have posted (i.e. 800x600).
Regarding the distortion of the "zoom" mode you have described I will try to have a deeper look at home. Maybe the problem is codec dependent as well. If you create a log file like I have described it for Netptune31, which values do you find in there? Maybe we should continue this tests/discussion in the thread you have posted, before we're running offtopic here
Bye
Lars
Germany