hagayg
1st April 2008, 06:35
I worte a little avisynth plugin, the plugin allows you to set your monitor refresh rate (using powerstrip only !, while powerstrip is running) - normally according to Framerate variable in ffdshow's avisynth tab code.
Example usage :
PowerStripRefreshRate(last,Refreshrate=55)
will set the refreshrate to 55hz
PowerStripRefreshRate(last,Refreshrate=Round(Framerate*2))
will set the refreshrate to twice the number of the played movie fps
Note : The value must be integer, becuase of powerstrip's api limitation.
note2: Please verify first that your monitor supports the refreshrates you gonna set using this plugin via powerstrip tool, cause you wont be able to go back to your refresh rate with this plugin when you have "blanked" screen:)
Attached is the plugin to download, just put it in avisynth plugin directory.
Attached also (main.zip) is the source for the plugin (its really like 4 lines of code) so everyone can suggest improvemnts (as i am surely not an avisynth plugin expert:))
Example usage :
PowerStripRefreshRate(last,Refreshrate=55)
will set the refreshrate to 55hz
PowerStripRefreshRate(last,Refreshrate=Round(Framerate*2))
will set the refreshrate to twice the number of the played movie fps
Note : The value must be integer, becuase of powerstrip's api limitation.
note2: Please verify first that your monitor supports the refreshrates you gonna set using this plugin via powerstrip tool, cause you wont be able to go back to your refresh rate with this plugin when you have "blanked" screen:)
Attached is the plugin to download, just put it in avisynth plugin directory.
Attached also (main.zip) is the source for the plugin (its really like 4 lines of code) so everyone can suggest improvemnts (as i am surely not an avisynth plugin expert:))