clipOdd = core.std.SelectEvery(clip=clip, cycle=5, offsets=[0 3 4])Mir ist gerade ein Problem aufgefallen, da man ja wenn den allgemeinen Fall mit SelectEvery angeben würde bei dem man:
1. Cycle und 2. offsets angeben würde.
z.B.
Wie würde man die den mergen? Einfaches interleave geht da nicht.
Ein core.std.Interleave([clipA, clipB]) würde 0,1,3,2,4 zurück liefern,...
Cu Selur
Ps.: Vielleicht kann man das ganze mit https://github.com/Irrational-Encoding-W...emapFrames machen,...
1. Cycle und 2. offsets angeben würde.
z.B.
clipA = core.std.SelectEvery(clip=clip, cycle=5, offsets=[0 3 4])
clipB = core.std.SelectEvery(clip=clip, cycle=5, offsets=[1 2])
Ein core.std.Interleave([clipA, clipB]) würde 0,1,3,2,4 zurück liefern,...
Cu Selur
Ps.: Vielleicht kann man das ganze mit https://github.com/Irrational-Encoding-W...emapFrames machen,...
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.