# FrameTrail

{% embed url="<https://www.youtube.com/embed/CfXvJW42gZg>" %}

## Notes:

* FrameTrail // Joscha Jäger, Open Hypervideo \[Slides]
* Experience, manage, and edit interactive video
* "Like an IDE for film" -- "at this point in time, I want this snippet to be executed"
* Open source, of course!&#x20;
  * <https://github.com/OpenHypervideo/FrameTrail>
* Two use cases:
  * Annotating German Parliamentary debates
  * Connecting relevant document sets with video recordings
* Web annotation data model (JSON LD) file format <https://www.w3.org/TR/annotation-model/>
* To be released at the end of August
* Open source web documentary “Field Trip”
* Attempt to do all post-production in-browser
* Expected release October 2018
* Q: What problems have you encountered when using JSON LD?
  * Some strange decisions in format spec, e.g. timestamps are represented as strings
  * A lot of repeated information within a single file


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://textav.gitbook.io/textav-event/projects/frametrail.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
