Req Seamlessly play clips from multiple video files through API
#1
I'm trying to create an application that will allow the user dynamically pull together clips from multiple files (the specific portions identified by their position in the video files) and seamlessly play or stream them, in a way that would be transparent to the user.
But I don't know in advance which clips I am going to need (this will depend on some user decisions), and I don't want to create every possible combination in advance.

For example, I'd like to be able to specify from 1:30 to 3:20 in file 1, 4:15 to 6:05 in file 2, 2:45 to 5:10 in file 3.

So I am looking for for something that would allow to specify something like
<VideoClips>
<VideoClip><File>File1<File/><Start>1:30<Start/><End>3:20<End/> <VideoClip/>
<VideoClip><File>File2<File/><Start>4:15<Start/><End>6:05 <End/> <VideoClip/>
<VideoClip><File>File3<File/><Start>2:45<Start/><End>5:10 <End/> <VideoClip/>
</VideoClips>

I don't think the API supports this

I saw the ability to filestack (http://kodi.wiki/view/Advancedsettings.x...tacking.3E), but it is limited to 9 files and I'm not sure if it could be combined with the ability to pass the times in the individual files one requires

(NB: I posted this in the wrong section before. Apologies)
Reply

Logout Mark Read Team Forum Stats Members Help
Seamlessly play clips from multiple video files through API0