- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #1
MP2 supports different video effect shaders shader for post processing the video frames. The most useful shader is IMO "sharpen_complex", which does a decent job in sharpening SD videos.
When watching TV and switching between HD and SD channels user would be required to manually chose the effect from player menu.
Now there is a new small plugin that takes care for this:
"VideoEffectChanger".
How does it work?
On player start and in interval of 1 second the plugin checks all open video players. If the resolution (video height) is equal or smaller than 576px it selects the "sharpen_comlex" filter. Otherwise it selects "none" (normal playback without processing).
Installation
Download and extract to MP2-Client\Plugins folder
Configuration
There is currently none. When it's in Plugin folder it is enabled by default and uses "sharpen_complex" for SD and "none" for HD.
Further steps planned:
Add configuration to:
@Testers and @Developers should check this out
When watching TV and switching between HD and SD channels user would be required to manually chose the effect from player menu.
Now there is a new small plugin that takes care for this:
"VideoEffectChanger".
How does it work?
On player start and in interval of 1 second the plugin checks all open video players. If the resolution (video height) is equal or smaller than 576px it selects the "sharpen_comlex" filter. Otherwise it selects "none" (normal playback without processing).
Installation
Download and extract to MP2-Client\Plugins folder
Configuration
There is currently none. When it's in Plugin folder it is enabled by default and uses "sharpen_complex" for SD and "none" for HD.
Further steps planned:
Add configuration to:
- enable/disable plugin
- set the height for selecting effect (default 576)
- select an effect for <= height (SD)
- select an effect for > height (HD)
@Testers and @Developers should check this out