VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 34 of 34
Thread
  1. Various options for dot crawl

    main=MPEG2Source("MyVideo.d2v")
    main
    checkmate (thr=12,max=12, tthr2=0) # tthr2 can be raised up (0=disabled), = temporal filtering
    bicubicresize(480,360) # for Pal source
    spline36resize(720,576)
    lsfmod
    filtered=last
    main
    mt_edge().mt_expand
    mymask=last
    mt_merge(main, filtered, mymask)
    for a source with lots of dot crawl:
    MPEG2Source("MyVideo.d2v", cpu=0, info=3)
    main=last
    main
    bicubicresize(480,320)# NTSC source
    spline64resize(720,480) # NTSC source
    lsfmod
    filtered=last
    main
    mt_edge(mode="prewitt",chroma="copy").mt_expand # use the prewitt mode (= more agressive)
    mymask=last
    mt_merge(main, filtered, mymask)
    To remove some without altering the effect of a sharpening filter before:

    main=last
    main
    spline36resize(480,320) # NTSC
    spline64resize(720,480) # NTSC
    lsfmod
    filtered=last
    main
    mt_edge(mode="min/max",chroma="copy").mt_expand # use the mode min/max (less agressive)
    mymask=last
    mt_merge(main, filtered, mymask)
    *** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
    Quote Quote  
  2. Originally Posted by FelipeArchives View Post
    Thank you all for the help! now Its working!
    You should indicate what you did that finally fixed your problem. It might help someone else in the future.
    Quote Quote  
  3. Originally Posted by jagabo View Post
    Originally Posted by FelipeArchives View Post
    Thank you all for the help! now Its working!
    You should indicate what you did that finally fixed your problem. It might help someone else in the future.
    I fixed it adding the pluging to the plugins folder, there are 2 folders pluging64+ and pluging 64, I added to the pluging64+
    Quote Quote  
  4. Originally Posted by themaster1 View Post
    Various options for dot crawl
    Thank you for the codes!! works very well
    Quote Quote  



Similar Threads

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