VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Thought I'd take a shot at restoring Britney Spears "Toxic" as the YouTube version is... horrible.

    There are few VOBs I have ripped from DVDs and they all have some form of this reddish ghosting effect.

    Although the metadata of this particular VOB file suggests that it is interlaced BFF, TIVTC actually yields better results over all then QTGMC.

    Here is an example of a frame using TIVTC, QTGMC, and nothing at all.

    QTGMC:
    Image
    [Attachment 52048 - Click to enlarge]


    TIVTC:
    Image
    [Attachment 52049 - Click to enlarge]


    Nothing:
    Image
    [Attachment 52050 - Click to enlarge]


    And here is my AviSynth script which produces the best result yet:

    Code:
    FFmpegSource2("1.mpg")
    AssumeFPS(29.97)
    AssumeBFF()
    ColorMatrix(mode="Rec.601->Rec.709")
    tfm()
    tdecimate()
    BilinearResize(720,540)
    Last edited by embis2003; 18th Feb 2020 at 07:52.
    Quote Quote  
  2. Member
    Join Date
    Aug 2017
    Location
    United States
    Search PM
    Interlaced chroma. You need to follow the script here:

    https://forum.doom9.org/showthread.php?p=1582950#post1582950
    Quote Quote  
  3. Originally Posted by SaurusX View Post
    Interlaced chroma. You need to follow the script here:

    https://forum.doom9.org/showthread.php?p=1582950#post1582950
    Thanks, I'll read into that.
    Quote Quote  
  4. Originally Posted by SaurusX View Post
    Interlaced chroma. You need to follow the script here:

    https://forum.doom9.org/showthread.php?p=1582950#post1582950
    Yep, his script fixed my problem right up. Thanks for your help.
    Quote Quote  
  5. Member
    Join Date
    Dec 2010
    Location
    Japonica
    Search Comp PM
    You can present your thanks to doom9.forums, and please
    let me too enjoy the picture you worked on if you are so kind.

    AviSynth is an unknown feature to me and a young member
    would like to learn.
    Quote Quote  



Similar Threads

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