Topic: Video path in the python script

Hi, is there any way to get the path of the video in the  python script generated by SVP when using mpv?

When I use MPC-HC with the Vapoursynth filter, I can use VpsFilterSourcePath, but with mpv the name 'VpsFilterSourcePath' is not defined.

Re: Video path in the python script

nope. why?

Re: Video path in the python script

I was trying to use the RemapFrames plugin at the end of the base.py script, to map repeated frames to the scene changes using a text file that i prefer to save at the video folder. Anyway this doesn't seem to work while the video is being rendered. It works flawlessly for encoding however.

I know this isn't probably a big deal for most people, but I'm very sensitive to the distorted frames at the scene changes when they are not detected. The scene change detection with SVP motion vectors works fine most of the time, but sometimes not (only with RIFE, don't know why), to the point of making RIFE not worth it.