View Single Post
Old 27th December 2016, 10:28   #17  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by yup View Post
Hi real.finder!
Thank You for Your effort.
I am try Your QTGMC script after Windows 10 Reset.
Script
Code:
AVISource("cap1.avi")
AssumeTFF()
#ConvertToYV16(interlaced=true)
QTGMC(Edithreads=1,dct=5)
prefetch(8)
VirtualDub 32 bit work fine, but VirtualDub 64 bit show only chroma (green black pattern).
Afer adding line ConvertToYV16(interlaced=true) problem gone.
My avsmeter log
Code:
C:\Video\AVSMeter246>avsmeter -avsinfo

AVSMeter 2.4.6 (x86) - Copyright (c) 2012-2016, Groucho2004

VersionString:              AviSynth+ 0.1 (r2294, MT, i386)
VersionNumber:              2.60
File version:               0.1.0.0
Interface Version:          6
Multi-threading support:    Yes
Linker/compiler version:    14.0
Avisynth.dll location:      C:\Windows\syswow64\AviSynth.dll
Avisynth.dll time stamp:    2016-10-26, 15:29:36 (UTC)
PluginDir+    (HKLM, x86):  C:\Program Files (x86)\AviSynth+\plugins+
PluginDir2_5  (HKLM, x86):  C:\Program Files (x86)\AviSynth+\plugins


[CPP 2.5 plugins]
C:\Program Files (x86)\AviSynth+\plugins\avstp.dll  [1.0.3.0]
C:\Program Files (x86)\AviSynth+\plugins\dither.dll  [n/a]

[CPP 2.6 plugins]
C:\Program Files (x86)\AviSynth+\plugins+\ConvertStacked.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins+\DirectShowSource.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins+\ImageSeq.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins+\masktools2.dll  [2.1.0.0]
C:\Program Files (x86)\AviSynth+\plugins+\mvtools2.dll  [2.7.9.22]
C:\Program Files (x86)\AviSynth+\plugins+\nnedi3.dll  [0.9.4.32]
C:\Program Files (x86)\AviSynth+\plugins+\RgTools.dll  [0.93.0.0]
C:\Program Files (x86)\AviSynth+\plugins+\Shibatch.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins+\TimeStretch.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins+\VDubFilter.dll  [n/a]

C:\Video\AVSMeter246>avsmeter64 -avsinfo

AVSMeter 2.4.6 (x64) - Copyright (c) 2012-2016, Groucho2004

VersionString:              AviSynth+ 0.1 (r2294, MT, x86_64)
VersionNumber:              2.60
File version:               0.1.0.0
Interface Version:          6
Multi-threading support:    Yes
Linker/compiler version:    14.0
Avisynth.dll location:      C:\Windows\System32\AviSynth.dll
Avisynth.dll time stamp:    2016-10-26, 15:06:10 (UTC)
PluginDir+    (HKLM, x64):  C:\Program Files (x86)\AviSynth+\plugins64+
PluginDir2_5  (HKLM, x64):  C:\Program Files (x86)\AviSynth+\plugins64


[CPP 2.5 plugins]
C:\Program Files (x86)\AviSynth+\plugins64\avstp.dll  [1.0.3.0]
C:\Program Files (x86)\AviSynth+\plugins64\dither.dll  [n/a]

[CPP 2.6 plugins]
C:\Program Files (x86)\AviSynth+\plugins64+\ConvertStacked.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins64+\DirectShowSource.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins64+\ImageSeq.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins64+\masktools2.dll  [2.1.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\mvtools2.dll  [2.7.9.22]
C:\Program Files (x86)\AviSynth+\plugins64+\nnedi3.dll  [0.9.4.32]
C:\Program Files (x86)\AviSynth+\plugins64+\RgTools.dll  [0.93.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\Shibatch.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins64+\TimeStretch.dll  [n/a]
C:\Program Files (x86)\AviSynth+\plugins64+\VDubFilter.dll  [n/a]
yup.
yes, I see it, it's bug in jpsdr nnedi3 with yuy2
Code:
ColorBars(width=640, height=480, pixel_type="yuy2")
nnedi3
will show same bug

and if you use this http://www.dropbox.com/s/fovpn5z9jy4...4_x64.zip?dl=1 will work fine but this 2.5 one (just yv12 and yuy2 and rgb)
__________________
See My Avisynth Stuff

Last edited by real.finder; 27th December 2016 at 10:59.
real.finder is offline   Reply With Quote