18.10.2023, 15:03
That is strange, usually Vapoursynth is faster. (Are you sure you use the same settings?)
I found a 'fix' for sRestore in Vapoursynth and that is to limit the thread count to 1 for the whole script.
Okay,
[quote]Can you share a debug output of the analysis of the source?
and
Does the deinterlacing + despot + sRestore properly work for you in Vapoursynth? (I know that DeSpot isn't as usable, this is also to get some more data.)
[/code]
are answered with that.
So it is an Avisynth only issue.
Try the following, use:
This should create a 10-second sample file (M:\Tanya-IN\Sample.mov) form 1 min into the clip.
Then check if you can reproduce the problem with that sample and assuming it's not too large share it with me.
(you can adjust the start time with 'ss' and the length with '-t' in case the selected part isn't usable, i.e. too dark or just a still image,...)
Cu Selur
I found a 'fix' for sRestore in Vapoursynth and that is to limit the thread count to 1 for the whole script.
Okay,
[quote]Can you share a debug output of the analysis of the source?
and
Does the deinterlacing + despot + sRestore properly work for you in Vapoursynth? (I know that DeSpot isn't as usable, this is also to get some more data.)
[/code]
are answered with that.
So it is an Avisynth only issue.
Try the following, use:
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -ignore_editlist true -ss 60 -i M:\Tanya-IN\Apocalypse Sexual_SpainVH-ACEtbc.mov -t 10 -copy copy M:\Tanya-IN\Sample.mov
Then check if you can reproduce the problem with that sample and assuming it's not too large share it with me.

(you can adjust the start time with 'ss' and the length with '-t' in case the selected part isn't usable, i.e. too dark or just a still image,...)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.