SVP90FPS wrote:

Any help?

Can you be more specific what you need help with? There are already steps laid out above, even with gif screencasts that show where to click. You don't really need to understand toolchains or anything to be able to replicate it. I also did it with 0 experience with this stuff

My StaxRip crashes when I try to open your srip files
But it doesn't matter as much since your guides/screenshots are detailed enough and are working for me. I just don't get why opening a new file overwrites my preset. Plus if you could point to a good guide on those settings (specifically, am interested in a few quality presets that have already been tested and can be used so I don't have to spend a lot of time reading on each of the options)

Exception
Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at StaxRip.x264Encoder.get_QualityMode() in D:\Projekte\GitHub\staxrip\General\x264.vb:line 500
   at StaxRip.MainForm.UpdateEncoderStateRelatedControls() in D:\Projekte\GitHub\staxrip\Forms\MainForm.vb:line 4773
   at StaxRip.VideoEncoder.OnStateChange() in D:\Projekte\GitHub\staxrip\General\VideoEncoder.vb:line 138
   at StaxRip.MainForm.OpenProject(String path, Boolean saveCurrent) in D:\Projekte\GitHub\staxrip\Forms\MainForm.vb:line 1278
   at StaxRip.MainForm.OpenProject(String path) in D:\Projekte\GitHub\staxrip\Forms\MainForm.vb:line 1244
   at StaxRip.MainForm.OpenProjectFile() in D:\Projekte\GitHub\staxrip\Forms\MainForm.vb:line 2932
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at StaxRip.CommandManager.Process(Command command, List`1 params) in D:\Projekte\GitHub\staxrip\General\General.vb:line 1125
   at StaxRip.CommandManager.Process(String name, List`1 params) in D:\Projekte\GitHub\staxrip\General\General.vb:line 1120
   at StaxRip.UI.CustomMenu.Process(CustomMenuItem item) in D:\Projekte\GitHub\staxrip\UI\Menu Types.vb:line 232
   at StaxRip.UI.CustomMenu.OnCommand(CustomMenuItem item) in D:\Projekte\GitHub\staxrip\UI\Menu Types.vb:line 225
   at StaxRip.UI.CustomMenu.OnKeyDown(Object sender, KeyEventArgs e) in D:\Projekte\GitHub\staxrip\UI\Menu Types.vb:line 209
   at System.Windows.Forms.KeyEventHandler.Invoke(Object sender, KeyEventArgs e)
   at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Form.ProcessKeyPreview(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Thanks for the GIFs!
Interesting though, when I open a file, I get this popup menu http://i.imgur.com/rgqXKkl.png
and when I select e.g. Automatic VapourSynth or VapourSynth ffms2 my SVP settings get overwritten and I have to copy&paste script again.
How come you don't have that popup menu and can use your templates and then load a file?

P.S.
Sorry don't know how to resize picture in this forum. But resized it at imgur source

25/10 works!
By the way, does it matter if it's not exact 60FPS? Does it have any effect on playback (something slowly going out of sync or something)? I guess not, but I don't really know this stuff very well.

MAG79 wrote:

dlr5668
I think

num:2.5,den:1

will not work
It must be

num:5,den:2

wink

Yeah, tried 2.5 before, didn't work, that's why I wasn't sure this was the right place.
Ok, 5 works, but is there a way to make it 60FPS? Of course 120FPS (=x5) is even better, but that comes at a performance price I don't really want to pay since my monitor is 60FPS.

Ok, thanks! I've just ignored this 2nd exception and it converted the video.
However, the output is 47.952fps (which is double the source 23.976). Sorry for such a nub question, but where exactly do you set the target FPS rate?

dlr5668 wrote:

No errors for me with this:

Thanks, now that other error is gone (you were right, should not have imported the module, I guess StaxRip does it automatically).
However, now I get another exception

Python exception: Plugin: path\to\Vapoursynth\plugins64\svpflow1_vs64.dll already loaded (com.svp-team.flow1)

Do you know how come it's already loaded? Is it safe to ignore?

That line will break script.

Sorry, I'm a bit confused — are you using/running this script somewhere? I thought you only need it inside SVP manager and nowhere else?  Or am I missing something?

Thanks a bunch for these instructions, been looking for some modern app like this for a while.
However, I get Python exception: name 'core' is not defined that implies it can't

import vapoursynth as vs

Funny thing is when I run python from command prompt I can import this module just fine since it was installed properly. Any idea why that is?

By the way, you're missing the import line in the text script even though you have it in the screenshot.