diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-02 12:45:26 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-02 12:45:26 -0800 |
| commit | ab8aceab5053eedd4ecc0a90c3a1e8223db8a607 (patch) | |
| tree | 529c9ad0f97f9d22afe7cc8bcb8b45c9d7408e0f /src/content/blog/youtube-live-timestamping.md | |
| parent | 51771de00644d8ca3d99e112d655a49321c25a3c (diff) | |
codespell: lint spelling
Diffstat (limited to 'src/content/blog/youtube-live-timestamping.md')
| -rw-r--r-- | src/content/blog/youtube-live-timestamping.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/content/blog/youtube-live-timestamping.md b/src/content/blog/youtube-live-timestamping.md index 8c29ca9..0edebb0 100644 --- a/src/content/blog/youtube-live-timestamping.md +++ b/src/content/blog/youtube-live-timestamping.md @@ -9,11 +9,11 @@ If you've ever watched the VOD of a YouTube livestream (especially within the VT While clips do solve this feature, the process for creating a clip is rather cluttered and slow as it requires viewers to stop watching the content to segment a portion of the stream. Not to mention the deletion of the VOD or the streamer turning this feature off would make the creation and preservation of clips difficult. -Timestamping is one solution in which involves viewers create a collection of "stamps" in the comment section of a video which refer to key moments such that viewers can find identifiying moments later. +Timestamping is one solution in which involves viewers create a collection of "stamps" in the comment section of a video which refer to key moments such that viewers can find identifying moments later. -Despite how prevelant the practice is, information regarding how timestampers operate is actually sparse (at least among the VTuber community). +Despite how prevalent the practice is, information regarding how timestampers operate is actually sparse (at least among the VTuber community). -No, wizardry isn't how timestamps for a 3 hour stream seemingly magically appear 1 minute after stream. I hope to at least document some information I know pretaining to how liv timestamps are generated (mainly within the VTuber community). +No, wizardry isn't how timestamps for a 3 hour stream seemingly magically appear 1 minute after stream. I hope to at least document some information I know pertaining to how liv timestamps are generated (mainly within the VTuber community). ## Live Timestamping I should first specify that this is "live timestamping". While you could wait until the stream has concluded and then manually write down key moments... @@ -73,7 +73,7 @@ However, I still find this solution in many ways clunky. ## An Alternative Using Javascript One day I stumbled upon a [Reddit post](https://www.reddit.com/r/VirtualYoutubers/comments/ifzqe7/i_made_a_live_timestamp_tool/) about a Javascript tool that can be used to live timestamp streams. -Whats interesting here is that calculating the timestamp of a video isn't actually limited to when the stream is finished, you can retrieve it at any point in time. +What's interesting here is that calculating the timestamp of a video isn't actually limited to when the stream is finished, you can retrieve it at any point in time. ```javascript var time = Math.max(0, Math.floor(document.querySelector("video").currentTime)); |
