SilentBlue:Editing tips: Difference between revisions

imported>Jack980517
imported>Jack980517
Line 7: Line 7:
The official YouTube video sometimes has community-contributed captions enabled, which can be a good source for fan translations. Unfortunately, YouTube removed the community-contributed captions feature in 2020, so new videos usually wouldn't have translations, because the uploader has to receive a captions file from others, and add them manually.
The official YouTube video sometimes has community-contributed captions enabled, which can be a good source for fan translations. Unfortunately, YouTube removed the community-contributed captions feature in 2020, so new videos usually wouldn't have translations, because the uploader has to receive a captions file from others, and add them manually.


* Use [https://github.com/ytdl-org/youtube-dl youtube-dl] to download the captions files and convert them to LRC: <code>youtube-dl --skip-download --all-subs --sub-format lrc VIDEO_ID_OR_URL</code>
* Use [https://github.com/ytdl-org/youtube-dl youtube-dl] to download the captions files and convert them to LRC: <code>youtube-dl --skip-download --sub-lang ja,en --convert-subs lrc VIDEO_ID_OR_URL</code> (If only Japanese captions exist, write "ja" instead of "ja,en"; and vice versa)
* Open them in an advanced text editor such as [https://notepad-plus-plus.org/ Notepad++].
* Open them in an advanced text editor such as [https://notepad-plus-plus.org/ Notepad++].
* Use the regex pattern <code>^\[.*\]</code> in "find and replace" to remove all timestamps, leaving the lyrics themselves.
* Use the regex pattern <code>^\[.*\]</code> in "find and replace" to remove all timestamps, leaving the lyrics themselves.
Anonymous user