Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Dec 2011
Posts: 354
|
TDecimate Override
I need to use TDecimate on two videos and combine them.
If I just decimate separately, combination of them can be lead to jerky video. So I need to override second decimatation as first decimation. How do I do this? Code:
s=source d1=s.decrawlfilter1() d2=s.decrawlfilter2() d1=d1.tfm().tdecimate() d2=d2.tfm().tdecimate() # This decimation should be overrided by previous decimation. ConditionalFilter(d1,d2,d1,"YDifferenceFromPrevious", ">", "0.6") |
![]() |
![]() |
Tags |
decimation |
Thread Tools | Search this Thread |
Display Modes | |
|
|