Re: Is it possible to create a loop inside a movie ??
I would recommend AviSynth scripting language for this task. You split the movie in say three parts, Loop() the second part in the middle an arbitrary number of times and then append the ending.
AviSynth can take input from DirectShow and the script itself will appear as a fake AVI file to players.
|