1

Does anyone know web video player which have API to manipulate video output. For example rotate or select just a fragment from full video and play just it? The main task is video editor and we have server side implementation for video manipulation but now we need web UI for this.

Thank you.

Max Grigoriev
  • 1,021
  • 2
  • 13
  • 29

1 Answers1

0

Dependng on the type and level of on-the fly processing that you require you could potentially use html5 video and canvas features, e.g. here is the first promising tutorial that pops up with a google search: http://html5doctor.com/video-canvas-magic/

trican
  • 1,157
  • 4
  • 15
  • 24