From c985058afba214f5136dfe127c77e65ca0d9241f Mon Sep 17 00:00:00 2001 From: likho Date: Sat, 22 Feb 2025 17:52:44 -0800 Subject: [PATCH] Added Contributing section to README. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb267c3..c189254 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,19 @@ This repository tracks the transcription and translation for the video conferenc The original video and the auto-generated captions in French can be sourced from [https://www.youtube.com/watch?v=WRq2197FlMw](https://www.youtube.com/watch?v=WRq2197FlMw). -## Setup +## Contributing -Run the following to download auto-generated captions from YouTube to a new file named `autogen-subs.fr.vtt`. +The automatically generated French transcript needs to be checked over by a human. The French transcript then needs to be translated to English, also with human oversight. + +File `mangen-subs.fr.vtt` contains the current draft of the human-edited auto-generated transcript. + +### Contributors + +* tuxmain, [https://txmn.tk/](https://txmn.tk/) + +### Getting the original auto-generated transcript + +Run the following to download the auto-generated transcript from YouTube to a new file named `autogen-subs.fr.vtt`. yt-dlp --write-auto-subs --sub-lang=fr --skip-download https://www.youtube.com/watch?v=WRq2197FlMw -o autogen-subs