I am trying to add a feature to my web app that enables the users to create clips from embedded youtube videos on my app without bothering going through Youtube itself.Is there any tool available? Couldn't find anything on the Youtube api docs.
I'd like to use youtube APIs (even if other tools are available), specify the start and end of the clip, then receive the new video id as the result.