Live data from Hacker News

VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

fsfe.org

81–90 of 106 posts

Re: VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

#81

I remember using VLC and figuring out how to download subtitles and use them within it. I suddenly became the computer person of my family at 11 because of that

I somehow forgot about this! But yes matching subtitle timings with video playback is a distinct “VLC thing” that I remember doing in the early 2000s

Re: VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

#82

Earlier quoted context omitted.

I’ve been using it to listen to actual MP3s of the music I have. I can’t find any decent MP3 player on iOS (incredibly ironic given the iPod was one of the 3 devices the iPhone was supposed to be when Steve Jobs first introduced it) and VLC is pretty good.

Foobar2000 is my go to on iOS. Works well just like the PCs version.

Android version is also the best I've found without ads, has a decent UI and plenty of advanced features.

Re: VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

#83
post #27
post #2

I met that guy during a gsoc mentor summit and it inspired me, out of spite, to never install VLC on any device I own

I vouched for this post because I have corresponded with him and he engaged in an in unnecessarily condescending way. What are you referring to by GSOC?

Same experience here and upvoted accordingly. I stopped using/recommending VLC all the way back in 2012 due to Mr. Kempf's appallingly dismissive/aggressive attitude to carefully-expressed constructive feedback from multiple users after a regressive UI change (my handle here was "sillyrat" and then "silly-rat"):

https://forum.videolan.org/viewtopic.php?f=12&t=98182&p=3281...

TL;DR: they decided to force the playlist to stay open all the time, thus killing "mini-player" mode; reaction to this was, unsurprisingly, uniformly negative (but expressed politely); Mr. Kempf's response was to attack VLC users; I did an end-run around him by opening a bug ticket so other developers would be made aware of the problem, and Mr. Kempf banned me for doing so; my ticket was approved and addressed by other developers, fixing the issue; Mr. Kempf tried to back-pedal pitifully.

Re: VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

#84
post #73

Earlier quoted context omitted.

I'm still curious how they thought that was remotely a thing anybody wanted. The cynic in me says some PM rolled out it out because they had an internal metric to hit. I know a lot of people who are bilingual (or trilingual) and they utterly loathe it.

Can't you just deactivate it?

No idea, but also why is it activated when I've been watching english content on that account for several years?

Re: VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

#86
post #84
post #73

Earlier quoted context omitted.

Can't you just deactivate it?

No idea, but also why is it activated when I've been watching english content on that account for several years?

I never experienced subs I could not deactivate. And why they activated it? Well, because they own their plattform and do what they want with it. (I think they have done worse)

Re: VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

#87
I tried to implement video playback into one of my apps, successfully using VLC. before that I did benchmark which of available players that are supported in .NET is the best, from perspective of cpu/gpu usage. also how easy it is to implement, if too many problems I stray away from it, unless it's really good. After successfully implementing VLC I realized that VLC uses 0.5% GPU usage when video is idle/paused, after video is loaded in player, even when user presses stop to "eject" media, the VLC uses 0.5% of GPU on my system.. I decided to use SuspendThread() from kernel.dll on Windows to suspend all VLC threads, then RestoreThread() to unsuspend them when I need the player, but after some time decided it had too many problems with that approach and it felt janky.. Then I read online why VLC would use 0.5% GPU when it's not rendering anything, and the answer was found on some VLC thread (forum) is that is a good thing, and it should be like that, and.. so it felt "like everything else in the world that's successfull", a superior product with detrimental flaw, in VLC case that is video player with least GPU/CPU usage, with the penalty that the window itself uses 0.5% GPU, so if user likes to leave apps running, like a VLC player with Seinfeld episodes running and minimized for when one wants to watch it, and another VLC with X-Files, and another 1 or 2 with porn, and 1 that is playing song in background, that all will use 2-3% GPU in the background, at all times. After that I had reason to use K-Lite codec pack, which has detrimental flaw of hideous installation process (custom installation, not "install typical", or "full installation" which installs bloat, and adds bunch of registry junk and assigns all known video and other media formats when I want just the codecs)

Re: VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

#88
post #48

Years ago I remember complaining on HN that VLC didn't support remembering the position of the video you've already partially watched, when multiple other video players supported it. The only reply was someone saying you should contribute to the open source project yourself to fix it instead of complaining. I don't know anything about coding a multi-platform video player so I wasn't much use but not long after they r…

Tbf you could donate money to someone who does have the expertise to do it. Free software is not "free" (as in free beer). People have to build and maintain it.

Another way to donate is to proof read documentation and report on typos, spelling errors, etc. Some projects have documentation in multiple languages - helping out in a language you know is another excellent way to contribute.

Many projects have great communities, making it all fun and engaging.

Re: VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

#89
post #78

Earlier quoted context omitted.

On Windows at least VLC has had better alternatives for the past 20 years, both feature and UI wise. I had frame-stepping hotkeys back in the mid-00s with Korean video players. These days I use the currently maintained fork of MPC-HC which similarly has this. On Mac it wasn't until the mid-10s that I found a decent player.

And which one is it. I’m using mpv currently.

https://github.com/clsid2/mpc-hc
Post reply on HN