From 0c1499d535cbe5a804b7bb42d79d09a94a1e5515 Mon Sep 17 00:00:00 2001 From: likho Date: Thu, 20 Feb 2025 01:52:19 -0800 Subject: [PATCH] Rename original-subs to autogen-subs. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca78bec..3afe677 100644 --- a/README.md +++ b/README.md @@ -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`. - 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 @@ -22,5 +22,3 @@ The `Makefile` contains some reference for using `yt-dlp` and `ffmpeg` but does ## 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. - -