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

Using Annotations for Timed Text #79

Open
tomcrane opened this issue Jan 8, 2019 · 9 comments
Open

Using Annotations for Timed Text #79

tomcrane opened this issue Jan 8, 2019 · 9 comments
Assignees
Labels
annotations content: av Recipe involves temporal material

Comments

@tomcrane
Copy link
Contributor

tomcrane commented Jan 8, 2019

Using Annotations for Timed Text

(Provide link to index.md of the issue, if available. To be filled in after issue is created - you need the issue number!)

Use case

You have WebVTT data for audio or video material. How do you transform that into web annotations?

@tomcrane tomcrane added the content: av Recipe involves temporal material label Feb 12, 2019
@bencomp
Copy link

bencomp commented Mar 8, 2019

I think I have a highly similar use case, or perhaps an extension. In my use case, the existing data are multi-layer annotations in the ELAN Annotation Format (PDF). Annotation layers ('tiers') can be hierarchical, and annotations may be references to controlled vocabularies or simply textual.

@stephenwf
Copy link
Contributor

@bencomp Do you think that structure would fit into ranges with each range having annotations on them? Perhaps annotation collections could be used at that point under the ranges to denote layers.

{
  "id": "https://example.org/manifest",
  "type": "Manifest",
  "structures": [
      {
         "id": "https://example.org/manifest/r1",
         "type": "Range",
         ....
         "annotations": [
            {
               "id": "https://example.org/manifest/r1/annoPage1",
               "type": "AnnotationPage",
               "items": [ 
                   ... converted annotations ...
                ],
               "partOf": {
                   "id": "https://example.org/manifest/layer1",
                   "type": "AnnotationCollection"
                }
            }
            ...
         ]
      }
      ...
  ]
}

@bencomp
Copy link

bencomp commented Mar 8, 2019

@stephenwf I hadn't thought of that, but yes, that might work. The EAF spec does relate annotations on child tier to (parent) annotations in the parent tier, so I'm not fully convinced yet :)

@stephenmcconnachie
Copy link

Could be worth broadening this to include other a/v timed text formats as source? Eg there are lots of subtitle formats including STR, TTML, EBU-STL, some structured text based and some XML based... Or is it preferred to have one issue per susbtitle format?

@stephenmcconnachie
Copy link

If it's preferred to create issues for other common subtitle formats I can do that, and I would start with EBU-STL and EBU-TT, and TTML maybe...

@mcwhitaker
Copy link
Contributor

I have started creating the WebVTT captions for one of the fixtures (not for the whole duration, but enough to exemplify) so we have something to use in the recipe. I am not opposed broadening the title and mentioning in the Implementation notes that we are using WebVTT in the example but other formats could also be used.

@mcwhitaker
Copy link
Contributor

@stephenmcconnachie - We have a cookbook editors meeting early next week; I can ask there if there is a preference for one recipe or multiple recipes.

@mcwhitaker
Copy link
Contributor

The Cookbook Editors' suggestion is to broaden the scope of this recipe, mentioning in the Implementation notes that we are using WebVTT in the example but other formats could also be used.

@stephenmcconnachie
Copy link

stephenmcconnachie commented Aug 26, 2020

The Cookbook Editors' suggestion is to broaden the scope of this recipe, mentioning in the Implementation notes that we are using WebVTT in the example but other formats could also be used.

That's great @mcwhitaker thank you. I have lots of subtitle files in various formats -SRT and TTML, and EBU-STL for that matter - and I also have plenty of WebVTT too. If it's useful, I could request permission to provide a real world a/v file with subtitle files in all formats I have - ie WebVTT, SRT, TTML, EBU-STL for the same a/v

@Dananji Dananji changed the title Transformation - WebVTT or OHMS XML to Annotations Using Annotations for Timed Text Aug 3, 2021
@glenrobson glenrobson assigned Dananji and unassigned mcwhitaker Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
annotations content: av Recipe involves temporal material
Projects
Status: On Hold
Development

No branches or pull requests

7 participants