I cannot figure out how to install the avisynthExtension_180127.7z package downloaded from http://www.selur.de/downloads. There is no avisynth tab no matter what I do.
I want to convert videos to a higher framerate. I am assuming that vapoursynth does not support this. Any help is appreciated.
Quote: I am assuming that vapoursynth does not support this
Vapoursynth does support this and even Hybrid without Avisynth or Vapoursynth can do that using "Filtering->Speed Change->Interpolate frame rate" which uses the ffmpeg frameratefilter-filter from ffmpeg.
That said, the Avisynth and Vapoursynth frame rate interpolation filters offer better quality and more options.
That side, you should not have to install the avisynthExtension manually.
Adding the repository, updating the packages using:
should install all needed stuff for Hybrid with Avisynth and Vapoursynth support.
"Vapour->Other->Frame Interpolation" offers two different methods for interpolation, 'Interframe/SVP' and 'MVToolsFPS', I hope djcj included the required dependencies for it (haven't checked).
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Thanks for the quick reply. It has clarified a lot of my doubts regarding Hybrid. I am able to increase framerate by interpolation.
However, I have two issues now:
1. I am unable to use avisynth. It is as if it was never installed. (Please refer the screenshot in the attachments)
I'm guessing this has something to do with the non-windows avisynth extension on selur.de/downloads
2. Vapoursynth keeps crashing. Log states that the .stats file was not created and aborts as soon as the first pass starts.
btw, what does scene change next to interpolate framerate in speed change mean?
Framerate filter -> see link above in the FFmpeg documentation.
Regarding the crash:
Does the Vapoursynth preview work with the settings and source?
I case it does create a DebugOutput level 9 of the job Processing. (See sticky)
Regarding Avisynth:
You'll have to wait for feedback from djcj dir that.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
14.04.2018, 01:06 (This post was last modified: 14.04.2018, 12:05 by Selur.)
nope,...
What does the Vapoursynth script look like?
What is the path to vsedit?
Hybrid uses a modified vsedit version, which I probably (djcj?) should be in the hybrid-bin folder.
The normal vsedit, doesn't allow to be controlled through another program (here Hybrid).
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
That looks like the wrong vsedit is used, which doesn't load the generated script.
-> you will have to wait for djcj to look at this.
Vsedit needs to be from https://github.com/Selur/vapoursynth-editor
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.