clamsproject / mmif-visualizer

A web site to visualize MultiMedia Interchange Format json
Apache License 2.0
2 stars 1 forks source link

Mistake in readme file #12

Closed marcverhagen closed 1 year ago

marcverhagen commented 2 years ago

The readme files has

The data sources are embedded in a MMIF file and it is the MMIF file that is handed to the visualizer. There is an example input MMIF file in `input/video-transcript-demux-fa.short.json`, this file refers to three media files:

1. cpb-aacip-507-z31ng4hp5t.part.mp4
2. cpb-aacip-507-z31ng4hp5t.part.wav
3. cpb-aacip-507-z31ng4hp5t.part.trn

This should be updated to use the kaldi example instead since video-transcript-demux-fa.short.json wasn't working anymore and was removed from the repository.

haydenmccormick commented 1 year ago

It looks like this was fixed with 7f70521