this post was submitted on 06 Oct 2023
59 points (98.4% liked)

Linux

56022 readers
881 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
top 10 comments
sorted by: hot top controversial new old
[–] mokazemi@discuss.tchncs.de 11 points 2 years ago

Subtitle composer can do that: https://subtitlecomposer.kde.org/

Also Kdenlive has a feature for it as I know, though I never tested: https://docs.kdenlive.org/en/effects_and_compositions/speech_to_text.html

[–] h3ndrik@feddit.de 6 points 2 years ago* (last edited 2 years ago)

I'd also recommend something based on whisper.

If you're looking for live transcriptions: https://github.com/abb128/LiveCaptions

And I've fiddked around with vosk a year ago.

[–] wuphysics87@lemmy.ml 5 points 2 years ago

I wrote a TUI for whisper in bash for a journalist friend of mine for exactly this use case. It's a bit hackey, but it's a good place to start.

https://gitlab.com/wuphysics87/scrb/

[–] gyrfalcon@beehaw.org 5 points 2 years ago (1 children)

If you're willing to roll your own a bit, whisper.cpp is pretty good

[–] joey@lemm.ee 5 points 2 years ago

Kdenlive apparently supports whisper. Check the link in other comment.

[–] BetaDoggo_@lemmy.world 5 points 2 years ago (1 children)

Whisper is your best bet for FOSS transcription. This is the most efficient implementation AFAIK: https://github.com/guillaumekln/faster-whisper.

[–] andruid@lemmy.ml 3 points 2 years ago (1 children)

How does whisper compare to Mozzilla's Deepspeach?

[–] BetaDoggo_@lemmy.world 2 points 2 years ago

From what I've heard they're competitive for English but I've never used Deepspeech myself. Whisper has much more community support so it's probably easier to use overall.

[–] filister@lemmy.world 4 points 2 years ago

Whisper is pretty good and open source, you just need to write your own script to do the automation.

And then you can also use some summarisation with OpenAI to create short summaries for each lecture or extract highlights or key points.

You can then upload them to Obsidian to make them indexed and searchable and can use any of their plugins to make it even better.

And you can use Syncthing to sync it to your phone.

[–] ipsirc@lemmy.ml 2 points 2 years ago