Slashdot Mirror


Lack of Manpower May Kill VLC For Mac

plasmacutter writes "The Video Lan dev team has recently come forward with a notice that the number of active developers for the project's MacOS X releases has dropped to zero, prompting a halt in the release schedule. There is now a disturbing possibility that support for Mac will be dropped as of 1.1.0. As the most versatile and user-friendly solution for bridging the video compatibility gap between OS X and windows, this will be a terrible loss for the Mac community. There is still hope, however, if the right volunteers come forward."

34 of 398 comments (clear)

  1. This would be a great loss by Anonymous Coward · · Score: 5, Informative

    The DVD player that comes with Apple's computers is rather intolerant of scratches, etc., and will report "Skipping damaged area..." then skip ahead a ridiculous amount. VLC will play fine right through the supposedly damaged segment. Losing VLC for the Mac would be terrible. If I knew anything about programming, I'd think about joining this project.

    1. Re:This would be a great loss by AbRASiON · · Score: 4, Interesting

      I still don't see enough buffering code and SPECIFICALLY buffering controls for users in any media player.
      I frequently play back files which just happen to be close to the bitrate of my wireless connection, why can't I have the program specifically pre-buffer 100mb of data and then play back from the 100mb? Then when the bitrate is higher, it drops to 80 or 50 but when it's lower, it re-fills.
      This is pretty straightforward stuff and yet, do we have these kind of controls?
      I want this on my PS3 media playbakc, my Xbox 360, Media player classic, GOM, VLC - everything damnit! I'm willing to goddamn wait as long as the end result is a smoother experience!
      I live in Australia, youtube and many flash videos here are frankly, bloody annoying, often we open a youtube video here, click play, let it start playing then quickly hit pause so it fills the full buffer :/ (if you don't quickly hit pause and it plays up to where the buffer end is, that can be a problem too)

      FWIW: I'm not a coder, perhaps this is significantly more complex than it sounds to impliment but damnit it could make many things smoother and simpler.

  2. Moot by zokuga · · Score: 3, Funny

    Apple is poised to take over the whole video world in the next year. It'll be windows that needs the fancy VLC to watch Mac-made movies

    1. Re:Moot by Selfbain · · Score: 4, Funny

      So... you're saying next year will be the year of Mac?

      That sounds oddly familiar.

      --
      Well, it has never been successfully tested.
    2. Re:Moot by clang_jangle · · Score: 4, Informative

      Mac has Perian which is FOSS, so while it would be a shame to lose VLC on OS X it won't be the end of support for codecs Apple doesn't support.

      --
      Caveat Utilitor
  3. Mplayer OSX Extended by The+J+Kid · · Score: 5, Informative

    Sad to see VLC struggling, but there's always Mplayer OSX Extended for the mac. Get the extra codec pack and it can play anything!

    --
    Moderation: +4. Modded 70% Funny and 30% Overrated. 100% Saturated.
    1. Re:Mplayer OSX Extended by Hatta · · Score: 5, Interesting

      That's a good option for playing videos. But what makes VLC VLC, and not just VC, is the LAN support. VLC can pretty easily be set up as a video server as well as a player. You can't do this with Mplayer.

      --
      Give me Classic Slashdot or give me death!
    2. Re:Mplayer OSX Extended by plasmacutter · · Score: 4, Interesting

      Sad to see VLC struggling, but there's always Mplayer OSX Extended for the mac. Get the extra codec pack and it can play anything!

      Compare 1080p H.264 matroska playback in vlc to mplayer:

      on my macbook pro (exactly a year old at this point) vlc plays it without a stutter, mplayer extended will drop frames like an epileptic. Im sure they both drop frames, but VLC does so much more gracefully, resulting in no noticeable distortion, while mplayer extended makes it obvious (and incredibly annoying) to the viewer. Nothing like watching blade runner final cut and being slowly infuriated by those epic scenes being subjected to massive chop and screen tears.

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
    3. Re:Mplayer OSX Extended by nxtw · · Score: 4, Interesting

      Compare 1080p H.264 matroska playback in vlc to mplayer:

      on my macbook pro (exactly a year old at this point) vlc plays it without a stutter, mplayer extended will drop frames like an epileptic. Im sure they both drop frames, but VLC does so much more gracefully, resulting in no noticeable distortion, while mplayer extended makes it obvious (and incredibly annoying) to the viewer. Nothing like watching blade runner final cut and being slowly infuriated by those epic scenes being subjected to massive chop and screen tears.

      The best results I've seen for a sufficiently high bitrate H.264 1080p stream on OS X was by using Media Player Classic Home Cinema running in Windows inside VMware. ~20 fps with tearing and OK audio. Compare to VLC, which was able to play the video at ~24 fps during low motion screens and then just stop updating the picture for a while if decoding couldn't keep up. MPlayer would stop playing altogether if the CPU couldn't keep up. QuickTime + Perian took forever to load the video and then froze when I tried to play it.

      In Windows with H.264 hardware decoding disabled the video plays fine. The video also plays fine in Windows (and with lower CPU usage) with hardware decoding enabled, of course. OS X doesn't support hardware H.264 decoding at all on this GPU (Radeon HD 2600). Even if it did, I don't know of any way to use OS X's H.264 hardware decoding support except on files natively supported by QuickTime X.

  4. user-friendly? by Yvan256 · · Score: 3, Informative

    Whoever takes the job, please remove the stupid "anything I want to play gets added to a stupid playlist" thing. When I open a video with QuickTime, it plays that video. If I open another video at the same time, it opens up another QuickTime window.

    VLC is more like QuickTime (video player) but it currently acts more like iTunes (media library player).

    1. Re:user-friendly? by Anonymous Coward · · Score: 5, Informative

      Whoever takes the job, please remove the stupid "anything I want to play gets added to a stupid playlist" thing. When I open a video with QuickTime, it plays that video. If I open another video at the same time, it opens up another QuickTime window.

      VLC is more like QuickTime (video player) but it currently acts more like iTunes (media library player).

      Have you even bothered to open the preferences? It right there in the Interface pane (simple settings view):
      Allow only one instance [x]
      Enqueue files when in one instance mode[x]
      Just uncheck "Allow only one instance".

    2. Re:user-friendly? by Weedhopper · · Score: 3, Informative

      You are looking at either the Linux or Win versions. Your advice does not apply the OS X version.

      VLC OSX does not have checkbox multiple instances.

  5. Re:OS X is UNIX by Penguinisto · · Score: 4, Informative

    Not exactly... Apple has been slowly squeezing the Carbon (std. C++ lib set) into non-existence, which means you get to do it in Cocoa (that is, Obj-C). IIRC, there's no 64-bit Carbon love in SL, though the 32-bit Carbon libs should still be happily intact.

    There's also (IIRC) Grand Central to contend with when you're dinking around with video, and I doubt that you could find an easy parallel for that when porting in from *nix.

    Been way the hell too long (something like 4 years) since I've had to do any serious OSX stuff though, so take all of this with a block of salt.

    --
    Quo usque tandem abutere, Nimbus, patientia nostra?
  6. Re:Could it be possible that noone cares? by Bill_the_Engineer · · Score: 3, Insightful

    What is this walled garden that you speak of?

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  7. Really? by Wesley+Felter · · Score: 5, Informative

    I thought Handbrake uses FFMPEG. Anyway, if Handbrake uses some VLC code then the Handbrake developers will probably continue to maintain that code without necessarily having to maintain VLC as a whole.

    1. Re:Really? by StonyUK · · Score: 3, Informative

      I think they rely on VLC to supply the dvd decryption library, presumably so they don't have to include anti-DRM goodness in their own package.

  8. Re:Oh fuck no by Moridineas · · Score: 4, Insightful

    I'm not at all a fan of iTunes, but your post is totally full of false information!

    Hard to find something that would burn CDs--sounds like you're talking about an all-in-one program? because it's built into the operating system. It's built into iTunes. The most famous and longlived 3rd party program is Toast. Can install commandline tools as well.

    The reason iTunes has a library interface is that...that's the entire point of itunes! If you just want to play a media file once, use Quicktime/vlc/mplayer/Audion/etc. Secondly on this note, iTunes by no means compels you to either consolidate your files under its library or rename your existing files. The directory names are hardly cryptic??

    I do, however, agree that losing vlc would be too bad, because I fount it usually worked better than mplayer on the Mac.

  9. Re:Oh fuck no by Just+Some+Guy · · Score: 4, Insightful

    But these wiseguys don't realise that I'd much rather deal with files that I can recognise by their filename, copy and move them with the well known 'cp' and 'mv' commands rather than having their craptastic software try to manage it all.

    Step 1: Tell iTunes not to manage my library.

    Step 2: Drag the 30GB "music" folder from the fileserver onto iTunes and wait for it to index everything.

    Step 3: Have easy access to all my music, with not a file moved or renamed.

    There are plenty of reasons why you might not like iTunes, but if you're 'leet enough not to like the way it handles your files, then you're 'leet enough to tell it not to.

    --
    Dewey, what part of this looks like authorities should be involved?
  10. Re:Oh fuck no by Psyborgue · · Score: 3, Informative

    But these wiseguys don't realise that I'd much rather deal with files that I can recognise by their filename, copy and move them with the well known 'cp' and 'mv' commands rather than having their craptastic software try to manage it all.

    The feature you speak of can be turned off. Your music can be in one place or as many places as you like (even on removable storage). Most people, however, like the convenience of having all their music in one place which is managed automatically. "Most people" makes for a reasonable default. I also find it odd you categorize apple's naming scheme as "cryptic" given the scheme is artist/album/track, the filenames of which are not renamed as you claim. While my files are in different folders now, all of them retain the same filenames. Also, iTunes store's music no longer has DRM.

  11. VLC is an amazing, gigantic success on OS X by Ilgaz · · Score: 4, Insightful

    Are you really joking? VLC is the most successful open source project on Mac, forever. It even beats Firefox.

    Here is a top sw downloads listing from absolutely general user focused download site: http://www.macupdate.com/popular/

    VLC has also become de-facto remote controlled Apple OS X software for iPhone/iPod users. Those are the true "walled garden" lovers/ignorers.

    VLC should look at their community, IRC channel, developer public comments for why on earth their developer level dropped to zero with such amazing success. Imagine you are a multimedia developer, is there anything more visible and easy to contribute than VLC? Get a CVS pwd, start showing off with your coding capabilities... Really interesting... I suspect some bad treatment to Mac users/Developers going on. BTW, they should look at pure numbers, not some troll/idiot comments from some download sites or blogs. They are currently de facto standard multimedia player on OS X. They should figure this fact if not already.

    PS: Not a big VLC fan really while it saves us all the time at TV. I personally use Coreplayer OS X which is really really unpopular and commercial application which does amazing things like playing 720P HD/H264 on G4 1.42 Ghz.

  12. I'll help! by MrCrassic · · Score: 5, Informative

    I wanted to respond directly to the person who put this post up, but I don't want to register for yet another forum.

    I'll gladly help develop for the project. My knowledge in video and audio processing is very weak (I took a class on it, but I didn't really put too much work into it), but my skills in C and C++ are pretty good (but not expert). I'm also pretty well-versed in Java, though it's been a while since I needed to whip it out. Finally, I'm slowly, but surely, learning Objective-C.

    Please e-mail me at the address listed here. I don't want to see this die! I just migrated over to OS X and find this app extremely helpful, especially from my use of it in Windows.

    1. Re:I'll help! by plasmacutter · · Score: 4, Informative

      I submitted the story. I'm not a member of the dev team, but give the popularity of VLC on this platform it absolutely astounded me this issue had not appeared on a major news site yet.

      The forum thread linked from the article suggests you present yourself to the developer mailing list.

      here is a list of all the videolan project's mailing lists - I believe the one they want you to contact them through is vlc-devel

      Thank you for offering, i'd do so myself if i were not utterly sub-novice.

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
  13. A different view from a developer by rbrito · · Score: 5, Interesting

    (This message may be seen as inflammatory, but I assure you that it is just my opinion and not particularly anybody else---I don't speak for the projects on which I participate).

    Hi.

    I am not a developer of VLC, but I am part of the LAME team (that MP3 encoder that a good amount of people use). I see similar problems regarding LAME as those described by the VLC team: lack of continuous power and resources.

    Some users just magically think that "oh, this program won't exist anymore, so let's use this other one". The sad thing here is that they are shortsighted in the fact that they, by doing nothing (just receiving the programs), are not giving the incentive for the projects.

    What about if the proposed alternative dies a few days from now? The amount of alternatives is finite.

    Not only that, but the major players out there all share the same codebase: there are "incestuous" (in a good sene of the word) relations with VLC, xine, and mplayer: the all use, to some extent or another (well, in some cases, to the full extent) some common libraries: ffmpeg, libmp3lame, theora, vorbis, dirac, x264 and so on.

    Usually, also, the players also send some feedback to the people writing the libraries and, without them, the libraries would not be as good as they are. And the feedback that developers provide is, not infrequently, in form of patches, or constructive suggestions. Some users, like the one above, just cares less and, honestly, where would you just "grab the extra codec" if they all, come, essentially, from the first place?

    If you didn't know, perhaps it is a good reminder to put here that people from the VLC project developed the nice libdvdcss library, which benefited xine and mplayer, while people in the other projects have directly or indirectly benefited the others.

    I would not like to have the "Linux desktop" mainstream with a "community" with a person that doesn't want a community. For people that are more altruistic (and that show it, instead of just playing in slashdot all day), I am open to a more open talk.

    [Gee, from what I wrote the above, it seems like if I only saw Linux---I actually value the other Unix-like operating systems as much].

    I guess that what I meant to say here is: "Talk is cheap. Show me the code. Don't wish the death of what you may proudly use and not even know".

    Regards, Rogério Brito.

  14. AbiWord faces the same issue by msevior · · Score: 5, Interesting

    There are very few Open Source developers for OSX. Unfortunately we, AbiWord, have exactly the same issue. We *almost* had version 2.8 ready for OSX but we lost our lead OSX developer and there is no one to replace him. Rather than delay 2.8, we simply went ahead with 2.8 for Linux and Windows.

    1. Re:AbiWord faces the same issue by Salsaman · · Score: 3, Informative

      I have the same problem with the LiVES project. Over 3 years ago, I managed to compile the sourcecode for OSX/Darwin, it took a lot of fiddling around, but it worked. I excitedly posted the news on the website and mailing lists, but no OSX users seemed interested. Since then, the code has changed a lot, fixes were made for it to compile on IRIX and Solaris.
       
      Recently somebody posted a forum message noting how easy it now is to compile under OSX. I again posted this news, and asked if somebody could kindly compile it and send me a link to the resulting binary. Since then...nothing. Hence I have come to a conclusion about OSX users...well, I will let you guess what it is.

  15. Re:OS X needs VLC by stevelup · · Score: 3, Informative

    I couldn't get OS X to use VLC by default. Selecting "open with" VLC ALWAYS only works for that single file, not the file type, despite it saying so.

    To set a default application for a file type in OS X, you do the following:-

    Right click on any MKV file and choose 'Get Info'
    In the 'Open With' section, choose VLC
    Click the 'Change All...' button underneath.

    All MKV files will now open by default in VLC

  16. Re:OS X needs VLC by ducomputergeek · · Score: 3, Insightful

    So, basically, you're mad that it won't play your pirated movies out of the box? I've got karma to burn, so time to feed the trolls.

    Yeah, I'm going to assume that you really have no idea how the encoder/decoder market works or video production in general. Basically, there are companies that create codecs like DivX and then require payment to encode and distribute videos using their codec because of patents. In order for Apple to ship DivX, they would have to license DivX from DivX. Why should apple pay the licensing fee when they can direct users here: http://www.divx.com/en/mac and the user can download and install for free? I mean the last time I dealt with Windows I remember having to go and fetch the DivX Codec. And the last time I set up a new Mac, QuickTime popped up when it could find the Codec, knew what kind of file it was, and provided a link to the Divx site to go download it. All of this has to do with Licensing. It's really more of a legal issue than a technical one. So how is software licensing and patents preventing them from shipping every codec known to man Apple's fault again? Because unlike a lot of F/OSS projects, Apple can't be 100% based out of Hungry or France to circumvent these licensing restrictions. The do business in the United States and other countries that do recognize and enforce these copyright treaties. Technically, downloading and using VLC and FFMPEG in the United States constitutes infringement on various Codec patents, but that's a topic for another thread and another day. Also I would check on Windows. If it shipped with DivX, chances are that was added by the PC vender in a 3rd party deal, not by Microsoft. (Actually I don't pay attention to who is licensing what these days).

    MKV isn't a format, it's a container. Just like .MOV is a container as is .AVI. The quality inside a .MKV, .AVI, or .MOV is all dependent upon the compression and codecs used not the container format. And the last time I tried playing MKV files, the program took up WAY too many system resources. The only place that I've seen MKV as a popular format is with Azurus/Vuze. In fact, I've never seen it used outside of Vuze. Occasionally you'll see it in a torrent, but they are mostly DivX/Avi.

    The fact that macs can't play Blu-Ray or HD-DVD has to do with the fact that Apple doesn't ship any models with said player. MAC LACKS THE HARDWARE NEEDED IN ORDER TO READ EITHER FORMAT That has nothing to do with Quicktime and Codecs. When I worked in video production, nobody was adopting either optical format. It was clear to many of us that Optical Media was going the way of the floppy disk and this was in 2003. By the time HD-DVD or Blu-Ray won the format wars, it would be too late, we'd see everything delivered via a digital stream. The only question was, is it going to be an iTunes like store where you buy the item to a set top box/hard drive or whether it was going to be via streaming like Hulu or Netflix. So far it looks like there is a market for both. But time will tell.

    And I see a lot of people electing to skip the Blu-Ray player in favor of a media PC/Mac hooked up to their TV and streaming Netflix or Hulu to their TV. I've been using a Mac MIni for this purpose since 2005. I know I have. To me, the extra quality for twice the price of a DVD plus the cost of the player isn't worth it to me. I'll put up with watching my TV shows from Hulu when I have extra time at my connivence, even if the quality isn't the same as on HD. It' good enough for me and plenty of other people too.

    Now, I have to say that I'm generally happy with Quicktime X. Quicktime had been languishing for years and this was a much needed up date. It runs faster and smoother than the previous versions.

    --
    "The problem with socialism is eventually you run out of other people's money" - Thatcher.
  17. Re:VLC is the linsux of media players by PopeRatzo · · Score: 3, Insightful

    Apple already owns the online music distribution and playing industry and the high end professional computing industry (programming, design, scientific computing, high performance computing, etc.. basically anyone who needs a computer for serious work)

    Wow, what are you smoking?

    Open Source toys like VLC really cannot compete at a professional level with stuff like Quicktime

    Wait, Quicktime is your example of a successful "professional" Apple tool?

    You're being sarcastic, right? C'mon, stop playing...

    --
    You are welcome on my lawn.
  18. you are wrong by bussdriver · · Score: 4, Informative

    FYI:
    Quicktime is more than a player. It is a massive video library (with a larger code base than windows 95) used to power video editing etc. Its OLD and used to be the basis of nearly all video editing software. It has gotten stale and others have replaced it but it was the foundation for digital video for many years and its still around being used for this.

    The quicktime file format is the basis of the mp4 file format as well.
    It is a solid library with a lot of extendability for its size, age, and complexity - its in C and I've coded for it a little bit... like 10 years ago.

    What I see now is alternatives usually built around a single format library with an import/export system added on. This makes those easier to implement while quicktime has been open ended and not tied to any 1 format (other than its own container format) the timecode in quicktime is confusing because its not a video time code but an abstraction.

    Basically apple dropped the ball when they didn't open source the library years ago (and they did ask for public input for a short period without much attention given to it) now we have MKV containers and the zombee avi containers and many specialized libraries.

    Not much out there as far as I've seen that competes with the power of quicktime. It could have been the framework but it looks like mkv will be the open container and somebody will tie together enough libraries and codecs into a generalized framework--- or we'll just have to jam it all together ourselves. (which may not be any more difficult than trying to understand the old quicktime C API...)

  19. Re:VLC is the linsux of media players by Delkster · · Score: 4, Informative

    Depends on what he means by "owns", and ignoring the hyperbole (the "serious work" part is especially egregious, just like when "business" or gamers make the same claim in reverse), he's got a point. The programming one is a bit confusing, but the others are pretty accurate.

    No, they aren't. High-performance computing most certainly isn't a strong area for Apple, with Linux being probably the most used platform and other Unix systems and Windows coming somewhere behind. While Macs are certainly used for some scientific modeling and visualisation tasks, I'm not aware of a particularly market share, definitely not to the point of "owning" the market.

    In the end, the only item on his list that stands is "design", with a lot of programmers also using Macs nowadays but I wouldn't say they dominate at that either.

  20. Not from what I've seen - iPhone more likely by SuperKendall · · Score: 3, Insightful

    Because "true Apple lovers" are mostly either multimedia designers, artists, writers or just ordinary users with more money than sense, and not down-in-the-trenches C/C++ developers?

    I guess you must not be a "down-in-the-trenches" developer either. Or else your head is so far down in the "trenches" you have not been to any kind of technical conference, where a large number of people have mac laptops (including many Windows technical conferences).

    So where have all of the Mac developers gone? I wonder what massive upswing in calls for Mac capable developers might have happened in the last few years that might have drawn people off the project?

    Basically, to my mind you need look no further than the iPhone to figure out what has taken the wind out of many small projects in regards to Mac development.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  21. Re:OS X is UNIX by joe_bruin · · Score: 4, Informative

    Not exactly... Apple has been slowly squeezing the Carbon (std. C++ lib set) into non-existence, which means you get to do it in Cocoa (that is, Obj-C).

    Objective C / C++ is only required for doing the UI. 99% of your project can remain in C or C++ with only a very thin shim in Obj-C for the UI layer. There is no requirement to move your code base to except for the Mac-specific UI layer.

    IIRC, there's no 64-bit Carbon love in SL, though the 32-bit Carbon libs should still be happily intact.

    There is no 64 bit Carbon, because it's a relic. Cocoa easily mixes with C code (Obj-C is just C with extra stuff). Unless you're Adobe and you have a huge amount of UI code in Carbon, there is no reason to keep hanging on to it.

    There's also (IIRC) Grand Central to contend with when you're dinking around with video, and I doubt that you could find an easy parallel for that when porting in from *nix.

    Grand Central Dispatch is not required for video at all. Mac OS X supports the standard POSIX pthreads interface for threading.

  22. Re:VLC is the linsux of media players by jedidiah · · Score: 4, Insightful

    > Open Source toys like VLC really cannot compete at a professional level with stuff
    > like Quicktime because it has an order of magnitude superior design, usability,
    > security and testing behind it.

    Is that why people install VLC on MacOS so that they can deal with the formats and
    codecs that Apple has chosen to ignore for one bullsh*t reason or another?

    Without VLC and ffmpeg, it would be Mac users that are "left out in the cold".

    The idea that Quicktime is something that the users of other platforms should covet
    is a big fat joke.

    --
    A Pirate and a Puritan look the same on a balance sheet.