View Full Version : Splitting clip on scenes


prokhozhijj
20th February 2011, 01:40
Dear Avisynth's gurus.

Is it possible to split somehow clip on scenes (scene detection algorithm will be used for that), process all scenes with one plugin and then combine all processed small clips to new one? Could someone give me an example how better to implement it?


Thank you in advance for reply.

EDIT1: All that comes to mind - it is generating somehow additional script, than read it to array (AVSLib), process small clips in array in one loop (GScript) and combine all of them in one clip. But it is bulky way. May be there is more elegant solution. Any advice?