VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Apr 2005
    Location
    Hungary
    Search Comp PM
    I need to shifting this video bottom area in right direction with few pixels.
    Which avisynth script do this?

    Sample video: http://djnice.uw.hu/dallas.avi

    Sample frame:

    Quote Quote  
  2. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    Crop to two separate clips
    Shift the lower section with crop and addborders
    StackVertical the two clips back together
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  
  3. Member
    Join Date
    Apr 2005
    Location
    Hungary
    Search Comp PM
    Originally Posted by gadgetguy
    Crop to two separate clips
    Shift the lower section with crop and addborders
    StackVertical the two clips back together
    Thanks!
    Quote Quote  
  4. Except that cap is a bit funky and it's not going to work very well, as clever as gadgetguy's idea is. The download speed was too slow for that pretty big AVI, so I used the pic:

    A=ImageSource("E:\Test\d1.jpg")
    B=A.Crop(0,0,0,-24)
    C=A.Crop(0,552,0,0)
    C=C.Crop(0,0,-4,0)
    C=C.AddBorders(4,0,0,0)
    StackVertical(B,C)

    Quote Quote  
  5. The root of all evil träskmannen's Avatar
    Join Date
    May 2005
    Location
    Belgium
    Search Comp PM
    As manono said, it will still look a bit strange. If you find that annoying, why not just crop off the shifted area?
    In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move.
    Quote Quote  
  6. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    Yeah, it's not just shifted, it's distorted. You might be able to get it down to line-by-line adjustment, but I suspect the distortion changes from frame to frame as well so it's going to be noticeable regardless. Unless there's some critical image content somewhere in the film it might be best just to mask it out.
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  
  7. Member
    Join Date
    Apr 2005
    Location
    Hungary
    Search Comp PM
    Thanks guys, i'll try it.
    Quote Quote  



Similar Threads

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