Yannick
Yannick

Reputation: 3663

Trim video using YouTube Data API

I understand that you can trim the video using the youtube.com interface but I was wondering if it is possible to use the YouTube Data API to trim the video.

Since I don't user to upload video on my site longer than 15 seconds.

Thanks

Upvotes: 4

Views: 1893

Answers (1)

T.Todua
T.Todua

Reputation: 56411

API example (according to http://www.youtube.com/player_api) to TRIM with START and END parameters:

http://rawgit.com/tazotodua/several-YOUTUBE-PLAYER-SCRIPTS__with_API/master/example99-CUTTER/index.html

Upvotes: -1

Related Questions