Feature Description
The ability to transcribe only a portion of a video and have it be considered an event.
Use Case
We are scraping a state legislature site for bill hearings and many of the videos are ~5-6 hours long with discussions about several bills in one video. The timestamps of when the bill discussions happen are programmatically available. We want to be able to use the same video multiple times, but with different timestamp ranges, so the result is several Events each only with a slice of the same mp4, and no duplicate processing happens.
Solution
Add something like a start_timestamp / stop_timestamp to the EventIngestionModel. When these values are present for the event, the backend should only process and transcribe the given video & audio range.
The event frontend should also only render this segment of the whole video (potentially covered by recent hackathon efforts?)
Alternatives
Feature Description
The ability to transcribe only a portion of a video and have it be considered an event.
Use Case
We are scraping a state legislature site for bill hearings and many of the videos are ~5-6 hours long with discussions about several bills in one video. The timestamps of when the bill discussions happen are programmatically available. We want to be able to use the same video multiple times, but with different timestamp ranges, so the result is several Events each only with a slice of the same mp4, and no duplicate processing happens.
Solution
Add something like a start_timestamp / stop_timestamp to the
EventIngestionModel. When these values are present for the event, the backend should only process and transcribe the given video & audio range.The event frontend should also only render this segment of the whole video (potentially covered by recent hackathon efforts?)
Alternatives