Request clips from Youtube videos? -
does youtube api (or api, whether free or paid) provide facility request specified chunk of video? example, can request section 4:37 4:39 of video id xch8e2h23nw?
alternatively, there youtube-like service can this?
i want grab tiny chunks of youtube video programmatically use part of creative video mashup app.
this supported as3 video player , controlled "start" , "end" parameters.
<object width="560" height="315"> <param name="movie" value="https://youtube.googleapis.com/v/m7lc1uvf-ve?version=3&fs=1&start=10&end=20"</param> <param name="allowfullscreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="https://youtube.googleapis.com/v/m7lc1uvf-ve?version=3&fs=1&start=10&end=20" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="560" height="315"> </embed> </object>
Comments
Post a Comment