#fadgi — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fadgi, aggregated by home.social.
-
Made some updates to https://github.com/ninarao/webvtt_metadata:
- Can now embed #FADGI #metadata in #WebVTT files using a csv, header data from an associated parent file, and/or an optional default metadata set
- Local usage elements can be added to the csv as needed
- Can create/update FADGI header for WebVTT files that have been human-reviewedFeedback welcome! I've tested for various scenarios but there are many nested conditionals so I may have missed something.
-
Realized that in my current workflow, every field in the #FADGI WebVTT #metadata except two can be auto-generated or hard-coded, so I made a script that runs #Whisper, generates FADGI metadata and optionally pulls the last two fields from a csv, and adds it to the output. It's written for use at my institution but could be easily adapted:
https://github.com/ninarao/whispervtt(I also learned that Whisper via Python uses greedy search by default instead of beam, so I adjusted that too.)