this post was submitted on 29 Aug 2025
88 points (97.8% liked)

Technology

40121 readers
283 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
top 15 comments
sorted by: hot top controversial new old
[–] flango@lemmy.eco.br 4 points 4 hours ago (1 children)
[–] FundMECFS@anarchist.nexus 1 points 3 hours ago
[–] melroy@kbin.melroy.org 17 points 9 hours ago (1 children)

FFmpeg is one of the most underrated software on Linux. It's so important for the ecosystem very widely used. And you most likely barely notice it.

Just like curl.

[–] Appoxo@lemmy.dbzer0.com 5 points 7 hours ago (1 children)
[–] melroy@kbin.melroy.org 1 points 2 hours ago

Haha yes. My bad.

[–] limerod@reddthat.com 9 points 10 hours ago (1 children)

This is superb news. Now, we need audio translation and we can watch any videos in any language in the whole world.

Currently, doing that is a bit complicated than it needs to be.

[–] chahk@beehaw.org 7 points 9 hours ago (1 children)

After that - dubbing in realtime.

[–] Midnitte@beehaw.org 8 points 9 hours ago

Call it dubblefish

[–] jcr@jlai.lu 18 points 14 hours ago (1 children)

So proud of FFmpeg and VLC project ; I want news like this everyday ! Scavenging the good stuff from AI and putting itt to good use, we need more of this ! Next time automatic translation integration from AI models and we don't need to worry about the dredge of syncing subtitles with videos, one button compilation process and woosh ! -> in fact "on the fly" means no need for compilation, it is even better than I thought 🤩

[–] Sina@beehaw.org 2 points 7 hours ago

I use mpv & it's just a gui frontend to ffmpeg. I have some layering issues with VLC on Linux..

[–] dubyakay@lemmy.ca 6 points 13 hours ago (1 children)

I need something like this but for image viewers and for manga/manhwa. It always amazes me how there's options for this on mobile, even on IOS, but desktop linux doesn't have anything comparable that has integrated text recognition and translation overlay.

[–] limerod@reddthat.com 1 points 3 hours ago

Can you share those options? I'm curious.

[–] LukeZaz@beehaw.org -1 points 8 hours ago* (last edited 8 hours ago) (1 children)

The changelog lists 30 significant changes, of which the top new feature is integrating Whisper. This means whisper.cpp, which is Georgi Gerganov's entirely local and offline version of OpenAI's Whisper automatic speech recognition model. The bottom line is that FFmpeg can now automatically subtitle videos for you.

Yeah hey, can anyone chime in if this is at all based off LLMs? Because my problems with the incorrect plagiarism machine don't end just because it's now the offline incorrect plagiarism machine. Making OpenAI's garbage hockey open source doesn't make it okay. Or should I just start calling this shit FOSSwashing?

I dug around for a bit and couldn't find much of anything, but judging by a look at the Github pages for both versions of Whisper, it's looking very related. If that's the case, fuck right off. I don't want AI in FFmpeg, either.

[–] kayohtie@pawb.social 9 points 7 hours ago* (last edited 7 hours ago) (1 children)

It's not AI, it's neural network models in the same way voice recognition in devices has been working for over a decade. Even Dragon has been utilizing language models vectors for a very long time, just requiring voice training instead of utilizing a premade research or open-source data set.

I hate generative AI and it's slop too, but getting angry about neural network models in general is not only absurd, but playing exactly into what corporations want -- conflation of the underlying basic technology concepts with the capitalistic vampirism of art.

EDIT: to add, "research" here can be closed source -- voice models utilized with these tend to be internally-sourced for much of them, at least earlier ones do.

[–] drosophila@lemmy.blahaj.zone 2 points 2 hours ago

It’s not AI, it’s neural network models

These used to be called AI before people decided that only LLMs and Diffusion models were AI. Both of which are types of neural networks.