digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: use decomb? (http://www.digitalfaq.com/archives/encode/13606-kvcd-decomb.html)

kvcdexplorer 06-22-2005 05:48 PM

KVCD: use decomb?
 
hi alll. ok i didnt know where to post this but neway, to the point ummm i followed black prince guide dvd to kvcd i got 95% or lower FILM,
so now it says use decomb. i have the filter but how do i go about using it???
this is the kind of picture i am getting....
http://www.digitalfaq.com/archives/error.gif

Prodater64 06-22-2005 05:58 PM

Re: decomb????
 
Quote:

Originally Posted by kvcdexplorer
hi alll. ok i didnt know where to post this but neway, to the point ummm i followed black prince guide dvd to kvcd i got 95% or lower FILM,
so now it says use decomb. i have the filter but how do i go about using it???
this is the kind of picture i am getting....
http://www.digitalfaq.com/archives/error.gif

Do you know how to use avisynth?

kvcdexplorer 06-22-2005 06:13 PM

yes i have my script and opens well but i need to use decomb.
here is my script.
Code:


Mpeg2Source("d2v. file.")

undot()
asharp(1, 4)
GripCrop(528, 480, overscan=1, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
 
ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1)  ")

GripBorders()


 
 


function fmin( int f1, int f2) {
  return ( f1<f2 ) ? f1 : f2
}


Prodater64 06-22-2005 09:02 PM

You can take a look at DecombReferenceManual.html with comes with Donald Graft Decomb plugin for avisynth (see inside zip file).

http://neuron2.net/decomb/decombnew.html


All times are GMT -5. The time now is 05:46 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.