Slashdot Mirror


Media Player Classic Home Cinema (MPC-HC) for Windows Pushes What Could Be Its Last Update (mpc-hc.org)

Popular open-source media player for Windows, Media Player Classic Home Cinema -- or MPC-HC, has issued what it says could be the last update the app ever receives. The team writes: v1.7.13, the latest, and probably the last release of our project... For quite a few months now, or even years, the number of active developers has been decreasing and has inevitably reached zero. This, unfortunately, means that the project is officially dead and this release would be the last one. ... Unless some people step up that is. So, if someone's willing to really contribute and has C/C++ experience, let me know on IRC or via e-mail. Otherwise, all things come to an end and life goes on. It's been a nice journey and I'm personally pretty overwhelmed having to write this post.

77 of 139 comments (clear)

  1. Re:This is why not to use open source by Opportunist · · Score: 4, Insightful

    Because that never happened with closed source...

    With maybe the difference that in closed source, nobody can pick up the slack and continue if he feels the software is worth supporting. Closed source maker going under, software is dead in the water. Sucks to be you if you depended on it.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  2. Re:This is why not to use open source by ichthus · · Score: 1

    This is not unique to open source. This very thing happens to closed source, commercial products as well.
     
    I don't think you're trolling, I just think you're ignorant.

    --
    sig: sauer
  3. Re:This is why not to use open source by Junta · · Score: 1

    Good thing commercial vendors never cancel product lines or go out of business.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  4. VLC Killed it? by ZiakII · · Score: 4, Insightful

    I'm guessing VLC killed it? I used to use it all the time but now I just use VLC.

    1. Re:VLC Killed it? by thegarbz · · Score: 2

      Killed it how? It said nothing about users and everything about developers. Whether you use VLC or MPC-HC is irrelevant to the developers working on the project.

      It is a feature complete media player which by all accounts has changed very little in the last 4 years. Maybe the fact that it works well killed it.

      Side note: Some parts of VLC infuriate me so I still use MPC-HC though I have both installed. I think maybe once ever 3-5 months I come across and old poorly encoded WMV that plays in VLC but not in MPC-HC which is why I keep it around.

    2. Re:VLC Killed it? by ckatko · · Score: 1

      VLC has been half broken on Windows for a decade. And I say this as someone who uses it every day.

      I use both MPC-HC and VLC. They both excel at different areas.

    3. Re:VLC Killed it? by PoopMonkey · · Score: 2

      I have both MPC and VLC. I primarily use VLC, but some files for some reason it chokes on, and MPC doesn't have that problem with them.

    4. Re:VLC Killed it? by Junta · · Score: 2

      I used to develop a little-known software project, and then another project really took off and I switched to using that, because it just made sense.

      MPC-HC did a good job of continuing to use the Windows Media framework as best it could, fixing the breakage of the progress of windows media player. However, it was still based on a pretty crappy framework not of their choosing. At the time to be fair the alternatives weren't sufficiently feature capable, and in certain cases still has benefit (iirc, smooth video only does the ms framework)

      VLC and similar just dispense with that broken stack entirely, and so it's much more straightforward to get right without goofy 'codec packs' and such.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    5. Re:VLC Killed it? by Rakarra · · Score: 2

      I can't believe I actually went back to mplayer over VLC. mplayer is just so much faster, and doesn't try to crap all over your GUI if it doesn't understand a media file format or thinks the contents are busted.

    6. Re:VLC Killed it? by Rakarra · · Score: 1

      Whether you use VLC or MPC-HC is irrelevant to the developers working on the project.

      Users need developers, and developers need users, and that's true even if one of those two groups doesn't acknowledge the importance of the other.

      Without developers, other projects will suck away the users as those projects improve.
      Without developers, developers have little reason to stick around. "I want to scratch this itch I have" only works for the most minor and trivial of projects. Major projects don't come around because one guy makes this big thing that no one else cares about.

    7. Re:VLC Killed it? by Mad-Bassist · · Score: 1

      For me, VLC is my backup player for the occasional rare file type and also a handy media converter under Media > Convert / Save.

      For everything else, it's the last version of Winamp for audio and MPC-HC for video which I like because it looks and works like the last good version of WMP that came with Windows 98 with a subtle difference on the surface: an extra button for frame advance!

      --
      "The only legitimate use of a computer is to play games." - Eugene Jarvis
    8. Re:VLC Killed it? by thegarbz · · Score: 1

      Is should have been more clear: The userbase itself is quite healthy. There's been 33000 downloads this month to date. While the general trend is declining, so are the rates of Windows 10 adoptions and OS installs. It doesn't seem like a jump the sinking ship kind of response.

    9. Re:VLC Killed it? by Anonymous Coward · · Score: 1

      ffdshow is (or used to be) the only "codec pack" you really need. Maybe WMV9 codec if you ran Windows 98.

      ffdshow was ffmpeg on ffdshow i.e. what's behind vlc and mplayer, but made available to most Windows applications just by being installed.

    10. Re:VLC Killed it? by Rakarra · · Score: 1

      Yeah, I broke down when I needed to grab actual timecodes to set breakpoints in a video. The amount of time VLC takes to seek inside a video (especially a large one) is terrible, and that half-second delay really adds up when you're seeking back and forth frequently to find the right spot and/or have to set a number of them. VLC still also has no way of printing out sub-second timestamps or timestamps that use frames instead of seconds, which is unconscionable given how many people have asked for it. mplayer's timestamps work great, and you can seek back and forth a dozen times a second with no slowdown.

  5. C/C++ experience needed to contribute? by Anonymous Coward · · Score: 3, Funny

    So, if someone's willing to really contribute and has C/C++ experience

    That's probably why "the number of active developers has been decreasing and has inevitably reached zero".

    People who know C and C++ well are becoming rarer and rarer. The ones who are good are too busy making big bucks in industry, even if they're working on open source software like the Linux kernel (which is heavily corporate-developed these days).

    If this project really wants to attract the next generation of developers to work on their project, they'll need to rewrite it in a fad language like Ruby, Go, or especially Rust.

    1. Re:C/C++ experience needed to contribute? by DuckDodgers · · Score: 1

      Love or hate Go, Typescript, Dart, C#, F#, Swift, etc... on their own merits or flaws, not on whether or not their corporate creators are assholes (hint: yes). They're all open source.

    2. Re:C/C++ experience needed to contribute? by Anonymous Coward · · Score: 1

      Reading your comment, for a moment I was unsure whether Love and Hate were new languages I hadn't heard of yet!

      Seems like every month or two we hear of a new language. Love and Hate wouldn't be entirely inappropriate or unexpected as new language names, given Erlang, Rust, Go, Swift, Ruby on Rails?? (What is that, a train-loving escort during the 19th century??).

    3. Re:C/C++ experience needed to contribute? by DuckDodgers · · Score: 1

      I meant "love or hate" based on more than just the name. Though I suppose hate based on the name alone could work in a few cases: D, P, R - effective search queries based on those names must be a royal pain to write.

  6. There is literally no alternative. by Anonymous Coward · · Score: 5, Interesting

    I can't believe I'm typing this, but... There is literally no alternative. I have never found ANY other media player that supports what should be the most basic possible feature: BOOKMARKS! How is this possible? I have no idea, but VLC certainly does NOT support it. They have some sort of "fake" bookmarks which disappear once you close it, which makes them completely pointless.

    Since MPC-HC is the only program that does the most basic imaginable feature, I will have to keep running it even if they kill it. On the other hand, even "MPC-HC" is a "resurrection" from the original "MPC"...

    1. Re:There is literally no alternative. by aliquis · · Score: 2

      https://wiki.videolan.org/VLC_... ?
      I was really seeing if it had support for "plugins" though.

    2. Re:There is literally no alternative. by Anonymous Coward · · Score: 1

      I have no idea what your point is. I'm not gonna perform a number of bizarre steps to do this.

    3. Re:There is literally no alternative. by thegarbz · · Score: 1

      How is this possible?

      Because the vast majority of users have little to no use case for such an incredibly niche concept?

    4. Re:There is literally no alternative. by OverlordQ · · Score: 2

      What?

      There's mpc-be.

      --
      Your hair look like poop, Bob! - Wanker.
    5. Re:There is literally no alternative. by MrWeelson · · Score: 3, Informative

      I can't believe I'm typing this, but... There is literally no alternative. I have never found ANY other media player that supports what should be the most basic possible feature: BOOKMARKS! How is this possible? I have no idea, but VLC certainly does NOT support it. They have some sort of "fake" bookmarks which disappear once you close it, which makes them completely pointless.

      Since MPC-HC is the only program that does the most basic imaginable feature, I will have to keep running it even if they kill it. On the other hand, even "MPC-HC" is a "resurrection" from the original "MPC"...

      PotPlayer supports bookmarks and plays pretty much everything I throw at it.

    6. Re:There is literally no alternative. by Calydor · · Score: 1

      Since more and more things are recorded as video only, with no transcripts or the like, bookmarks for a video can become more and more necessary.

      Imagine you download a two hour lecture on some topic of interest to you. You watch it, take some notes, then stash it in a corner of your hard drive. Four months later you need some info, but your notes have gone missing. Do you watch the entire two hours again to find those ten seconds you need without complaint, or do you swear and curse over the tendency for information to be put in a format that isn't easily searchable?

      --
      -=This sig has nothing to do with my comment. Move along now=-
    7. Re:There is literally no alternative. by aliquis · · Score: 1

      At least you tried which is more than he deserved.

      To be fair the AC comment wasn't from me (who posted the link about bookmarks, it was from someone else who stepped in and spoke his/her mind.)
      But I get your point! ;D

  7. Re:This is why not to use open source by DontBeAMoran · · Score: 2

    As opposed to what? Relying on Microsoft and Apple? Even if you're willing to pay, both companies have taken a general direction of not listening to their users.

    --
    #DeleteFacebook
  8. Maybe it's good enough? by foxalopex · · Score: 4, Insightful

    I have to admit I've used MPC-HC for many many years now, in fact I'm using an old out of date version. I wonder if basically it's "good enough" that it doesn't need further development? There's products like "PuTTY" which essentially don't update for ages because the open source product fulfills it's function. Unless the product needs more fancy features which often risks breaking things. Time will tell I suppose.

    1. Re:Maybe it's good enough? by Anonymous Coward · · Score: 2, Insightful

      I (total layman) have been under the impression that much of the development of the past several years surround integration of hardware acceleration APIs and fine-tuning the performance of newer codecs.

      So while it's "good enough" for *my* current uses, I imagine there may come a day where I have a good codec yet bad performance on playback.

      And I am *not* a fan of the UX of VLC.

    2. Re:Maybe it's good enough? by CrashNBrn · · Score: 1

      Pretty much, just update your codecs periodically. MPC in all of it flavours (MPC, MPC-HC, MPC-BE, etc) have been rock stable for over a decade of releases.

    3. Re:Maybe it's good enough? by Calydor · · Score: 1

      Much the same as WinAMP, really. There comes a point in the development of a software product where you are either DONE, or you get into feature bloat territory. MPC and its incarnations have all been about being lightweight, so feature bloat would be brand destruction.

      --
      -=This sig has nothing to do with my comment. Move along now=-
    4. Re:Maybe it's good enough? by LinuxIsGarbage · · Score: 1

      I have to admit I've used MPC-HC for many many years now, in fact I'm using an old out of date version. I wonder if basically it's "good enough" that it doesn't need further development? There's products like "PuTTY" which essentially don't update for ages because the open source product fulfills it's function. Unless the product needs more fancy features which often risks breaking things. Time will tell I suppose.

      I certainly don't disagree. There's a lot of projects, some 5, 10, even 15 years since their last update that still do what they are supposed to, and do it well. You know the UNIX philosophy. While I get annoyed every time an Android app wants to update so it can change the icon, or replace menu key with a hamburger icon, or replace hamburger icon with three dots, or replace color icons with dark grey on light grey icons, or replace local access with required Facebook linked account, others get annoyed or call an app dead if it hasn't been updated in 3 weeks.

      Look at TeX, it asymptotically approaches Pi, with the idea that fewer and fewer changes should be required.

      On PuTTY: While new requirements for terminal emulator features aren't increasing, there are still some potential improvements, which are sometimes achieved in forks like ExtraPuTTY, KiTTY:
      -Ability to save and load sessions to file instead of registry
      -File Transfer (X/Y/Z Modem, Kermit,) like TeraTerm
      -Custom key mapping (make mapping identical to a DEC LK keyboard so an old VT520 can be replaced with PuTTY with no training required for the user.)

  9. I've moved on... by QuietLagoon · · Score: 1

    I started with Media Player, and then I moved to Apple's AppleTV for a while. The last iteration of AppleTV was a bust for me, as it seemed to prefer Apple's store over my own media, and the touch remote was pretty useless. So I wound up with JRiver Media Center. I have it running on Debian Liunx. So far, JRiver Media Center is looking very good.

    1. Re:I've moved on... by QuietLagoon · · Score: 1

      Looks like an Apple fanboi didn't like a comment about the restrictions of Apple's Walled Garden....

  10. Re:This is why not to use open source by Geoffrey.landis · · Score: 3, Interesting

    The developer can decide to just end up not supporting it, with no option to pay for support. Open source is notorious for screwing over loyal users in this manner.

    Because that never happened with closed source...

    Yeah. I've been screwed over much worse with projects done using commercial software where my old project files are now unusable because the software either stopped being supported, or the vendor decided to "upgrade" in a way that was not back-compatable with old files.

    With maybe the difference that in closed source, nobody can pick up the slack and continue if he feels the software is worth supporting. Closed source maker going under, software is dead in the water. Sucks to be you if you depended on it.

    Yep.

    --
    http://www.geoffreylandis.com
  11. Great program much thanks to the devs by Crashmarik · · Score: 1

    There hasn't been much in the way of software that just does what you want it to, in a small clean package. Much thanks to the developers that kept this going as an alternative to Microsoft's pointless stupidity.

  12. Re:This is why not to use open source by Opportunist · · Score: 2

    Well, consider the time we're living in. It's more and more common that software gets altered in ways you do not like. A former for-license model getting changed to a subscription pay-by-month model, or some additional "enhancements" that make the software unusable or send your lifetime history to its maker to sell. And that's just what I come up with in the minute this took to write.

    In commercial software, your choice is to grin and bear it. For reference, see Windows in its latest incarnations.

    In OSS, you can at least remove the shitty bits that are detrimental to your interests. Or wait, you don't have to, because they don't get baked into the package because the maker of the software KNOWS you'd immediately remove that bullshit, so why bother waste resources on creating it?

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  13. Re:This is why not to use open source by Holi · · Score: 1

    You mean like Windows Vista?

    --
    Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
  14. MPC-BE by Metabolife · · Score: 1

    The real question now is how this affects the offshoot MPC-BE.

    1. Re:MPC-BE by jbridges · · Score: 4, Informative

      MPC-BE is still under active development, you can see some minor updates from 15 hours ago (new version of libpng)
      https://sourceforge.net/p/mpcb...

      The Doom9 support thread is still active
      https://forum.doom9.org/showth...

      V0lt is still active on the MPC-BE support forum (need google translate unless you can read Russian):
      http://mpc-be.org/forum/index....

  15. If it works by ArchieBunker · · Score: 3, Insightful

    Why keep working on something that works as intended?

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
    1. Re:If it works by Guspaz · · Score: 1

      Because the software still has shortcomings and bugs. Crashes aren't all that uncommon.

    2. Re:If it works by ArchieBunker · · Score: 1

      At some point you reach the final evolution of something. Software people can't understand that. The design for a hammer hasn't changed in centuries.

      --
      Only the State obtains its revenue by coercion. - Murray Rothbard
    3. Re: If it works by Guspaz · · Score: 1

      Considering that most of the updates include crash fixes in the changelog, it's safe to say that just because you aren't experiencing crashes doesn't mean there aren't such issues.

  16. Thank you! by hyades1 · · Score: 5, Insightful

    The people who created and updated this software deserve a huge "Thank You" from people who used it for years, including me. I mostly use VideoLAN now, but still have MPC on my computers, where it has lived happily since Day 1 (and will continue). It has always done exactly what it promised without gobbling a lot of resources and without trying to make itself the star of the show. The best thing about it is that the developers never fell into the "bloatware" trap.

    So whatever happens, thank you Kacper Michajlow, XhmikosR, Goran Dzaferi and JellyFrog (still listed as "Active People"), and many now listed as inactive who contributed in the past.

    People forget that when Media Player Classic came along, it was at a time when Microsoft seemed determined to force non-tech users to use Media Player, which was becoming more bloated, invasive and greedy with every update. MPC was a breath of fresh air.

    --
    I've calculated my velocity with such exquisite precision that I have no idea where I am.
    1. Re:Thank you! by Godwin+O'Hitler · · Score: 1

      I second every single word of that. If ever there was an app that hits the nail right on the head, it's MPC.

      --
      No, your children are not the special ones. Nor are your pets.
  17. Re:This is why not to use open source by Anonymous Coward · · Score: 1

    I think MPC came about way back in the day in response to windows media player becoming a bloated POS compared to the old Windows media player. It was designed at the time to mimic and look much like the old windows media player..

    This was back during the late Win98/WinME/Win2k era.

    Back when windows media player went from this
    https://de.wikipedia.org/wiki/Windows_Media_Player#/media/File:MediaPlayer601Info.png

    to this
    https://www.reddit.com/r/nostalgia/comments/66soci/windows_media_player_skins/
    http://mp3decoders.mp3-tech.org/decoders_wmp7b.html

  18. Re:This is why not to use open source by silas_moeckel · · Score: 1

    You definitely have an option to pay for support, Throw the code at a dev and pay them to do whatever you need.

    --
    No sir I dont like it.
  19. Re:This is why not to use open source by thegarbz · · Score: 1

    Screwing how? When an open source project dies it typically continues working. When a closed source project dies the company folds, the license servers get taken offline and you no longer have a working product.

    I just checked. I am running version 1.5.0 of MPC-HC. A quick look on project history shows that was released in November 2014. Still works 100% fine.

    I wish I could always feel this screwed.

  20. Re:This is why not to use open source by Zontar_Thing_From_Ve · · Score: 1

    Because that never happened with closed source...

    With maybe the difference that in closed source, nobody can pick up the slack and continue if he feels the software is worth supporting. Closed source maker going under, software is dead in the water. Sucks to be you if you depended on it.

    Yep. As an example. a few years ago ArcSoft abandoned their media playing products, including the excellent Total Media Theater which I bought. I didn't use a warez copy, I paid for it. Still have it on my PC. Still use it at times. It was great because if you ripped a BluRay, it would play the rip without any questions. The only realistic commercial alternatives to TMT are WinDVD and PowerDVD and both refuse to pay rips. In fact, both are determined to do everything that the MPAA wants to make sure that their products are as barely useful as possible. I used MPC-HC some years ago but the only real advantage it had was for me over VLC was that it could "play" AviSynth scripts and you could see the output you would get from the script kind of in slow motion without having to run the script on the whole video (which could take hours depending on what you were doing) and then check the output. AviSynth is a scripting tool that lets you do rather complex operations on video and audio, mostly video, like if you need to re-encode something to different resolution.

  21. I'm not surprised by thegarbz · · Score: 5, Insightful

    MPC-HC has been incredibly feature complete for a long time. I mean the list of fixes, changes, and features look impressive with each release but frankly I'm running a 3 year out of date version on my desktop and compared to my laptop running something very recent ... errr.... the buttons look a bit different...?

    For the longest time it has truly excelled at it's core feature: The ability to play videos via a small footprint media player.

    Oh behalf of the many users: Thanks for your hard efforts over the years, and thanks for not turning it into a steaming turd as much of the rest of the world seems to embrace change for changes sake. I see the abandoning of this project after its long stability in design and core purpose as part of its success story.

    1. Re:I'm not surprised by Kjella · · Score: 1

      MPC-HC has been incredibly feature complete for a long time. I mean the list of fixes, changes, and features look impressive with each release but frankly I'm running a 3 year out of date version on my desktop and compared to my laptop running something very recent ... errr.... the buttons look a bit different...?

      Same here, there's not a single feature that I miss. The only thing that concerns me is if there should be some kind of security-related parsing/codec bug, even though they're extremely rare these days. I was hoping it would stay supported-ish until Win7 is EOL'd in 2020, after that I'm actually not sure what the plan is. Probably Linux and a Wintendo for games, don't care if Microsoft spies on my Steam install.

      --
      Live today, because you never know what tomorrow brings
    2. Re:I'm not surprised by Falos · · Score: 1

      It's lightweight and simple on first-glance, with a whole field of gears and levers under the hood, so while slim it's capable.

      I like quick yet swissarmyknife. Irfanview opens instantly, hotkeys easily, but has a pile of functionality if I want it. They're not always wieldly, but they were added by request of a geek user or outright authored by one. Same for old winamp. Same for... old firefox? Palemoon I guess. And same for MPC.

      Just yesterday, yesterday, I was playing a show episode with audio that was ~600ms off sync. I knew I could find an option for it, even if poking around the menus was awkward and unintuitive, the feature itself would be simple and potent. And eventually, yes, a simple box that says "Audio delay (in ms): __"

      So have your itunes, have your VLC, your chrome, I want something built by users for users, even if it's ugly.

  22. Re:This is why not to use open source by DuckDodgers · · Score: 2

    Is someone forcing you to use systemd? Is it part of your license agreement? A paid contract? A gun held to your head?

    Free software is free-as-in-freedom. Runit, SysV init, Upstart, and GNU Shepherd all have their own virtues. Support one.

  23. Re:This is why not to use open source by mpercy · · Score: 1

    ", or the vendor decided to "upgrade" in a way that was not back-compatable with old files."

    Why does Intuit pop into my head at this reference?

  24. Re:This is why not to use open source by I'm+just+joshin · · Score: 1

    Do you realize the AC was trolling & you got caught in the trap?

  25. Re:This is why not to use open source by I'm+just+joshin · · Score: 1

    Why would you think this? It's so blistering obvious that serious responses seem ridiculous.

  26. Re:This is why not to use open source by JackieBrown · · Score: 1

    If you are using linux as your desktop (versus server), chances are systemd is more than good enough and probably better than what logs you get with windows home edition.

  27. Re:Why does software have to keep "evolving"? by dahem0n · · Score: 1

    Compatibility, security patches, new technologies comes to mind.

  28. Those in the media server space simply moved on by mrun4982 · · Score: 1

    Sure, lots of us used MPC-HC for years and it was always, IMO, one of the best options for a Windows based media server but times have changed. Most folks have moved onto all-in-one packages like Plex or simple streaming devices like Apple TVs and Rokus. These days I use Plex and Rokus. I don't miss the days of having a full-blown Windows PC under my TV, fiddling with CODECs, etc.

  29. Re:This is why not to use open source by ichthus · · Score: 1

    Closed-source software companies go defunct, and file formats go unsupported. One of the many examples would be the Wingz spreadsheet. I used this in college in the 90s, and had quite a few .wkz files from my physics classes. But, Informix (the maker of Wingz) went out of business, and there's no way to open these files in a modern OS (with the exception of installing an older OS and Wingz in a VM).

    --
    sig: sauer
  30. Re:This is why not to use open source by Rakarra · · Score: 1

    I think the GP's "Why would you think this?" question was really in response to your "I don't think you're trolling, I just think you're ignorant." GP thinks the OP was clearly trolling; I don't think the OP was ignorant at all, I think he was trolling either to be an ass, or to throw in FUD.

  31. Re:This is why not to use open source by Rakarra · · Score: 1

    Ah yes, the "bad old days" of skins. "Hey, let's not make a good UI for our media player, we'll throw something trashy out there, I'm sure someone will make a great skin!"

  32. Re:This is why not to use open source by ichthus · · Score: 1

    Ehh... you're probably right -- he was trolling. I must be feeling less cynical than normal today.

    --
    sig: sauer
  33. Re:Why does software have to keep "evolving"? by Rakarra · · Score: 1

    Maybe it has reached its design goals, and is largely bug-free and tested.

    What's the fuss? Enjoy it!

    Because everything else around it evolves. I understand your point, that there's no need to rewrite the whole thing, etcetc.
    But software products DO need some type of maintenance. Your 10-year-old media isn't much use if it can only play 10-year-old files. Even if the OS changes, the application that ran just fine under the old OS might not start or just crash if it makes false assumptions about the newer OS.
    If it doesn't understand or handles in a poor way new file formats, new video card output tricks, larger formats like 4k, new methods of file storage (IE, cloud storage if you're going that way, or web playback), you'll find that media player to not be a lot of use.

  34. Huge thanks... by XSportSeeker · · Score: 1

    I use both MPC-HC and VLC, and MPC-HC is pretty feature complete. In fact, I often times skip updates for it because it just works well as is.
    I think I encountered a few times where MPC-HC worked better because it was lighter, and I like the simpler interface I guess.
    So there you are, thanks for all the development, I hope it can keep going with this final release for a long time.

  35. Re:This is why not to use open source by danomac · · Score: 4, Informative

    Good luck with that, considering more and more userspace applications have systemd as a hard dependency.

  36. Re:This is why not to use open source by DuckDodgers · · Score: 1

    Free-as-in-freedom is not the same as written-the-way-I-want. There is nothing stopping the open source community from making forks of existing projects or brand new projects to escape systemd.

    The hatred in the free software world for Canonical is pretty understandable - Mark Shuttleworth and others have occasionally issued inflammatory or dishonest statements (for example, the false claims about design flaws in Wayland) or included adware in their software releases (the Amazon shopping lens).

    The hatred for systemd baffles me - you're mad because volunteers are building something you don't want? Isn't that a ridiculous display of arrogance and entitlement? "This thing you're making and giving away has features I don't like, so you shouldn't create it!"

    In all seriousness I wish the developers and supporters of Devuan, Gentoo (which can run with or without systemd), Void Linux, GuixSD, and the other systemd-free Linux distributions all the success in the world. But frankly I don't care enough to contribute. For the people that do care, if they put 1% of the energy that went into the flame wars into contributing, Devuan would have conquered the world by now.

  37. Re:This is why not to use open source by Opportunist · · Score: 2

    Got me a +4 insightful, why should I complain?

    I see it more as a symbiotic relationship.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  38. Lectures? by Tenebrousedge · · Score: 1

    I actually can't imagine downloading a two-hour lecture and needing data from it. It sounds like a poor way to transmit data. And frankly I don't know who is even making two hour lectures these days; if it won't fit into the YouTube attention span, why bother? And in no case would you be required to watch the entire two hours.

    I think you should let someone who actually does use this feature explain why rather than trying to invent something out of whole cloth.

    --
    Those who advocate genocide deserve every protection afforded by law, and none afforded by common human decency.
    1. Re:Lectures? by Calydor · · Score: 1

      Alright, let me use an example I run into all the time.

      Games.

      Usually when stuck in a game back in the late 90s and all of the 2000s, I would look up the game on GameFAQs, search a walkthrough for a keyword of where I am or what I'm having trouble with, and usually get a solution.

      Now, walkthroughs are recorded as gameplay videos. If the uploader doesn't think the way you do and put very specific keywords in the video title or summary, you're screwed. You can watch hours of gameplay footage trying to find a solution to what you're looking for, and good luck ignoring everything else to avoid spoiling other parts of the game.

      --
      -=This sig has nothing to do with my comment. Move along now=-
  39. Re:This is why not to use open source by almitydave · · Score: 1

    You should check out AVIDemux if you haven't already - it can do various transforms on video. I don't know how complex your AviSynth scripts were, but something like changing resolution (or aspect ratio, or rotating, etc.) are simple enough that it can show you the output in real time before re-encoding the whole video.

    --
    my, your, his/her/its, our, your, their
    I'm, you're, he's/she's/it's, we're, you're, they're
  40. Re:This is why not to use open source by danomac · · Score: 1

    You implied there is a choice and I pointed out in many cases there simply isn't one. Yet you still insist there's a choice when there isn't.

    The hatred for systemd baffles me - you're mad because volunteers are building something you don't want?

    I use systemd on a couple computers. Out of five computers, it only truly works properly on one, half works on another, and doesn't work at all on three.

    Maybe the hatred has something to do with it being a piece of utter shite? Every other month there's news (not good news) about systemd, the last one being systemd-resolved - another halfass attempt at assimilating another system function that led to very serious vulnerabilities.

  41. Re:This is why not to use open source by Rakarra · · Score: 1

    Back in the days of hey lets make our software look like an appliance. DVD playback software was notorious for this. Lets make an interface that looks like an actual set top DVD player. Also apps that Creative used to bundle with their sound cards.

    Thank god that era is behind us, they shipped crappy "skins" and the stuff that the 3rd party community made was usually even worse.

    It was also the age of "hey, this skin will look really awesome in a screenshot! That'll make people want to use it. Of course, no one actually stares at their media player while playing music or watching a movie, but let's make something that's more flashy than coherent or usable."

  42. Re:This is why not to use open source by DuckDodgers · · Score: 1

    There is still choice. You can put FREEDOS on the computers. You can turn them into pieces of modern art. You can take them to the firing range.

    You can't demand other people write the software you want.

    I have systemd running on three machines at my house and fifty servers at work without problems.

  43. Re:Depends HOW you look @ it... apk by LinuxIsGarbage · · Score: 1

    See subject: For Media Player Classic to do as good a job as VLC you need to install codec packs (3rd party) - VLC has them built-in already & iirc (correct me IF I am off/wrong - feel free on this note) they are installed LOCAL to the folder/subfolder structure VLC has (not in a public folder like %WinDir%\system32 for example - which IS iirc, what codecpacks do).

    * You "bloat" MPC's installation right there by adding more libs/dlls for it to work as well as VLC does (has libs in its distro already).

    APK

    P.S.=> Lastly - I like them both - both decent programs (coming from another freeware dev in myself no less) BUT this is WHY I prefer VLC (no need to install 3rd party codec packs)... apk

    You're wrong. MPC (Media player Classic) relies on installed codec packs. MPC-HC (Home Cinema) takes the same player, can link to the codecs in the Windows Framework, but also include most required codecs to make it work "Out of the box".

  44. Re:Not wrong @ all... apk by LinuxIsGarbage · · Score: 1

    Is my post being truncated? Is the summary being truncated? We're talking about MPC-HC, which comes with codecs built in, but aren't installed into the Windows framework. No additional steps required. As an option it can tap into the Windows' codecs.
    Here's their website:
    https://mpc-hc.org/

    Now take an MKV file on a clean Windows 7 machine (no aftermarket codecs). Install MPC-HC. Try to play it with Windows Media Player, watch it fail.

    Take the video and play it in MPC-HC, watch it work with the built-in codecs.

    Try a FLAC file, watch it fail in media player, but work in MPC-HC.

    In MPC-HC go View-Options-Internal Filters. These are the internal codecs availible.
    Go start-run-msinfo32
    Components-multimedia-video codecs. Notice Windows still only has the built in codecs.