Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| subtitles [2020/09/21 21:46] – andi | subtitles [2026/07/26 21:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = Subtitles / Untertitel | + | # Subtitles / Untertitel |
| + | [software: | ||
| + | über die publizierte Vorträge Untertitel bekommen können: | ||
| - | === Architecture overview in context of media.ccc.de | + | \- die klassischen Workflows über die Django-App auf c3subtitles.de |
| + | ([subtitleStatus](https:// | ||
| + | Whisper/ | ||
| + | [Publishing API](https:// | ||
| - | {{:: | + | Vereinfacht gesagt geht es dabei immer um zwei Tasks: |
| - | <callout type="warning"> | + | \- das Publizieren der SRT/VTT Datei - das Anlegen der Metadaten (aka |
| + | "Subtitle Recording") in voctoweb, damit die Untertitel auch im Player | ||
| + | angezeigt werden | ||
| - | * Sync-Skript von subtitlesStatus -> vocotoweb: https:// | + | ## Publishing Gateway/API |
| - | * SystemD Timer auf releasing | + | |
| - | * https:// | + | |
| - | * Dashboard mit Übersicht des Transkriptionsstatus pro Konferenz und Vortrag | + | |
| - | * Workflow-Manager | + | |
| - | * … | + | |
| - | == Communication | + | Um sich nicht mit den Eigenheiten der c3voc Infrastrktur herumschlagen |
| + | zu müssen wurde 2023/2024 eine REST API eingerichtet die es erlaubt | ||
| + | Zusatzdaten wie Slides, Subtitles etc. rein per REST zu publizieren, | ||
| + | ohne das SFTP o.ä. verwendet werden muss: | ||
| - | * Web: [[https://c3subtitles.de/]] | + | \- <https://publishing.c3voc.de/docs> |
| - | * Twitter: www.twitter.com/ | + | <https://github.com/voc/publishing-gw> |
| - | * Mailinglist: | + | |
| - | * Mailinglist: | + | |
| - | * IRC: [[irc:// | + | |
| - | * Etherpad-Domain: | + | |
| - | * Jabber: c3subtitles -!-at-!- jabber.ccc.de | + | |
| - | * Videos on amara.org : [[http://www.amara.org/ | + | |
| - | * E-Mail: subtitles -!-at-!- c3voc.de | + | |
| - | == What is our goal? | + | Die dazu notwendigen API Keys sind aktuell noch statisch konfiguriert, |
| + | sollen aber perspektivisch an < | ||
| - | Better and more barrierfree access to the live talks and streams and to the videos afterwards via subtitles. Especially for non-natives of the spoken languages and for deaf and hard of hearing listeners. | + | ## Transcribee |
| - | Nice side effect: finished subtitles are pretty easy to translate in any other language, [[http:// | + | TBD |
| + | ## Classic workflow via c3subtitles.de/ | ||
| - | == How can I help? | + | \< |
| + | alten Workflow, der aktuell nicht mehr aktiv in Verwendung ist. Das Team | ||
| + | hat hatte zwischenzeitlich eigene Infrastruktur unter | ||
| + | < | ||
| + | ist diese VM aber leider aus unbekannten Gründen nicht mehr erreichbar. | ||
| + | \</ | ||
| - | * If you visit the congress and are a user of a speech recognition software, please contact us! Also if you are a computer stenography writer or a good touch typist. | + | Components |
| - | * If you are interested in what we are working on behind the scenes, just contact us! | + | |
| - | * Help us creating the subtitles via amara.org - you do not even have to visit the congress to do that! Everybody from at home can do that! | + | |
| - | == What are our current projects behind the scenes? | + | \- |
| + | [sync_media_recordings.py](https:// | ||
| + | uses CSV export from \`subtitlesStatus\` to publish subtiles in | ||
| + | [vocotoweb](vocotoweb) via REST API: | ||
| - | * Devoloping software for a user interface to choose which subtitle you want to work on depending on your favorite task | + | - was running every 10 minutes via systemd timer |
| - | | + | [intern: |
| - | * Developing a phonetic german steno keyboard layout | + | |
| - | * Building a steno keyboard | + | |
| - | * Using an old mechanical stenographer with a micro controller to detect the pressed keys as steno input | + | |
| + | \- \[subtitleStatus\](< | ||
| + | (Django-App @ c3subtitles.de) | ||
| + | |||
| + | - Dashboard mit Übersicht des Transkriptionsstatus pro Konferenz und | ||
| + | Vortrag | ||
| + | - Workflow-Manager | ||
| + | - … | ||
| + | - schiebt fertige Untertitel-Dateien (SRT) per rsync auf | ||
| + | mirror.selfnet.de | ||
| + | |||
| + |  subtitles from Amara, append use | ||
| + | \`https: | ||
| + | (compare < | ||
| + | |||
| + | #### States | ||
| + | |||
| + | For voctoweb (media.ccc.de) only states 7, 8 and 12 are relevant. | ||
| + | Subtitle files in all other states should be ignored. | ||
| + | ![](tablelayout? | ||
| + | information ^ | ||
| + | |||
| + | | | ||
| + | |-----|------------|---------------------------------------|------------------------------------------------| | ||
| + | | 1 | ||
| + | | 2 | todo | Transcribed until | should exist | | ||
| + | | 3 | ||
| + | | 4 | ||
| + | | 5 | ||
| + | | 6 | ||
| + | | 7 | draft | Quality control done until | with timestamps, usable as draft | | ||
| + | | 8 | complete | ||
| + | | 9 | ||
| + | | 11 | todo | Translated until | translation, | ||
| + | | 12 | translated | Translation is finished | ||
| - | [[intern: | ||