logo Sign In

Post #345185

Author
pittrek
Parent topic
Duplicating frames in AviSynth
Link to post in topic
https://originaltrilogy.com/post/id/345185/action/topic#345185
Date created
11-Feb-2009, 1:51 PM

I have a problem.

I have a time-coded capture of a concert. After an analysis I found out that beginning with frame 2884 every 221th frame is missing (the timecode is a pretty usefull thing :) )

 

So now I would need a script which takes frames 0-2883, duplicates frame 2884 and then duplicates every 221th frame.

Or in other words I need to duplicate frames 2884, 3105, 3326, 3547, 3768, 3989 and so on.

 

Is here some AviSynth "guru" who can help me with this script ?