redfordxx
9th May 2006, 14:52
Imagine two clips like this o0=mpeg2source("clip1.d2v").TFM(order=-1,field=0,mode=0,pp=6,MI=20).TDecimate()
b0=mpeg2source("clip1.d2v",cpu2="xxxxoo", moderate_h=15, moderate_v=25).TFM(order=-1,field=0,mode=0,pp=6,MI=20).TDecimate()
I need both clips to be field-matched, decimated and if possible postprocessed same way, because I want them Subtract then.
Input, Output files parameters don't work, because of some crc checksum...
With script like this, it happened to me, that there was suddenly completely different first line on the deblocked clip, which was really a problem later on.
The reason why context is here (http://forum.doom9.org/showthread.php?p=825082).
Tnx much,
R.
b0=mpeg2source("clip1.d2v",cpu2="xxxxoo", moderate_h=15, moderate_v=25).TFM(order=-1,field=0,mode=0,pp=6,MI=20).TDecimate()
I need both clips to be field-matched, decimated and if possible postprocessed same way, because I want them Subtract then.
Input, Output files parameters don't work, because of some crc checksum...
With script like this, it happened to me, that there was suddenly completely different first line on the deblocked clip, which was really a problem later on.
The reason why context is here (http://forum.doom9.org/showthread.php?p=825082).
Tnx much,
R.