Topic: Possible to use SVP to watch slow motion realtime?

I used to use MVtools via avisynth in FFDshow to watch certain action sequences in slow motion, not just any slow motion, but one that interpolations to smooth scenes.

Since SVP is based on MVtools, is it possible to use to watch slow motion..?

thanks,

Re: Possible to use SVP to watch slow motion realtime?

geminihcsvp
I think yes.

What script are you using?
Write it here.

3 (edited by travolter 05-03-2013 19:01:20)

Re: Possible to use SVP to watch slow motion realtime?

its easy.. if your monitor is 60hz just interpolate to 120fps, 180fps, 240fps, 300fps for more slow motion

chainik wrote a fix into the forum for me.. do a search

Re: Possible to use SVP to watch slow motion realtime?

whoops, i mis-recalled the plugin i used, it was not MVtools it was MSU Framerate: http://www.compression.ru/video/frame_r … n_msu.html

It was just a very very simple line: ConvertToYV12().MSU_FRC(4,"fast")          , this would slow the video down about 0.25x playback speed yet maintain the same smooth framerate (interpolating the frames in between).

is there something similar that does the same function? i'm newbie when it comes to avisynth scripting

thanks for your advice!

Re: Possible to use SVP to watch slow motion realtime?

geminihcsvp
ConvertToYV12().MSU_FRC(4,"fast") can be implemented via SVP libraries:

Using SVPflow:

super=SVSuper("{gpu:1}")
vectors=SVAnalyse(super, "{}")
SVSmoothFps(super, vectors, "{rate:{num:4}}", url="www.svp-team.com")

Using Interframe:

Import("InterFrame2.avsi")
InterFrame(NewNum=FrameRateNumerator*4,NewDen=FrameRateDenominator)

Re: Possible to use SVP to watch slow motion realtime?

MAG79
super=SVSuper("{gpu:1}")
vectors=SVAnalyse(super, "{}")
SVSmoothFps(super, vectors, "{rate:{num:4}}", url="www.svp-team.com")


Sorry to bump up the thread...

I just would like to know how can i add this line to SVPflow?

Because it's very exausting convert every video that you wanna watch on slow motion, it takes hours, it would be better just use SVP.

Thanks.

Re: Possible to use SVP to watch slow motion realtime?

pezgui
edit "Program Files\SVP\override.js" (open it with Notepad)
uncomment lines with "smooth.rate.num" and "smooth.rate.den" and assign desired values

(num=4, den=1 for example)

Re: Possible to use SVP to watch slow motion realtime?

http://i.imgur.com/5eUrKIh.jpg

Like This?

Cuz it's not working.

Re: Possible to use SVP to watch slow motion realtime?

nooope

do NOT copy any other text to this file. please  roll

Re: Possible to use SVP to watch slow motion realtime?

Chainik

Thanks, Chainik.

It's working but only when i add this code to avisynth in ffdshow

ConvertToYV12().MSU_FRC(6,"fast")


I click on Avisynth and it start working.

But when i close the video and open another one, the script in the avisynth box it's not select.

Could you write a path so the ffdshow can load the avs script in the start of each video? So i don't need to check the box every time i open it.

Thanks+1, and sorry for bother you.

Re: Possible to use SVP to watch slow motion realtime?

pezgui
What you want to get?
Why to not just use SVP as is?

12 (edited by fooladi 28-04-2013 01:35:15)

Re: Possible to use SVP to watch slow motion realtime?

pezgui
you don't need any modification or custom script.

just use Potplayer + SVP

http://www.svp-team.com/wiki/Daum_PotPlayer_with_DXVA
http://www.svp-team.com/forum/viewtopic.php?id=284

press X multiple time to decrease playback speed

enjoy smooth slow motion with aid of SVP

press Z in Potplayer to 1X speed or C to increase speed.