Topic: Change "framerate change" by Hotkey or batch?

Hi, greate tool smile. I love it.

Can you help me again, please...
How can i change the "framerate change" external with a Hotkey or a simple batch? (when i change it, where it will be stored?)
I want to build a plugin for Mediaportal to change the smoothness via remote.

Re: Change "framerate change" by Hotkey or batch?

Hello, MaxMan23
Why did you need to change this setting?
What result do you want to achieve?

I think it's wrong way. This setting must be preconfigured and change automatically by auto-choose the right profile by source framerate.
You can create as many profiles as you need and configure them. After that just choose by menu: Profile select settings - Profile filter by framerate.

Re: Change "framerate change" by Hotkey or batch?

I want to change between various strengthes of the smoothness effect. (to screen res or to half screen res, ...)
Or is there another way to do this. I mean every modern TV with frame interpolation can switch between different modes (normal, light, heavy)

Re: Change "framerate change" by Hotkey or batch?

MaxMan23
SVP have not such hotkey. We will think about it. Thanks for this idea.

Re: Change "framerate change" by Hotkey or batch?

as for me, i feel good without such hotkey wink

6 (edited by MaxMan23 20-12-2011 17:31:37)

Re: Change "framerate change" by Hotkey or batch?

I want to use it for mediaportal. when i can change settings by hotkey or batch, i could write a plugin for mediaplortal to switch the strength with my remote :-)

Can you say me in witch file the framerate change is stored?

Re: Change "framerate change" by Hotkey or batch?

MaxMan23
There are several files in %appdata%\SVP\ExtIni\
All files have standard ini-structure. The parameter you need is ExMulti.
After changing it you must to stop SVP and then run SVP (ctrl-shift-P) to apply changes.

8 (edited by MaxMan23 23-12-2011 19:19:37)

Re: Change "framerate change" by Hotkey or batch?

Hi,

can you help me again, please. I build a plugin for Mediaportal that changes the Profiles (in appdata), but when i (manually) press ctrl-shift-P (off and on again) the changed Profile has no change in the running movie (but it will be shown correct in the profiles window of SVP).

what can i do to get the profile activated during a running movie? When i changed the settings under "algo.. profile settings" the framerate changes while the movie is running.


MaxMan23

Re: Change "framerate change" by Hotkey or batch?

MaxMan23
Oh! Yes. I forgot about AVS-script creation.
You need to execute this line from SVP current folder:

Utilities\ws.exe /r SVPmgr.ws main "%appdata%\SVP\"

This command will recreate AVS-script from changed profile parameters.
After that you can send double ctrl-shift-P to apply this script to video.

Re: Change "framerate change" by Hotkey or batch?

The command does not work. When a video is running and i manually change settings in appdata svp does not recognize the new settings.

- run a video
- change the settings in appdata file (with editor)
- run Utilities\ws.exe /r SVPmgr.ws main "%appdata%\SVP\" (cmd)
- 2x ctrl-shift-P

When i kill the svpmgr.exe and start again the new settings are present, but this is not the way i would make changes smile

Re: Change "framerate change" by Hotkey or batch?

MaxMan23
- change the settings in appdata file (with editor)
Which file do you change?

- run Utilities\ws.exe /r SVPmgr.ws main "%appdata%\SVP\" (cmd)
See at %appdata%\AVS folder. After that command file ffdShow.avs will be recreated. See at file creation time. If it is not update when look closer to command. You are doing something wrong!

May be UNICODE characters are present in your user name or in path %appdata%?

Re: Change "framerate change" by Hotkey or batch?

I run a movie (1920x1080@24) and change the settings in the "1920x1080@24" (...\AppData\Roaming\SVP\ExtIni)   
ExMulti=MON -> ExMulti=MON:2

Re: Change "framerate change" by Hotkey or batch?

MaxMan23
It is right.
What do you do after it?

Re: Change "framerate change" by Hotkey or batch?

- run Utilities\ws.exe /r SVPmgr.ws main "%appdata%\SVP\" (cmd)
- 2x ctrl-shift-P

Re: Change "framerate change" by Hotkey or batch?

smile You told it.
What happens after run ws.exe. I want to ask you about AVS-script update. Did you see any changes in script ffdshow.avs after call ws.exe?

Re: Change "framerate change" by Hotkey or batch?

I found another way. I changed the settings in the avs script. that works.