I got a DVD whose quality is bad.It's hard to understand how I can deinterlace it for me.
Please check it,masters.Please give me a hand,thanks!
6wing.demuxed.m2v
+ Reply to Thread
Results 1 to 13 of 13
-
-
It's not interlaced so it doesn't need deinterlacing. Maybe it needs anti-aliasing with Santiag or some such. Maybe it needs some cleanup with QTGMC(InputType=2).
-
That's interesting because Mediainfo reports it as Interlaced, TFF:
Video
Format : MPEG Video
Format version : Version 2
Format profile : Main@Main
Format settings : CustomMatrix / BVOP
Format settings, BVOP : Yes
Format settings, Matrix : Custom
Format settings, GOP : M=3, N=12
Format settings, picture structure : Frame
Duration : 3 min 26 s
Bit rate mode : Variable
Bit rate : 3 927 kb/s
Maximum bit rate : 7 000 kb/s
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 4:3
Frame rate : 25.000 FPS
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.379
Time code of first frame : 00:00:00:00
GOP, Open/Closed : Closed
Stream size : 96.5 MiB (100%)
Bobdoubler in VDub is smooth for both. -
Here's my effort, QTGMC Inputtype=1, light ezdenoise, Santiag anti aliasing, sharpened the Chinese characters at the bottom.
Encoded in Virtualdub2, 8 bit x264, preset slow, CRF18, tune=film -
Virtually all PAL DVDs are encoded as interlaced. That says nothing about the actual content. And if you do put on a bob filter and then check a section with movement, you'll notice that every frame has a duplicate. If it were really interlaced, every frame would be different.
-
I tried bob(), I noticed the Chinese characters at the bottom seemed to change, artifacts of some kind, or could it be traditional and simplified Chinese on alternate fields ?
-
-
I don't know if my effort's any better or worse than davexnet's effort (I haven't downloaded it yet) but you can keep the Chinese characters out of whatever other filtering you use, or filter them separately etc.
Even though the source is progressive, I think it's been incorrectly resized or something, and de-interlacing with QTGMC anyway seems to produce a reasonable result.
Code:V = mpeg2source("D:\6wing.demuxed.d2v") A = V.QTGMC()\ .SelectEven()\ .MAA()\ .FineDehalo()\ .Crop(24, 60, -24, -60)\ .Spline36Resize(956,456)\ .AddBorders(0,60,0,0)\ .GradFun3() B = V.Crop(24, 516, -24, 0)\ .Spline36Resize(956,60)\ .LSFMod() StackVertical(A,B)
"A" probably should've been Crop(24, 60, -24, -56).Spline36Resize(956,460).AddBorders(0,60,0,0)
"B" probably should've been Crop(24, 520, -24, 0).Spline36Resize(956,56)Last edited by hello_hello; 10th Jun 2021 at 02:06.
Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview)
Similar Threads
-
DVD - Deinterlace problems.... (please help)
By zerowalk in forum DVD RippingReplies: 3Last Post: 31st Jul 2019, 12:59 -
DVD - Deinterlace problems.... (please help)
By zerowalk in forum DVD RippingReplies: 9Last Post: 24th Jun 2019, 02:36 -
DVD - Deinterlace problems.... (x264)
By zerowalk in forum Video ConversionReplies: 2Last Post: 16th Jun 2019, 09:34 -
Deinterlace DVD and increase resolution without scaling
By wall_ in forum Authoring (DVD)Replies: 7Last Post: 7th Jun 2017, 10:48 -
Need help properly identify and deinterlace this DVD
By skfunnyboy in forum Video ConversionReplies: 3Last Post: 10th May 2017, 10:49