VideoHelp Forum
+ Reply to Thread
Results 1 to 13 of 13
Thread
  1. Member
    Join Date
    Sep 2015
    Location
    China
    Search Comp PM
    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
    Quote Quote  
  2. 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).
    Quote Quote  
  3. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    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.
    Quote Quote  
  4. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    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
    Image Attached Files
    Quote Quote  
  5. Originally Posted by Alwyn View Post
    That's interesting because Mediainfo reports it as Interlaced, TFF:
    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.
    Quote Quote  
  6. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Originally Posted by Manono
    Virtually all PAL DVDs are encoded as interlaced. That says nothing about the actual content.
    Thanks. So Mediainfo gets it's info from the "encoding details", not the actual file itself?
    Quote Quote  
  7. Member
    Join Date
    Sep 2015
    Location
    China
    Search Comp PM
    Originally Posted by manono View Post
    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).
    Thanks for advice.I will try.
    Quote Quote  
  8. Member
    Join Date
    Sep 2015
    Location
    China
    Search Comp PM
    Originally Posted by Alwyn View Post
    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.
    Thanks but it can't get a acceptable result。
    Quote Quote  
  9. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    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 ?
    Quote Quote  
  10. Member
    Join Date
    Sep 2015
    Location
    China
    Search Comp PM
    Originally Posted by davexnet View Post
    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
    Oh,you did a great work.I know it's hard to change the quality of video,so what you did I think it's wonderful.But the Chinese lyrics of you is not good.Do you have other idea about it?
    Thanks for the video you show to me.
    Quote Quote  
  11. Member
    Join Date
    Sep 2015
    Location
    China
    Search Comp PM
    Originally Posted by davexnet View Post
    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 ?
    Just traditional Chinese.
    Quote Quote  
  12. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    The characters at the bottom are a little soft if you leave them
    As-is. Perhaps this would be your preference? If you know how to use Avisynth you can create a simple script to check the look of different sharpeners
    Quote Quote  
  13. 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)
    Edit: Looking at the text on it's own I cropped too much at the bottom and there's a few lines of the picture above included.
    "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)
    Image Attached Files
    Last edited by hello_hello; 10th Jun 2021 at 03:06.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!