+ Reply to Thread
Results 1 to 3 of 3

Thread: help filtering field-blended dvd source

  1. #1
    Member
    Join Date
    Apr 2013
    Location
    US
    Posts
    114

    help filtering field-blended dvd source

    I was wondering if anybody could help me filter this crappy source. I keep making the footage look worse This is my script so far:
    global MeGUI_darx = 4
    global MeGUI_dary = 3
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
    import("C:\Program Files\AviSynth 2.5\plugins\QTGMC-3.32.avsi")
    import("C:\Program Files\AviSynth 2.5\plugins\Srestore.avsi")

    DGDecode_mpeg2source("C:\WINX_v1\VIDEO_TS\VTS_01_1 .d2v", cpu=6)
    QTGMC()
    Srestore()
    Crop(2, 0, -2, -0)
    Spline36Resize(640, 480)
    Attached Files
    Quote Quote  

  2. #2
    Member
    Join Date
    Aug 2003
    Posts
    18,919

    Re: help filtering field-blended dvd source

    Quote Originally Posted by beav View Post
    I keep making the footage look worse
    Worse how? There's some real unblended and interlaced sections in there. If you want to unblend it I think I'd do it to 29.97fps:

    QTGMC()
    Srestore(Frate=29.97)


    If you use the default SRestore setting you get 25fps and jerky playback during the interlaced parts (like that scene in the dining room). And I'd leave off that CPU=6 thing. It's a tough call, though. Big jerkiness during the interlaced 29.97fps parts when doing it for 25fps, or slighter jerkiness, but much more of it, when doing it for 29.97fps. I don't think I've ever seen a source quite like this one.
    Quote Quote  

  3. #3
    Member
    Join Date
    Dec 2005
    Posts
    59,189

    Re: help filtering field-blended dvd source

    I agree. The panning is 60 unique fields per second. The character animation is a lower frame rate and field blended. You can't keep smooth motion and remove all blending.
    Quote Quote  

+ Reply to Thread

Similar Threads

  1. PAL DVD interlaced and blended
    By xuguang_he in forum Restoration
    Replies: 6
    Last Post: 5th Jun 2013, 08:57
  2. if the first episode on my dvd is field-blended would the other episodes be
    By mmbwdpnz in forum Newbie / General discussions
    Replies: 1
    Last Post: 9th Feb 2013, 19:40
  3. Replies: 7
    Last Post: 2nd Sep 2011, 03:12
  4. yadifmod+nnedi2 = blended frames?
    By lordsmurf in forum Restoration
    Replies: 10
    Last Post: 14th Jul 2010, 06:48
  5. Frame blended and duplicate frames
    By loekverhees in forum Newbie / General discussions
    Replies: 7
    Last Post: 2nd Jan 2010, 09:35

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts