Thread: MVTools
View Single Post
Old 14th June 2006, 17:34   #204  |  Link
Chainmax
Huh?
 
Chainmax's Avatar
 
Join Date: Sep 2003
Location: Uruguay
Posts: 3,103
Quote:
Originally Posted by Fizick
...
try convert to 30fps with Depan (interleave with offset=0.5, see its doc).
That would be with something like this:

Code:
i=last
data=DePanEstimate(i,range=1,trust=5)
f=DePan(i,data,offset=0.5)
b=DePan(i,data,offset=-0.5)
Interleave(f,i,b)
SelectEvery(...)
, right? What should I put in the SelectEvery line?
__________________
Read Decomb's readmes and tutorials, the IVTC tutorial and the capture guide in order to learn about combing and how to deal with it.
Chainmax is offline   Reply With Quote