home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Talk
Automatic Refreshrate Changer
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="5Hundred" data-source="post: 340935" data-attributes="member: 62217"><p>This a note for those wishing to use this plugin and ATI profiles, i have it working within Vista without using a device reset and changing the resolution as well as the refresh rate.</p><p></p><p>Took a while but the problem i could see ocurring was that the video was playing too soon after the screen changed, this resulted in a never ending cycle where the video would stop and the screen would return to the default hz, then try to start the movie, change the screen res and repeat until something would have probably gone up in smoke.</p><p></p><p>So what solved the problem was using a cmd file to change the ATI profile and into that cmd file i built in a wait period of just a few seconds (using this exe <a href="http://www.afreego.com/Categories/Utilities/Automation/006450.php" target="_blank">Wait.exe</a>)</p><p></p><p>This gives enough time for the screen to change before starting the movie/video clip/dvd etc</p><p></p><p>I put the cmd files (one for each res/rate) into my ATI folder i.e. c:\program files\ati technologies\ati.ace\core-static (and also the wait.exe and a file called mauraus.exe more of which below) and then used the refresh rate changer to use them to change the res/refresh rate.</p><p></p><p>An example of my 24fps.cmd file is </p><p></p><p>********************</p><p></p><p>CLI.exe start Load profilename="CinemaProfile"</p><p>wait 4</p><p>mausraus.exe</p><p></p><p>******************************</p><p></p><p>This changes my ati profile to cinema rate of 24fps and a resolution that my TV supports at that frequency, then it waits for 4 seconds, then it sends the mouse cursor to the bottom right of the screen. I included the last exe as i was getting a cursor showing briefly on screen every time a resolution changed, this got rid of that. Because Automatic refresh rate changer waits to play the movie\clip\dvd until the cmd file has finished (thankyou for this feature!) it completes all 3 tasks successfully and now plays perfectly. </p><p></p><p>To make life simpler might I suggest that it might be worth giving us the option to put in the mediaportal.xml a "wait for this number of seconds before playing media" setting which we could specify a time. This might help others who have issues with this plugin (i may of course be the only one with this problem).</p><p></p><p>My mediaportal.xml settings currently for this plugin are as follows</p><p></p><p><entry name="autochangerefreshrate">yes</entry></p><p> <entry name="notify_on_refreshrate">no</entry></p><p> <entry name="cinema_ext">c:\Program Files\ATI Technologies\ATI.ACE\Core-Static\24.cmd</entry></p><p> <entry name="pal_ext">c:\Program Files\ATI Technologies\ATI.ACE\Core-Static\tv.cmd</entry></p><p> <entry name="ntsc_ext">c:\Program Files\ATI Technologies\ATI.ACE\Core-Static\ntsc.cmd</entry></p><p> <entry name="tv_ext">c:\Program Files\ATI Technologies\ATI.ACE\Core-Static\tv.cmd</entry></p><p> <entry name="cinema_fps">23.976;24</entry></p><p> <entry name="pal_fps">25</entry></p><p> <entry name="ntsc_fps">29.97;30</entry></p><p> <entry name="tv_fps">25</entry></p><p> <entry name="cinema_hz">24</entry></p><p> <entry name="pal_hz">50</entry></p><p> <entry name="ntsc_hz">60</entry></p><p> <entry name="tv_hz">50</entry></p><p> <entry name="default_hz">pal_hz</entry></p><p> <entry name="use_default_hz">yes</entry></p><p> <entry name="devicereset">no</entry></p><p> <entry name="force_refresh_rate">no</entry></p><p></p><p>I hope this might give some food for thought or help someone out, thanks for a great plugin!</p></blockquote><p></p>
[QUOTE="5Hundred, post: 340935, member: 62217"] This a note for those wishing to use this plugin and ATI profiles, i have it working within Vista without using a device reset and changing the resolution as well as the refresh rate. Took a while but the problem i could see ocurring was that the video was playing too soon after the screen changed, this resulted in a never ending cycle where the video would stop and the screen would return to the default hz, then try to start the movie, change the screen res and repeat until something would have probably gone up in smoke. So what solved the problem was using a cmd file to change the ATI profile and into that cmd file i built in a wait period of just a few seconds (using this exe [url=http://www.afreego.com/Categories/Utilities/Automation/006450.php]Wait.exe[/url]) This gives enough time for the screen to change before starting the movie/video clip/dvd etc I put the cmd files (one for each res/rate) into my ATI folder i.e. c:\program files\ati technologies\ati.ace\core-static (and also the wait.exe and a file called mauraus.exe more of which below) and then used the refresh rate changer to use them to change the res/refresh rate. An example of my 24fps.cmd file is ******************** CLI.exe start Load profilename="CinemaProfile" wait 4 mausraus.exe ****************************** This changes my ati profile to cinema rate of 24fps and a resolution that my TV supports at that frequency, then it waits for 4 seconds, then it sends the mouse cursor to the bottom right of the screen. I included the last exe as i was getting a cursor showing briefly on screen every time a resolution changed, this got rid of that. Because Automatic refresh rate changer waits to play the movie\clip\dvd until the cmd file has finished (thankyou for this feature!) it completes all 3 tasks successfully and now plays perfectly. To make life simpler might I suggest that it might be worth giving us the option to put in the mediaportal.xml a "wait for this number of seconds before playing media" setting which we could specify a time. This might help others who have issues with this plugin (i may of course be the only one with this problem). My mediaportal.xml settings currently for this plugin are as follows <entry name="autochangerefreshrate">yes</entry> <entry name="notify_on_refreshrate">no</entry> <entry name="cinema_ext">c:\Program Files\ATI Technologies\ATI.ACE\Core-Static\24.cmd</entry> <entry name="pal_ext">c:\Program Files\ATI Technologies\ATI.ACE\Core-Static\tv.cmd</entry> <entry name="ntsc_ext">c:\Program Files\ATI Technologies\ATI.ACE\Core-Static\ntsc.cmd</entry> <entry name="tv_ext">c:\Program Files\ATI Technologies\ATI.ACE\Core-Static\tv.cmd</entry> <entry name="cinema_fps">23.976;24</entry> <entry name="pal_fps">25</entry> <entry name="ntsc_fps">29.97;30</entry> <entry name="tv_fps">25</entry> <entry name="cinema_hz">24</entry> <entry name="pal_hz">50</entry> <entry name="ntsc_hz">60</entry> <entry name="tv_hz">50</entry> <entry name="default_hz">pal_hz</entry> <entry name="use_default_hz">yes</entry> <entry name="devicereset">no</entry> <entry name="force_refresh_rate">no</entry> I hope this might give some food for thought or help someone out, thanks for a great plugin! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Automatic Refreshrate Changer
Contact us
RSS
Top
Bottom