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

Ability to control and link between multiple viewing windows on same timeline #61

Open zimeon opened 7 years ago

zimeon commented 7 years ago

Description

I’ve produced an exhaustive restoration of a old film and want to showcase the restoration, both the main film and sources/segments/commentary as a single continuous viewing experience. A very controlled experience can be done on a single canvas (which has one timeline) but additional facilities would be required to facilitate this with multiple viewing windows.

Variation(s)

Also interested in exhibiting all the extra / surplus / repeat / unclean / cleaned / previously-digitised / re-coloured footage in a more interactive or curated viewing experience, alongside the restoration. In this case: content will overlap, repeat, over-run the timeline of the main film.

I have multiple recordings of multiple scores which I want to provide to the user.

Additional Background

BFI use case explored at BL 2017-02 workshop

zimeon commented 7 years ago

From discussion at BL workshop:

General requirement to link from part of timeline in A to part of timeline in B:

Might replace related with a more complex list of related items to be shown to the user when the user views the described resource, e.g.:

{
  "type": "Range",
  "links": [ {
        "type": "Display?" // as:Link,
        "label": "Alternate Camera Angle (View 6)",
        "href":  {"id": "http://example.org/.../range/7", "type": "Range"}
        // why Range and not Canvas with time fragment?
    }, // more links here ...
  ]
}
zimeon commented 7 years ago

Consensus at meeting is that the idea of having multiple viewing windows tied to a single timeline with links and controls between them is a significant step up in complexity from our current use cases. Will defer this for now.