View Single Post
Old 8th July 2012, 03:51   #1  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
need help on removing green bar on top of a vhs video

There's a stationary green bar sitting on top of each frame of the video, I tried to remove it using the overlay function with different color adjusting filters, the best I can get is through coloryuv, but it's still visible, is there a better filter to do this?




sample is here:
http://www.mediafire.com/?hed3y7eg7pkeed2

Code:
o=AVISource("top green bar.avi")

AVISource("top green bar.avi").crop(0,4,-6,-468)
ovrlay = ColorYUV(gain_u=0, gain_v=53)

Overlay(o, ovrlay, x=0, y=4, opacity=1.0, mode="blend")

Last edited by lansing; 8th July 2012 at 03:53.
lansing is offline   Reply With Quote