home.social

#subtitles — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #subtitles, aggregated by home.social.

fetched live
  1. I did an impromptu and unscientific analysis of a discussion that happened while attending webinar earlier this summer, about why people use subtitles or captions on the web.

    The results are intriguing. And mostly not about accessibility, at least not directly.

    #accessibility #subtitles

    design.scotentblog.co.uk/why-p

  2. I did an impromptu and unscientific analysis of a discussion that happened while attending webinar earlier this summer, about why people use subtitles or captions on the web.

    The results are intriguing. And mostly not about accessibility, at least not directly.

    #accessibility #subtitles

    design.scotentblog.co.uk/why-p

  3. I made this #YouTube video for work using #OpenSource. #Audacity with #OpenVINO to clean up the #Audio #Inkscape for the lower thirds and #Kdenlive to edit everything. Oh, and #Whisper to automatically create the #subtitles, which is did an amazing job, better than Audacity and OpenVINO did. Only would have been better if I did it on my home #kubuntu desktop but open source #software is the best and all ran on my Windows workstation.

    youtu.be/YEkgv__LgGw?si=C73y62

  4. There are five subtitle data processing paths in the video machine:

    1. Analog: CEA-608 is read from the tape, decoded by a custom decoder, put on screen via custom renderer

    2. Analog H/W: all decoding is done by the capture card, the subtitle graphics are inserted into the video output

    3. Hybrid: subtitles read from SRT file, synchronized to the VCR timecode, put on screen via same custom renderer as Analog mode

    4. Encoding: subtitles read from SRT file, synchronized to VCR timecode or digital player timecode, converted to CEA-608 and emitted via subtitle encoder. Subtitles end up on line 21 this way (they may then end up in the Analog path)

    5. Digital: SRT is loaded by the digital player (MPV) and is rendered by the same. Digital-native subtitles completely bypass video machine - they just get baked onto the video output which is then shown to everyone.

    Today I finished up more work on the digital subtitle path, but more on it in a moment...

    #videomachine #retrotech #retrocomputing #cea608 #subtitles

  5. Okay, I dump on bsky a fair bit... I mean no edit feature (still), it tends to really mangle images when recompressing them, it has an obnoxiously low character limit, it's not *actually* federated in any meaningful way, etc, etc... but today I uploaded a video and they now let you upload soft subtitles (vtt format), which is an awesome feature that I wish Mastodon/Fedi (and other platforms that let you share video) would adopt!

    #Bluesky #Mastodon #FeatureRequest #Subtitles

  6. Okay, I dump on bsky a fair bit... I mean no edit feature (still), it tends to really mangle images when recompressing them, it has an obnoxiously low character limit, it's not *actually* federated in any meaningful way, etc, etc... but today I uploaded a video and they now let you upload soft subtitles (vtt format), which is an awesome feature that I wish Mastodon/Fedi (and other platforms that let you share video) would adopt!

    #Bluesky #Mastodon #FeatureRequest #Subtitles

  7. I finally got around to working on a VobSub parser for my subtitle editor. VobSub is the subtitle format you find on DVDs by the way.

    It's a lot of fun to write these kind of parser, but unlike the PGS parser (Bluray format) I wrote, there is no official documentation for it, so I have basically been peeking at the parser code for SubtitleEdit.

    The code is coming along nicely. It can now read and parse the 2048 byte data blocks.

    github.com/vkbo/Subtle/blob/vo

    #Python #Subtitles #DVD #VobSub

  8. I finally got around to working on a VobSub parser for my subtitle editor. VobSub is the subtitle format you find on DVDs by the way.

    It's a lot of fun to write these kind of parser, but unlike the PGS parser (Bluray format) I wrote, there is no official documentation for it, so I have basically been peeking at the parser code for SubtitleEdit.

    The code is coming along nicely. It can now read and parse the 2048 byte data blocks.

    github.com/vkbo/Subtle/blob/vo

    #Python #Subtitles #DVD #VobSub

  9. FYI: Disney+ gains 17 audio languages, lifting reach to 42 subtitle markets: Six new interface languages and an Arabic-Hebrew right-to-left layout arrive as Disney courts localized advertising revenue across its 15 EU streaming markets. ppc.land/disney-gains-17-audio #DisneyPlus #Streaming #Localization #AudioLanguages #Subtitles

  10. ICYMI: Disney+ gains 17 audio languages, lifting reach to 42 subtitle markets: Six new interface languages and an Arabic-Hebrew right-to-left layout arrive as Disney courts localized advertising revenue across its 15 EU streaming markets. ppc.land/disney-gains-17-audio #DisneyPlus #Streaming #Localization #AudioLanguages #Subtitles

  11. gawd... opensubtitles.org really sucks these days.. sure, they have subs, but you really have to pull your own teeth to actually download them..

  12. gawd... opensubtitles.org really sucks these days.. sure, they have subs, but you really have to pull your own teeth to actually download them..
    #subtitles #torrents

  13. Versión 1.6.0 de Bazarr, aplicación complementaria para Sonarr y Radarr que gestiona y descarga subtítulos según tus necesidades: dekazeta.net/foro/files/file/4

    #Subtitulos #Subtitles

  14. Versión 1.6.0 de Bazarr, aplicación complementaria para Sonarr y Radarr que gestiona y descarga subtítulos según tus necesidades: dekazeta.net/foro/files/file/4

    #Subtitulos #Subtitles

  15. #TIL that #InternetArchive won't show #subtitles in .sub format, but you can easily convert to .srt format (which IS shown by IA) online at sites like subtitletools.com/convert-to-s

  16. #TIL that #InternetArchive won't show #subtitles in .sub format, but you can easily convert to .srt format (which IS shown by IA) online at sites like subtitletools.com/convert-to-s

  17. My subtitle editor is now on PyPI.

    pypi.org/project/subtle-gui/

    It is very much in an alpha state, but I've used it quite a bit to convert Bluray subtitles to SRT (text) files for use with Plex. It requires MKVToolNix for reading media files, and Tesseract OCR for OCR scanning. These applications need to be callable from the command line. I plan to make this configurable later.

    #VideoTools #Media #MKV #Subtitles #Bluray #OpenSource #Python #Qt6

  18. My subtitle editor is now on PyPI.

    pypi.org/project/subtle-gui/

    It is very much in an alpha state, but I've used it quite a bit to convert Bluray subtitles to SRT (text) files for use with Plex. It requires MKVToolNix for reading media files, and Tesseract OCR for OCR scanning. These applications need to be callable from the command line. I plan to make this configurable later.

    #VideoTools #Media #MKV #Subtitles #Bluray #OpenSource #Python #Qt6

  19. CW: New frontiers in AI generated subtitles. The Burbs episode 5 mild spoiler.

    I often watch tv with subtitles on because I can't hear very well. Many shows use AI to generate them. It's often ok but regularly wrong and occasionally surreally wrong. This is from episode 5 of The Burbs.

    AI: You have sodded a vice.

    Actual: You have sedative eyes.

    "Sodded a vice"?! AI is usually plausible whether right or wrong, but in what context would a human being ever say "sodded a vice"?

    #TV #TheBurbs #AI #AIFoolery #Subtitles

  20. CW: New frontiers in AI generated subtitles. The Burbs episode 5 mild spoiler.

    I often watch tv with subtitles on because I can't hear very well. Many shows use AI to generate them. It's often ok but regularly wrong and occasionally surreally wrong. This is from episode 5 of The Burbs.

    AI: You have sodded a vice.

    Actual: You have sedative eyes.

    "Sodded a vice"?! AI is usually plausible whether right or wrong, but in what context would a human being ever say "sodded a vice"?

    #TV #TheBurbs #AI #AIFoolery #Subtitles

  21. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/gXr99nX5FQ

  22. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/gXr99nX5FQ

  23. The noise of an impact driver struggling to remove a rusted nut. Youtube subtitle: [Music]

    #Subtitles

  24. The noise of an impact driver struggling to remove a rusted nut. Youtube subtitle: [Music]

    #Subtitles

  25. #OpenSubtitles.org — the largest multi‑language subtitle DB: no registration to download, advanced filters (genre/rating/year), multi‑language & multi‑search, RSS/email results, parseable XML & API for auto-download/upload; open to feature requests. opensubtitles.org/en/search/su 🎬🌐 #Subtitles #OpenData

  26. #OpenSubtitles.org — the largest multi‑language subtitle DB: no registration to download, advanced filters (genre/rating/year), multi‑language & multi‑search, RSS/email results, parseable XML & API for auto-download/upload; open to feature requests. opensubtitles.org/en/search/su 🎬🌐 #Subtitles #OpenData

  27. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/u3t3RNUJaD

  28. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/u3t3RNUJaD

  29. Видео → текст → саммари. Ставим транскрибацию на Mac

    Транскрибируем любое видео локально, прямо на Mac. Бесплатно, приватно, с качеством на уровне платных сервисов. Полный гайд: настройка, скрипт и промпт для саммари

    habr.com/ru/articles/1040998/

    #whispercpp #транскрибация #macOS #распознавание_речи #локальный_ИИ #видео_в_текст #subtitles #voice_activity_detection

  30. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/q175yFGLsE

  31. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/q175yFGLsE

  32. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/bbGchSVGZh

  33. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/bbGchSVGZh

  34. The Timed Text Working Group published IMSC Text Profile 1.3 as a W3C Recommendation.

    IMSC Text Profile 1.3 is the most recent addition to the IMSC family of specifications for the authoring and delivery of subtitles and captions worldwide. The rich styling and structured markup make it an ideal choice for expressive subtitles and AI training sets.
    w3.org/news/2026/imsc-text-pro
    #WebStandards #TimedText #Subtitles #StructuredMarkup

  35. The Timed Text Working Group published IMSC Text Profile 1.3 as a W3C Recommendation.

    IMSC Text Profile 1.3 is the most recent addition to the IMSC family of specifications for the authoring and delivery of subtitles and captions worldwide. The rich styling and structured markup make it an ideal choice for expressive subtitles and AI training sets.
    w3.org/news/2026/imsc-text-pro
    #WebStandards #TimedText #Subtitles #StructuredMarkup

  36. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/qtE1HciQdW

  37. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/qtE1HciQdW

  38. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/8ehBGAhcb8

  39. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/8ehBGAhcb8

  40. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/pVbFatehaQ

  41. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/pVbFatehaQ

  42. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/6Y1QjQLFzg

  43. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/6Y1QjQLFzg

  44. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/2FNwqCn7SE

  45. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/2FNwqCn7SE

  46. **New video online in #1440p60 !**

    @no707

    This #Video is a #LiveStream archive in a quiet #SlowTV-style format. #NoVoice, #NoBGM, only game SFX — with #Subtitles in DE/EN/JP. Made to be easy to follow without spoken commentary, whether you actively watch or simply let it run in the background.

    #PeerTube #VTuber
    #SlowGaming #SilentStream
    #Cozy #Accessibility
    #OnlySFX #Captions
    #SubDE #SubEN #SubJP
    #OwnCast #Streaming
    #EVEOnline #Gaming #MMORPG

    video.no707.space/w/6o2X4gAf9X