VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Jan 2003
    Location
    India
    Search Comp PM
    Idea is to sharpen a video to enhance noise-find the difference between original and sharpened and remove it from original. Original is NTSC-frameserved with DVD2AVI-the script works, but is it doing anything worthwhile?!

    vid =mpeg2source ("D:\video_ts\sad.d2v")
    vid = GreedyHMA(vid,1,0,4,0,1,1,0,0)
    vid = converttorgb32(vid)
    vid =lanczosresize(vid,640,480)
    vid1 =sharpen (vid,1)
    vid2 = layer(vid,vid1,"subtract",128)
    video = layer(vid,vid2,"subtract",128)
    video = ac3source (video,"D:\video_ts\sad.ac3")
    video =converttoyuy2(video)
    video =normalize(video,0.75)
    return video
    Quote Quote  
  2. Member sacajaweeda's Avatar
    Join Date
    Sep 2003
    Location
    Would I lie?
    Search Comp PM
    Well there's one for sure way to find out...
    "There is nothing in the world more helpless and irresponsible and depraved than a man in the depths of an ether binge, and I knew we'd get into that rotten stuff pretty soon." -- Raoul Duke
    Quote Quote  



Similar Threads

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