This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Encode says 130% complete for some reason and hasn't finished
#7
see: http://www.vapoursynth.com/doc/functions...every.html
in short:
Cycle: defines how large chunks that the content is split into are
so a cyble of 10 would look at frames 0-9 10-19 ....
Offsets: which frames to keep, given by their index in the chunk
So with Cycle: "5" and Offsets: "0 1 2 4" you would drop frame 3 8 13 18 ... and keep the rest.
To know what offsets you want, you look the source with SelectEvery deactivated and then look where you got duplicates if for example you look at the frame 10-14 and frame 11 is a duplicate, you set Offsets to "0 2 3 4" to only drop the frames 1 6 11 16 21 .... Smile
If there is a fixed pattern to duplicate frames, this is the fastest way to get rid of them.

Cu Selur
Reply


Messages In This Thread
RE: Encode says 130% complete for some reason and hasn't finished - by Selur - 23.08.2024, 17:29

Forum Jump:


Users browsing this thread: 2 Guest(s)