VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Jan 2007
    Location
    Italy
    Search Comp PM
    Hi everyone!

    I have a couple of mpeg2 4:2:2 videos, which are digitized from beta, but unfortunately they have a slightly different colour balance on even and odd fields, resulting in a flickering while playing the videos, especially when there is a plain colour in large part of the picture.
    I would like to fix this as much as possible, trying to match one field's colour balance to the other, by applying the fix on one field only instead of the whole interlaced frame. But how to do that?
    I usually use Vegas.

    Thanks.
    Quote Quote  
  2. In Avisynth it would be something like

    Code:
    separatefields()
    e=selecteven().tweak(....) #adjust the even fields with your preferred filter
    o=selectodd().tweak(... ) #adjust the odd fields with your preferred filter
    interleave(e,o).weave()
    Can't help you with Vegas
    Quote Quote  
  3. Member
    Join Date
    Jan 2007
    Location
    Italy
    Search Comp PM
    Originally Posted by Sharc View Post
    In Avisynth it would be something like

    Code:
    separatefields()
    e=selecteven().tweak(....) #adjust the even fields with your preferred filter
    o=selectodd().tweak(... ) #adjust the odd fields with your preferred filter
    interleave(e,o).weave()
    Can't help you with Vegas
    Thank you, it will be very useful anyway.
    Quote Quote  



Similar Threads

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