This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Avisynth srestore & filter order
#48
Looks like it's a bug in avsViewer, since the generated code:
# loading source: C:\Users\Selur\Desktop\hotel._10bit.mov
#  color sampling YUY2@10, matrix: bt601, scantyp: telecine, luminance scale: limited
LWLibavVideoSource("C:\Users\Selur\Desktop\HOTEL_~1.MOV",cache=false,format="YUV422P16", prefer_hw=0)
# current resolution: 720x486
# deinterlace since the filter does not support interlaced content
AssumeBFF().TDeint(mode=1)
# cropping
Crop(0,2,0,0)# 720x484
# joining fields
AssumeBFF().Separatefields().Selectevery(4,0,3).Weave()
# Dithering from 16 to 8bit for ColorMatrix
ConvertBits(8)
ConvertToYUY2(interlaced=true)
# color modifications
ColorMatrix(mode="Rec.601->FCC",clamp=3,interlaced=true,hints=false)
# deinterlacing
ConvertToYV16(interlaced=true)
ConvertToYV12(interlaced=true)
A2 = last
A2 = A2.QTGMC(Preset="fast", ediThreads=2, FPSDivisor=2)
TFM(mChroma=true,clip2 = A2)
TDecimate(cycleR=1,cycle=5,noblend=true,nt=0,blockx=32,blocky=32,chroma=true,denoise=false,ssd=false,display=false)
AssumeFrameBased()
PreFetch(8)
# setting output fps to 23.976fps
AssumeFPS(24000,1001)
#  output: color sampling YV12@8, matrix: FCC, scantyp: progressive, luminance scale: limited
return last
works fine in AvsPmod. -> this will probably take the whole week to hunt down and fix
(note that I moved the crop to the top)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Avisynth srestore & filter order - by serg - 19.01.2021, 18:32
RE: Avisynth srestore & filter order - by Selur - 24.01.2021, 22:12

Forum Jump:


Users browsing this thread: 2 Guest(s)