Added Contributing section to README.
This commit is contained in:
parent
bf5cc992e8
commit
c985058afb
14
README.md
14
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).
|
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
|
yt-dlp --write-auto-subs --sub-lang=fr --skip-download https://www.youtube.com/watch?v=WRq2197FlMw -o autogen-subs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user