IIIF / iiif-av

The International Image Interoperability Framework (IIIF) Audio/Visual (A/V) Technical Specification Group aims to extend to A/V the benefits of interoperability and the growing ecosystem of clients and servers that IIIF provides for images. This repository contains user stories and mockups for interoperable A/V content – contributions are welcome.
http://iiif.io/community/groups/av/
Apache License 2.0
13 stars 3 forks source link

Segmentation by region for download [video only] #7

Open jronallo opened 8 years ago

jronallo commented 8 years ago

Description

Be able to request an arbitrary region of the entire video by xywh, rather than by time. This could be used for:

This is distinct from:

Implication is for download, and that the server will construct a full stand alone video representation.

Proposed Solutions

Incorporate region into the AV API, in the same way as for the Image API, using the Media Fragment syntax.

Has implications on an info.json equivalent for the AV API where different "tiles" of the video could be pre-generated up front. Would need to be distinct from the entire video at different resolutions.

Additional Background

Probably a "level 3" feature due to complexity.

Source: BL workshop notes Interest: 100%

azaroth42 commented 7 years ago

Discussion at the Hague: Hard to do in real time, hard to know which sections to pre-compute.

Eyal-R commented 7 years ago

I agree, not that it's only hard to do in real time, I'm not sure how useful this particular feature would be, comparing to the rest of the features in AV API. Therefore I'd consider dropping it altogether.