VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    Aug 2013
    Location
    Bulgaria
    Search PM
    Sample attached. AviSynth script prefered.
    Thanks in advance.
    Image Attached Files
    Quote Quote  
  2. You could start with something like:

    Code:
    Mpeg2Source("D:\Downloads\sample.d2v", CPU2="ooooxx", Info=3) 
    Crop(8,84,-8,-88)
    BicubicResize(width/2, height)
    Sharpen(0.3)
    TurnRight()
    nnedi3(dh=true)
    TurnLeft()
    QTGMC(EZDenoise=2.0)
    Note that the cropping cuts off some of the titles at the start. You can decide whether you want to do that or not. Music videos often have mixed frame rates so you may need to do other work, like removing field blends, etc.
    Image Attached Files
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!