benedict
14th August 2002, 20:14
I need to convert a 10 fps video to a 30 fps video by tripling every frame. DJ Bobo was nice enough to recommend Avisynth and to provide the following code that will do this for me:
selectevery(3,1,1,1,2,2,2,3,3,3)
Now, I'm obviously new to this Avisource and I am trying to work my way through all the literature on it. Not the easiest thing.
Anyways, here's my question(s): I'm viewing this coding as "for every 3 frames, output frame1 three times, output frame2 three times, and then output frame3 three times".
I think that I must be missing something here. Either I don't understand the decoding of this statement, or wouldn't the statement:
selectevery(1,1,1,1)
do just as well? I'm obviously not seeing something, and I can't find an answer in the documentation.
Also, in the literature, the "selectevery" command always ends with (or starts with, depending on which doc's I look at) the word "clip". What is "clip"? Is it just something to add (seems silly), is it a variable name, or is it something I'm not even seeing?
selectevery(3,1,1,1,2,2,2,3,3,3)
Now, I'm obviously new to this Avisource and I am trying to work my way through all the literature on it. Not the easiest thing.
Anyways, here's my question(s): I'm viewing this coding as "for every 3 frames, output frame1 three times, output frame2 three times, and then output frame3 three times".
I think that I must be missing something here. Either I don't understand the decoding of this statement, or wouldn't the statement:
selectevery(1,1,1,1)
do just as well? I'm obviously not seeing something, and I can't find an answer in the documentation.
Also, in the literature, the "selectevery" command always ends with (or starts with, depending on which doc's I look at) the word "clip". What is "clip"? Is it just something to add (seems silly), is it a variable name, or is it something I'm not even seeing?