Opencast

Video Segmentation Service REST Documentation

/analysis/videosegmenter
This service performs segmentation of media files.

General Notes

Table of Contents

Write methods

Method / Path: POST /
Description: Submit a track for segmentation.
Path params: NONE
Required (form) params: track: The track to segment.
Optional (form) params: NONE
Response formats: text/xml
Status codes: 200: OK, The job ID to use when polling for the resulting mpeg7 catalog.
400: Bad Request, The "segment" is NULL or not a valid track type.
500: Internal Server Error, The underlying service could not segment the video.
Notes:
  • Return value description: The job ID to use when polling for the resulting mpeg7 catalog.
Testing:
Sample: /
Testing form (click to reveal)