well, the fun thing about the use of mvtools is actually that the traces of motion of the applied video is accumulated (that's what recursion is basically) in one "static bitmap" which gets more and more out of order. as the first thing to try out i would recommend to produce another videoclip with the exact same properties as the original clip and use it as "image" (it has to be something like avisource() of course then). then first try different values for recursion (e.g. "recursion = 50")
to get both; two videos and disorder, you could try to mix the technique applied here with the "original datamoshing" way. for example "interleave" the frames of the two videos in avidemux, and then apply the mvtools-script to the result, with the first frame of one of the clips, and maybe recursion = 90. I haven't tried that myself yet, so good luck ;)
great it works . is there a way to use a video clip instead of a static bitmap ?
ocmtime 2 years ago
well, the fun thing about the use of mvtools is actually that the traces of motion of the applied video is accumulated (that's what recursion is basically) in one "static bitmap" which gets more and more out of order. as the first thing to try out i would recommend to produce another videoclip with the exact same properties as the original clip and use it as "image" (it has to be something like avisource() of course then). then first try different values for recursion (e.g. "recursion = 50")
41sttry 2 years ago
to get both; two videos and disorder, you could try to mix the technique applied here with the "original datamoshing" way. for example "interleave" the frames of the two videos in avidemux, and then apply the mvtools-script to the result, with the first frame of one of the clips, and maybe recursion = 90. I haven't tried that myself yet, so good luck ;)
41sttry 2 years ago
Is there a way to access that static bitmap in which recursion accumulates?
I want to be able to render it ..see it and replace it directly .I imagine it as an image with some motion vectors looking like particle trails.
ocmtime 2 years ago
Comment removed
lamusemaluca 2 years ago