Rename original-subs to autogen-subs.

This commit is contained in:
likho 2025-02-20 01:52:19 -08:00
parent 169d3410a1
commit 0c1499d535

View File

@ -9,11 +9,11 @@ The original video and the autogenerated captions in French can be sourced from
Run the following to download auto-generated captions from YouTube to a new file named `original-subs.fr.vtt`. Run the following to download auto-generated captions from YouTube to a new file named `original-subs.fr.vtt`.
yt-dlp --write-auto-subs --sub-lang=fr --skip-download https://www.youtube.com/watch?v=WRq2197FlMw -o original-subs yt-dlp --write-auto-subs --sub-lang=fr --skip-download https://www.youtube.com/watch?v=WRq2197FlMw -o autogen-subs
Other video players such as `mpv` might not display YouTube's auto-generated captions properly. The following removes duplicate and resyncs captions. Other video players such as `mpv` might not display YouTube's auto-generated captions properly. The following removes duplicates and resyncs captions.
python scripts/parse-subs.py original-subs.fr.vtt python scripts/parse-subs.py autogen-subs.fr.vtt
## Notes ## Notes
@ -22,5 +22,3 @@ The `Makefile` contains some reference for using `yt-dlp` and `ffmpeg` but does
## Context ## Context
Stéphane Laborde is the author of [The Relative Theory of Money](https://en.trm.creationmonetaire.info/), an economic theory inspired by the free software movement which defines "monnaie libre" as the category of currencies that respects the economic agency and time of its users. Stéphane Laborde is the author of [The Relative Theory of Money](https://en.trm.creationmonetaire.info/), an economic theory inspired by the free software movement which defines "monnaie libre" as the category of currencies that respects the economic agency and time of its users.