Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zimeon opened this issue Feb 15, 2017 · 2 comments

Comments

@zimeon
Copy link
Member

zimeon commented Feb 15, 2017

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
Copy link
Member Author

zimeon commented Feb 15, 2017

From discussion at BL workshop:

  • Synchronous playback that can extend before and after the "main" artefact. Might have top level canvas 8 hours, restoration canvas 6 hours, annotated starting 1 hour in to top.
  • Other content is annotated into first and last hour of top, with some overlap.
  • Potential for independent clocks in different manifests/canvases, with links to start them either automatically or manually

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

  • related ranges, with description/label/metadata etc. alternate perhaps?
  • viewer can then present UI to switch between current alternates, or 2-up them
  • possible transitivity confusions, may need more thinking

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
Copy link
Member Author

zimeon commented Feb 15, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant