feisty2
12th August 2016, 09:45
say a scene change detecting filter tagged all detected scene change frames with some frame property, what I wanna do here is to repeat all scene change frames for certain times and tag all duplicated frames with some other frame property like "_dup" or whatever, and then remove all duplicated frames according to the "_dup" tag.
like,
frames: a b c d e f g h...
d and e are scene change frames, and repeat them, and then it turns to
frames: a b c d d d e e e f g h...
green ones are duplicated frames, and tagged with "_dup" property, and do some temporal processing now, and when that's done, remove all frames tagged with "_dup" property (the green ones), and it gets back to
frames: a b c d e f g h...
and I have absolutely no idea how to do this, by a script or a plugin...
a little help here?
like,
frames: a b c d e f g h...
d and e are scene change frames, and repeat them, and then it turns to
frames: a b c d d d e e e f g h...
green ones are duplicated frames, and tagged with "_dup" property, and do some temporal processing now, and when that's done, remove all frames tagged with "_dup" property (the green ones), and it gets back to
frames: a b c d e f g h...
and I have absolutely no idea how to do this, by a script or a plugin...
a little help here?