Posts: 10.618
Threads: 57
Joined: May 2017
Just noticed I used:
https://github.com/lucasg/Dependencies instead of dependcy walker, but they should look similar.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
Is there a way to export a detailed report for each file?
Posts: 10.618
Threads: 57
Joined: May 2017
07.08.2023, 17:13
(This post was last modified: 07.08.2023, 17:19 by Selur.)
No clue, never needed to do that. (btw. 64bit dependencies are probably all there, so switching to 64bit Avisynth might solve your problem)
Alternatively installing:
https://aka.ms/vs/17/release/vc_redist.x86.exe should install all the runtimes.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
I have saved each of the dependency reports - attached.
Will switch to 64bit. I though that was what I was using, but it seems to have reverted back to 32bit with the dev installation.
Posts: 10.618
Threads: 57
Joined: May 2017
Okay, no clue when I find time to look at those.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.618
Threads: 57
Joined: May 2017
try whether extracting the attached file into your Hybrid/32bit/avisynthPlugins-folder fixes the problem.
(seems to work on my old laptop)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
Still in Avisynth (64 bit), and still seeing interlacing in the preview window.
Posts: 10.618
Threads: 57
Joined: May 2017
07.08.2023, 20:40
(This post was last modified: 07.08.2023, 20:46 by Selur.)
Can't reproduce this here without a sample.
In general, there could be different reasons for this:
- content is interlaced and setting need to be adjusted
- content is interlaced with some not detected field shifts using vinvers might help
- since you use QTGMC with sRestore, I suspect the content might not be interlaced, but may be telecined or field shifted.
- you got interlaced content that was encoded interlaced
would need a short sample to test and give specific advice.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
It is definitely interlaced, I captured it from PAL VHS. The info window also confirms it is interlaced, bottom field first. I will try overwriting to bottom field first.
Posts: 10.618
Threads: 57
Joined: May 2017
Hybrid already knows its btf,..
# color sampling YV12@8, matrix: bt601, scantyp: bottom field first, luminance scale: limited
LWLibavVideoSource("M:\Draconian-IN\Dispatches - Visible Harm VHS capture.mov",cache=false,dr=true,format="YUV420P8", prefer_hw=0)
# current resolution: 720x576
# deinterlacing
AssumeBFF()
QTGMC(Preset="Medium", ediThreads=2)
..
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.