Slashdot Mirror


VLC Hits the Device Market

JoeBorn writes "VideoLAN has long been known as a mature open source project for video playback and transcoding on the PC. Now, Neuros and Texas Instruments have sponsored a port of VLC to their next generation open set-top box. The idea is to allow developers to easily create interesting plug-ins for recording and transcoding applications for the set-top box which will automate functions previously requiring a PC, like formating recordings for a portable player or streaming to another device on the LAN or the Internet, etc."

159 comments

  1. subtitles by Clay+Pigeon+-TPF-VS- · · Score: 4, Insightful

    Have they made it accurately display subtitles in different positions yet?
    I know giant fighting robot anime that I watch look like crap in VLC when compared to MPC+CCCP, and would hope that VLC would fix that before they start porting it all over the place.

    --
    Viral software licensing is not freedom, it is in fact GNU/Socialism.
    1. Re:subtitles by Anonymous Coward · · Score: 4, Funny

      To quote Eclipse: "What about VLC? No. Just... no."

    2. Re:subtitles by wizardforce · · Score: 1

      you have a point, MKVs in particular don't seem to play well... half the time the subtitles don't show up at all...

      --
      Sigs are too short to say anything truly profound so read the above post instead.
    3. Re:subtitles by pawzle · · Score: 2, Informative

      Absolutely ! Subtitle support in VLC is abysmal. New lines created before old ones are removed overwrite the old ones instead of neatly "stacking" vertically. It frequently spews time control information whenever it encounters something it can't understand, and the fonts that it uses to render are at times, bloody awful !

    4. Re:subtitles by zakezuke · · Score: 4, Interesting

      Have they made it accurately display subtitles in different positions yet? Valid point!

      I use VLC often simply because it works. I recommend it to people who get a movie file because more often than not it works without having to troubleshoot codec hell. I am not a fan of it's user interface.

      I am a big fan of the WinAmp user interface, esp it's use of the scroll wheel where it does volume or seek if you hold down mouse three.

      Mplayer is pretty spiffy as well. The window front ends are far from stellar but the playback interface is decent.

      Now everyone is going to say you can do custom keys (not that you can define mouse3 + wheel in mplayer AFAIK). Actually what we NEED is for a group to get together and propose a standard layout and propose a purpose for each action.

      --
      There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
    5. Re:subtitles by Anonymous Coward · · Score: 4, Informative

      Support of subtitles has greatly improved in development version of VLC: 0.9.0.

      Many new subtitles type have been added as you can see here.
      Moreover, SSA in mkv has been completely rewritten in latest Google Summer of Code: project page.

    6. Re:subtitles by houstonbofh · · Score: 3, Insightful

      I would not be surprised if Ti and company fix this. That would mean the code comes back and it fixes it for all of us.

    7. Re:subtitles by Anonymous Coward · · Score: 0

      As much as the weeaboos want their indecipherable fonts and dancing karaoke subs, I hope the development team is unfucking DVD subs for the rest of us. Seeking on the DVD should recalculate the # frames left in the current title (or automatically clear it) (instead of having new titles appear over it until however many frames pass), and I've seen cases (and confirmed on "real" players) where subs coming too fast right after each other just didn't appear... all n00b bugs from the first generation of hardware players that shat themselves on The Matrix. If I knew jack about video handling, I'd fix it myself, but I don't, so I'll whine about it instead.

    8. Re:subtitles by owlnation · · Score: 4, Informative

      Yes I agree. I use VLC all the time. I love what it can do on the whole, but the UI is from 1995. My biggest gripe is the volume control -- it's really hard to fine tune it. The UI has a LOT of room for improvement, and I've never found a skin for it that actually works properly.

      That said, I guess the important thing to remember about VLC is that it's yet to to reach v1.0. It's thus, not really fair to expect it to be perfect yet.

    9. Re:subtitles by Threni · · Score: 1

      > Have they made it accurately display subtitles in different positions yet?

      Will it play 320kbps mp3s AND show the total track length?

    10. Re:subtitles by Brian+Gordon · · Score: 1

      MKVs are very badly supported, and seeking is completely broken for FLVs and high-def video in any format. I'm really not much of a fan of VLC.. using individual libraries like libmpeg2 is a much better idea than just copy/pasting tons of code into the project and trying to keep it updated. Oh and VLC transcoding is just awful and it basically says in the transcoder dialogue box "Do Not Use This".

    11. Re:subtitles by ruinevil · · Score: 5, Interesting

      VLC subtitle support doesn't follow the SSA/ASS specifications at all. It essentially converts it into an srt file, and tries to play it. AAC audio with high-profile h.264 video in a Makrosta wrapper with ASS subtitles is the current standard in the anime fansubbing world. VLC not only renders the subtitles stripped of all styling, but since it is optimized for video streaming, it drops frames like crazy. The combination of these two issues leads "n00b leechers" to complain to the fansubbers, which annoys them greatly. This, and other encoding issues lead to the formation of CCCP, which attempted to standardize what people use to watch fansubs, and also provides a single location for fansubbers to send leechers for encoding support. I believe that CCCP only uses Free software, making it somewhat unusual in DirectShow filter packs.

      Anyways, last year, an anime fansubber found that VLC would not render lines with more than 256 characters. Therefore he created a script that would put hundreds of characters into bracketed comments after each line. VSfilter, the DirectShow subtitle renderer on Windows, and libass, the renderer that is part of mplayer, would ignore bracketed comments. VLC, however, tried to render the contents of the brackets, and the bug was triggered, and no subtitles were displayed.

      After the script was tested in a GIANT ROBOT ANIME, much hilarity ensued. Eventually driven by complaints, a VLC developer came by and claimed they lack the developing manpower to implement a subtitle renderer. However, the "excess length" bug was patched within a week. Maybe TI money will provide them with the developer resources to actually implement a ASS/SSA renderer.

    12. Re:subtitles by Tyrdium · · Score: 2, Informative

      About half a year ago, I discovered SMPlayer while looking for an alternative to VLC. Formatted subtitles render properly and look great. Unformatted subtitles also render quite nicely if you select "Use SSA/ASS library for subtitle rendering" under preferences. Works on Linux as well as Windows, which is nice. I highly recommend giving it a try.

    13. Re:subtitles by pherthyl · · Score: 5, Informative

      >> My biggest gripe is the volume control -- it's really hard to fine tune it.

      This is fixed in the current SVN (which will become 0.9)

      >> The UI has a LOT of room for improvement, and I've never found a skin for it that actually works properly.

      Yep. Luckily VLC decided to drop wxWidgets entirely (which they say was causing a lot of issues) and rewrite the UI in Qt4 for the upcoming version. It's not perfect, but it's already a big step up.

    14. Re:subtitles by JoeBorn · · Score: 1

      \Maybe TI money will provide them with the developer resources to actually implement a ASS/SSA renderer. Neuros and TI are good candidates for funding this kind of stuff since Neuros and TI make money on every device sold, regardless of the type of software. It's to TI's benefit to have VLC working well on their silicon, since enlarging the body of open software that runs on their silicon makes it easier to get TI based devices to market. It's good news for any potential customer trying to get a device to market, and that's good for TI.
      --
      If you're going through hell, keep going -Winston Churchill
    15. Re:subtitles by JoeBorn · · Score: 4, Insightful

      Luckily VLC decided to drop wxWidgets entirely (which they say was causing a lot of issues) and rewrite the UI in Qt4 for the upcoming version. It's not perfect, but it's already a big step up. The Neuros device will use its own UI based on Qt4 FWIW. Remember the device will be a TV + remote control living room type device, so it's expected to be full screen and remote navigable, so the UI will be quite different from the PC version.
      --
      If you're going through hell, keep going -Winston Churchill
    16. Re:subtitles by w000t · · Score: 1

      smplayer is "just" an mplayer frontend. best i've seen so far, though it's not without some quirks.

    17. Re:subtitles by zakezuke · · Score: 1

      AAC audio with high-profile h.264 video in a Makrosta wrapper with ASS subtitles is the current standard in the anime fansubbing Is it? I rather thought that Anime fansub groups preferred to hardsub than to softsub. Reason is this, so some other group doesn't steal their styles, or so their subs don't get ripped and then in turn get sold as a commercial product. Also there is playback performance, advanced SRT/ASS effects does suck up CPU time which you might notice on lesser systems.

      My info could be out of date.

      --
      There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
    18. Re:subtitles by MostAwesomeDude · · Score: 1

      Most groups that release the higher-quality H.264 + SSA in Matroska containers follow a pattern of hardsubbing the OP and ED, and softsubbing the rest of the ep. Allows for very fast subbing, while still putting an original touch on the video.

      --
      ~ C.
    19. Re:subtitles by SeaFox · · Score: 1

      Is it? I rather thought that Anime fansub groups preferred to hardsub than to softsub. Reason is this, so some other group doesn't steal their styles, or so their subs don't get ripped and then in turn get sold as a commercial product.

      OCR Subrippers are surprisingly good nowadays.

      So many people like VLC for it's "play anything" attitude that perhaps this is a case of the "industry" being held back by VLC lousy subtitle support. I personally think the popularity of hardsubbing and AVI files is still the result of their much lower hardware requirements for playback and higher portability to consumer electronics. There are lots of DVD players, TVs, PMPs, and else that can playback DivX/XviD AVI files, but practically none that can read MKVs (let alone handle SSA subs). MP4 is rising as there are some devices (like iPods and PSPs) and a few Chinese PMPs that support h264 video through it. But MKV is the superior container format in the end and where people would really like to be heading.

      If there's one thing this porting will help, it's support for the MKV container in places besides PCs.
    20. Re:subtitles by Anonymous Coward · · Score: 0

      VLC crashes on some DVD's. I have not been able to track it down yet. I can see no defect but the disk shows errors. It's not one of the copy protection abortions as far as I know though it's a Warner disk. I did get Kb3 to rip it and it plays. The same disk hammers anything based on mplayer as well.

    21. Re:subtitles by iampiti · · Score: 1

      I don't know if you're talking about the stable version(0.8.x) or the development one.
      I don't have any of these anime files with complicated subtitles but they claim to have improved quite a bit their support for subtitles in the development version.
      Try downloading a nightly build and see if its better

    22. Re:subtitles by cthulhu11 · · Score: 0

      Well, VLC works much of the time, at least. On 5-10% of the files I throw at it, though, it wedges and has to be forcibly killed.

    23. Re:subtitles by Anonymous Coward · · Score: 0

      What's so hard about getting a different skin from the official VLC website?

    24. Re:subtitles by MistrBlank · · Score: 1

      Regardless I want it, it'd be great to have a nice TV size interface for it.

    25. Re:subtitles by Anonymous Coward · · Score: 0

      Now everyone is going to say you can do custom keys (not that you can define mouse3 + wheel in mplayer AFAIK). Actually what we NEED is for a group to get together and propose a standard layout and propose a purpose for each action.

      No we don't. Who's this group to know or decide how people use their computer, or what an interface should look like.

      What we *might* need is a framework to make it themeable... you set it once and it gets carried over to as many apps possible. It'd be up to the distro to set sane defaults.

    26. Re:subtitles by FromellaSlob · · Score: 1

      Support of subtitles has greatly improved in development version of VLC: 0.9.0. Great! I heard 0.90 is due for public release on the same day as Duke Nukem Forever.
    27. Re:subtitles by ihatethetv · · Score: 1

      Why don't they just take Media Player Classics controls and use those? That's one of the best UIs around IMO. I have VLC, but use MPC as my primary player.

    28. Re:subtitles by X0563511 · · Score: 0, Redundant

      Aside from the troll on line 1, the rest of this post is valid.

      I don't have any answers, however... but this is a good question.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    29. Re:subtitles by zakezuke · · Score: 1

      No we don't. Who's this group to know or decide how people use their computer, or what an interface should look like.

      What we *might* need is a framework to make it themeable... you set it once and it gets carried over to as many apps possible. It'd be up to the distro to set sane defaults. Who the hell was it that decided that the Hayes command set was the best for modems. Often times it doesn't matter what a standard is, as long as there is a standard. Who the hell was it that decided qwerty was best for typewriters even in nations that have a a ton of accents.

      If you look at many a modern keyboard, you'll observe that many of the f-keys are repurposed for commands such as Save, Print, and what not. Good idea. There is nothing worse than having to hunt around for common commands in a given application.

      I don't propose EVERY video application use the same set of defaults. I do propose that someone setup a set of intelligent defaults that can be accepted as default. This way the end user can switch between one video application and another without having to learn a new set of keyboard commands.

      This may include applying the numeric keypad, the home/end insert/delete pageup/pagedown keys. Give the layout a name.

      --
      There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
  2. Everybody now! by GigaHurtsMyRobot · · Score: 5, Funny

    Everybody needs a little Vendor Loving Care.

  3. Like Tivo Hijacked Linux? by mpapet · · Score: 0, Troll

    I have a funny feeling there will be nothing open about their implementations.

    Maybe it's the way Tivo hijacked the Linx kernel?

    Maybe it's the media conglomerates ceaseless efforts to charge for every-single-viewing opportunity and location combination.

    Maybe it's the media conglomerates long history of discouraging private use at all costs.

    Or maybe it's the media conglomerates long history of discouraging the right of resale at all costs.

    It's important to note anyway you look at it it's a win for open source projects. The re-use isn't very palatable, but hey some good with some bad.

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
    1. Re:Like Tivo Hijacked Linux? by TheRealMindChild · · Score: 5, Funny

      Hijacked? Talk about sour. The GPL(v2) was about sharing changes. Its nature was NOT about keeping people from making money or keeping them from locking down the hardware that it ran on. What it comes down to is you (general) opted for the shitty men's room style toilet paper and you are bitching your ass hurts from wiping.

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    2. Re:Like Tivo Hijacked Linux? by RiotingPacifist · · Score: 1

      How did tivo hijack anything? they used it under the terms it was provided, and made the source changes available.

      The GPL says nothing about private use or resale, it just says share the source (well actually, just give the source to the people who you give the product to)

      --
      IranAir Flight 655 never forget!
    3. Re:Like Tivo Hijacked Linux? by tpgp · · Score: 3, Insightful
      Its nature was NOT about keeping people *snip* from locking down the hardware that it ran on.

      I'm afraid you're wrong; the purpose of the GPL was to allow the user to take back control of their systems; the GNU manifesto, predating GPLv2 even states:

      As a result, a user who needs changes in the system will always be free to make them himself, or hire any available programmer or company to make them for him. Users will no longer be at the mercy of one programmer or company which owns the sources and is in sole position to make changes.
      --
      My pics.
    4. Re:Like Tivo Hijacked Linux? by Night+Goat · · Score: 1

      What it comes down to is you (general) opted for the shitty men's room style toilet paper and you are bitching your ass hurts from wiping.

      Very nice analogy! I chuckled after reading that. I couldn't decide on whether to mod you funny or insightful, so I had to do neither and post.
    5. Re:Like Tivo Hijacked Linux? by Anonymous Coward · · Score: 0

      Maybe you should try to document a bit:

      http://open.neurostechnology.com/content/vlc-porting-neuros-open-internet-television-hdplatform

      http://mailman.videolan.org/pipermail/vlc-devel/2008-April/041720.html

      "As 'open' itself states, all VLC source code files, new or modified during the porting, will be submitted to the central source code repository of the VideoLAN team, under the same license GPLV2 as the rest of the VLC source code."

    6. Re:Like Tivo Hijacked Linux? by jedidiah · · Score: 3, Insightful

      Tivo certainly violates the spirit and intent of the GPL.

      The fact that there was some weakness in the way that
      RMS tried to make them "play nice" doesn't alter this.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    7. Re:Like Tivo Hijacked Linux? by RiotingPacifist · · Score: 2, Insightful

      The spirit of the GPL is to keep the code open so everybody benefits. For example, if TIVO were to write new device drivers or a nice TV interface, everybody would be able to use them. GPL was always about the code never about the users or the hardware, just because RMS has gone off in a new (IMHO worse) direction doesn't change what the GPL (2) was about, and tivo did not violate that, by locking their hardware

      --
      IranAir Flight 655 never forget!
    8. Re:Like Tivo Hijacked Linux? by jonasj · · Score: 1

      *sigh*

      please READ THE GPL VERSION 2 before talking about what the spirit of it was.

      or if you did read it, you have misunderstood it, so go read it again.

      --
      You know, Microsoft's street address also says a lot about their mentality.
    9. Re:Like Tivo Hijacked Linux? by dintech · · Score: 1

      Yes but we wouldn't have got to hear that beautiful toilet paper analogy, would we?

    10. Re:Like Tivo Hijacked Linux? by tepples · · Score: 1

      The GPL(v2) was about sharing changes. Its nature was NOT about keeping people from making money Neither is GPLv3. Nothing in GPLv3 prohibits people from distributing copies for a fee or selling support services. It just prohibits the kind of bullshit that TiVo and the video game console makers have tried to pull.

      or keeping them from locking down the hardware that it ran on. If a device maker ports a GPL program to a device, but it puts a lockout chip in the only hardware capable of running the changes, then what are the shared changes worth?
    11. Re:Like Tivo Hijacked Linux? by tepples · · Score: 1

      The spirit of the GPL is to keep the code open so everybody benefits. From the GPLv2:

      the GNU General Public License is intended to guarantee your freedom to share and change free software
      What is the point of changing free software if one cannot run it?

      For example, if TIVO were to write new device drivers or a nice TV interface, everybody would be able to use them. On which hardware would everybody be able to use the changes?
    12. Re:Like Tivo Hijacked Linux? by Anonymous Coward · · Score: 0

      Tivo certainly violates the spirit and intent of the GPL.
      But not the letter. Big difference. I think a preemptive war violates the spirit and intent of both the US Constitution and the UN Charter, but I've yet to have anybody point me to where the current undeclared military/police action violates the letter of either.
    13. Re:Like Tivo Hijacked Linux? by RiotingPacifist · · Score: 1

      What is the point of changing free software if one cannot run it? but you can run it, just not on the TIVO. Its about improving the software it doesn't matter if you can run it. What about the supercomputers running linux, are you going to complain because you cant use their improvements too? You can go out and build your on TIVO box.

      On which hardware would everybody be able to use the changes? on tivo like hardware, e.g if the TIVO has a nice tv tuner, you could buy that tv tuner and use it in your desktop, if they find a bug in the kernel, that bug gets fixed for everybody.

      TIVO didnt violate the license or spirt of the license as linux understood it when he decided to use it.

      --
      IranAir Flight 655 never forget!
    14. Re:Like Tivo Hijacked Linux? by jedidiah · · Score: 1

      No. There is no difference.

      The intent is subversion of the law or the social contract. The fact that it
      is "legal" doesn't alter this. The intent is evil or criminal even if the
      perpetrating entity can't be charged with anything.

      Evil intent can exist in the absence of a crime.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  4. CueCat 2.0 by Collective+0-0009 · · Score: 4, Interesting

    Can we now have ads that can "link" to perform actions?

    A good example is... When I see an ad for a new show starting next Thursday, I want to press a button (or soft button) and say "record that show". Same goes for PPV. There is tons of money in this for advertising. Linking televisions ads to websites, programs, or anything else related to a PC is the future, but I am too lazy to try it. Will this be the ticket?

    --
    I finally updated my sig, but now it's lame.
  5. CCCP? by Vectronic · · Score: 3, Funny

    Damnit, another cold war?

    1. Re:CCCP? by Stormwatch · · Score: 3, Funny

      In Soviet Russia, subtitles read YOU!!

    2. Re:CCCP? by phreakincool · · Score: 1

      Just when I thought I'd had enough of stupid internet memes... I just LOL'd! :-)

      Thank you!

  6. How open? by OMGZombies · · Score: 2

    Will it be really open?
    Open enough so that I can modify its software circumvent those pesky broadcasting flags and record whatever I want, even American Gladiators?
    If so, we're on to something.

    1. Re:How open? by Anonymous Coward · · Score: 1, Insightful

      Probably, Neuros did this with all of their media players, I don't see how this device will be any different.

  7. technology has never been the barrier here. by spazdor · · Score: 4, Insightful

    Not to poo-poo what looks like an awesome technology, but we're all free culture varmints around here and we're well-acquainted with the reality that the more useful things a media-playback appliance lets us do, the harder Big Media will work to bury it.

    Here's hoping that once this box is ready, it's still legal to buy one and plug it in.

    --
    DRM: Terminator crops for your mind!
    1. Re:technology has never been the barrier here. by Anonymous Coward · · Score: 0

      Hear, hear!

      Mod parent up.

  8. Dude! by Sfing_ter · · Score: 1

    Sweet!

    Could not resist. :D
    But having tried a couple of the "bring your files from your computer to your tv in another room" devices, this would be a great advancement.

    --
    A computer once beat me at chess, but it was no match for me at kick boxing. Emo Philips
  9. Arr Mayties - by Gat0r30y · · Score: 0, Offtopic

    You can help - and make cash - Bounties! for bootie!

    --
    Prediction: The real iPhone killer is going to be sex robots from Japan. Think about it.
  10. Re:VLC = mature?! by ksd1337 · · Score: 1

    Um, I use VLC on an HP Pavilion 8670C with Windows 2000, and it hasn't crashed yet. Maybe there's some other reason it's crashing.

  11. Really? by Anonymous Coward · · Score: 0

    VideoLAN has long been known as a mature open source project...

    CrashyMcSpew is "mature"? I humbly beg to differ.

    1. Re:Really? by jedidiah · · Score: 1

      It may or may not be "mature" but it certainly is handy for
      rescuing me from that legendary and comprehensive multimedia
      support that's supposed to be in Windows.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  12. Nerdlinger by spazdor · · Score: 0, Offtopic

    This "bra bomb" of yours had better work!

    --
    DRM: Terminator crops for your mind!
  13. Re:CueCat 2.0 by Sparks23 · · Score: 3, Interesting

    TiVo actually supports this when a provider marks ads accordingly; you will on occasion see a little '(Thumbs Up Icon) To Record' banner atop an ad for a new television show or a TV movie. (Some ads, like those for a new SUV or whatever, also occasionally have 'Thumbs Up For More Information' banners, where you can get an informational video about the product.)

    However, most ads do not have the appropriate flags.

    --
    --Rachel
  14. Good for devs? by dedazo · · Score: 1, Interesting
    I didn't RTFA (trying to keep with tradition) but is there any mention of how the developers (you know, the people who actually write the code) benefited from this? Money? Girls? Coverage?

    Girls?

    Seriously, I think it's cool that they're building gadgets with VLC but the news here is that an open source project like it - hosted in SourceForge and no doubt started to scratch an itch - has actually paid off in a financial sense for the people who put the effort into creating it. If that's the case then it should be publicized. It proves that it doesn't take a corporation the size of RedHat or MySQL AB to make a living out of volume or "support contracts".

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
    1. Re:Good for devs? by RareButSeriousSideEf · · Score: 1

      Though I would hate for the business world to think of OSS's probability of success (in business model terms) as synonymous with the percentage of SourceForge projects that pay off in a financial sense -- even if the denominator included only active projects that set out with that goal in the first place. :-/

    2. Re:Good for devs? by Anonymous Coward · · Score: 0

      Yes, I'm pretty sure VLC can already be used to view girls. Think of it as FOSS programmers "scratching their itch".

    3. Re:Good for devs? by JoeBorn · · Score: 3, Informative

      Neuros and TI are putting a lot of money to fund this and other open source development. see http://bounties.neurostechnology.com/

      --
      If you're going through hell, keep going -Winston Churchill
    4. Re:Good for devs? by Anonymous Coward · · Score: 0

      neuros abandoned their promises for the 442, so any further open source claims from that company are incredible.

  15. Mature? by Anonymous Coward · · Score: 0

    "VideoLAN has long been known as a mature open source project for video playback and transcoding on the PC"

    Wouldn't a 'mature' video playback engine be expected to have acceptable subtitle support?

    I just think something like mplayer would be a better choice.

    1. Re:Mature? by jedidiah · · Score: 1

      There's a big difference between "acceptable" and "does obscure things well".

      Yes, your pet feature is obscure. You're a freak, I'm a freak. If this weren't
      the case the state of subtitle and CC tools in general would't be as pathetic
      as it is.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  16. Shoulda got hijacked by someone with class... by argent · · Score: 1

    I'm sure glad FreeBSD got hijacked by someone with class.

    (yes, I know you can't hijack a willing aircraft)

  17. Yeah, VLC + softsubs == SUCK :( by Anonymous Coward · · Score: 0

    VLC is great for no-hassle playing of video files, but its support for softsubs sucks ass, and its inability to seek very well is pretty clunky, too (it likes to skip randomly across the file) :/ I used it at first, but after watching enough anime, I had to go with CCCP + zoom player or I'd have gone crazy.

    My only problem now is groups who label the subtitle tracks something weird.

    1. Re:Yeah, VLC + softsubs == SUCK :( by MetalPhalanx · · Score: 2, Informative

      Ctrl, Alt, and Shift along with the arrow keys allow you to skip through the file in increments of IIRC, 5 seconds, 15 seconds, and 1 minute increments.

      Also, maybe I'm just lucky but I've never had problems with VLC and subs.

  18. Re:VLC = mature?! by geekoid · · Score: 1

    Just an FYI:
    I ahven't had any iossue with VLC in over 2 years;which is about as long as I have been using it.

    I am using it on a home brew win2k system.
    It's a Celeron with 2 gigs of ram and an nNidia card.
    Maybe you ahve an issue with your codecs, or your registry? or maybe I'm really lucky.
    Or you are watching something with odd features.
    good luck

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  19. all hail VLC by Danzigism · · Score: 2

    this is definitely great news. VLC has become my media player of choice for both Linux and Windows and hell even in NetBSD. i'm looking forward to seeing how it performs with some new devices. in particular, it'd be nice to see a mobile version for Windows Mobile and other mobile OS's. However it'll be tough to beat TCPMP. but for those looking for the least bloated media playing software loaded with all your typical codecs, VLC is definitely the way to go. any Linux users out there know why VLC won't play files over a folder shared on a Windows machine though? it doesn't know how to read UNC paths I believe.

    --
    *plays the Apogee theme song music*
    1. Re:all hail VLC by Anonymous Coward · · Score: 0

      I've never encountered this problem, then again I mount it as smbfs, so applications don't have to be samba enabled to access files.

  20. Mod parent up by sentientbrendan · · Score: 4, Informative

    VLC is excellent overall, but their subtitle support is horrendously broken. Subtitles show up in ugly fonts, and are sometimes unreadable. Worst of all, half the time the subtitles from the last segment of dialog will stay on the screen and *overlap* with the next segment of dialog, making everything totally unreadable. Subtitles will also disappear if you pause, and then restart the video. The bugs go on and on...

    1. Re:Mod parent up by TheRaven64 · · Score: 1

      I assumed subtitles were an OS X specific bug with VLC. The text rendering is almost impossible to read, and they show up right in the middle of the screen, not on the bottom where every other video player puts them.

      --
      I am TheRaven on Soylent News
    2. Re:Mod parent up by catmistake · · Score: 2, Informative

      I wonder how much of the subtitling issues are VLC's fault, and how much it is bad or poorly coded or corrupt subtitle files. In my experience its not always screwed up... sometimes it works fine with some files, sometimes its a little wacky with others. Ironically, while aware of the problem, VLC is the only app I've been able to find that allows me to transcode from one video format to another with subtitling included in the transcode, letting me choose subtitle location and point size (cli of course).

    3. Re:Mod parent up by SeaFox · · Score: 1

      I wonder how much of the subtitling issues are VLC's fault, and how much it is bad or poorly coded or corrupt subtitle files. In my experience its not always screwed up... sometimes it works fine with some files, sometimes its a little wacky with others.

      The issue is VLC. It does not read any of the text layout or styling information in SubStation Alpha format subtitles. And .SSA/.ASS is the most popular subtitle format in MKVs for anime fansubs because its so flexable. If you're looking at an encoding made from a ripped DVD, generally it will look like the real thing since subtitles from them are put into a simpler format generally which VLC can understand easier.

      What you're seeing is pretty much a repeat of the Pidgin developer mindset: We (the developers) don't personally care much about (feature), so we aren't really going to do much about it.

      The response to the forum threads asking for better subtitle support is "in the next release" (0.90), but that release is feature complete, or fairly close to it at this point, and the subtitles generally look the same as they do now. Most people would be happy simply to have the option of letting VSFilter handle subtitle display (like MPC+CCCP does) if the VLC devs don't want to work on supporting it in-app.
    4. Re:Mod parent up by lightversusdark · · Score: 1

      Subtitle files are typically an ASCII file with each line having a timestamp (in frames) with the text to be shown at that time.
      Not a lot to get wrong really.

      --
      "There is nothing nice about Steve Jobs and nothing evil about Bill Gates." - Chuck Peddle
    5. Re:Mod parent up by KURAAKU+Deibiddo · · Score: 5, Informative

      While SRT subtitles are simple, SSA/ASS subtitles can be anything but simple. VLC does quite well with SRT subtitles as long as they do not overlap (i.e. one subtitle line is already displayed when another is to be displayed). However, it ignores the vast majority of the SSA/ASS spec apart from timing (and to some extent, color).

      For example, this is a SRT subtitle line:

      10
      00:02:17,679 --> 00:02:19,237
      I'm really sorry.

      From this you can determine the line number, the start --> end times, and the dialogue. It's plain text, although every now and then you might see the use of HTML italics (<i>italic text</i>). You can set what font these type of subtitles are displayed in, within VLC's preferences.

      However, SSA/ASS subtitles are considerably more complex, and are widely used, especially for anime fansubs. An example ASS line looks like this:

      [Events]
      Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
      Dialogue: 0,0:23:47.10,0:23:51.59,Ed - R,,0000,0000,0000,,{\be1\fad(200,200)\org(0,0)\c&H7B70ED&\2c&HB4AFE2&}{\k20}{\k30}na{\k35}mi{\k29}da {\k62}ga {\k64}ko{\k62}bo{\k26}re{\k30}so{\k40}u{\k37}na

      The "Format:" line specifies what the information displayed in the "Dialogue:" line is. Comments can be included on "Comment:" lines. The text portion of this particular line is karaoke, and includes parameters to specify blurred edges, fade in/out, the origin point, color and alpha transparency (primary and secondary), and karaoke timing for each syllable. This is not simple, and VLC (up to the current release version) ignores basically all of it other than the timing and (to some extent) the colors. The font declarations are ignored by VLC, it would use whatever subtitle font you specified (or the default one). VLC is also often mocked because it will display the contents of {} if they are not valid SSA/ASS parameters. A number of groups tend to include notes inside braces, usually for editing purposes, because most players (other than VLC) do not display them.

      Unlike SRT, the lines in SSA/ASS are not numbered, and do not need to be in the order in which they are displayed.

      Here is the style information the line above uses:

      [V4+ Styles]
      Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
      Style: Ed - R,Cascade Script LT Std,45,&H00856232,&H00AB956E,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,7,40,20,20,1

      Note that the first two characters of each color are for transparency.

      Also, the assertion that subtitles are typically an ASCII file is generally untrue; while both of these types of subtitles can be a text file, they're more commonly found muxed into a container that supports multiple tracks, usually either as a .mkv or (less commonly, these days) an .ogm file. (Anime .mkv files are most likely to be x264 video.)

      With regards to soft-subs, though, MPlayer is vastly superior to VLC, in that it handles subtitles properly, and you can set it to auto-play specific subtitles and audio (for multiple audio/subtitle track files) by adding the following lines to your ~/.mplayer/config:

      ass=yes
      embeddedfonts=yes
      c

    6. Re:Mod parent up by ghyd · · Score: 1

      I'm looking all of my videos in English with English subtitles (French speaking) and certainly doesn't have to complain about it. Works as intended. Never had any ugly subtitle or any unreadable one, but it's maybe because I have a rather large screen.

      As a side note, I receive my HD-IPTV thanks to a VLC enabled set top box, and it's pretty much the most rocking IPTV service in the world at the moment (at least according to specialized sites like Lightreading.)

    7. Re:Mod parent up by TheRaven64 · · Score: 1

      I realise I am talking at slightly cross-purposes with the other posters in this thread. I have only used VLC to play subtitles from DVDs, not from any other sources, and other DVD players have been able to display them correctly with the same disk.

      --
      I am TheRaven on Soylent News
    8. Re:Mod parent up by catmistake · · Score: 1

      Not to be an ass, because I'm aware that MKV is a good project and as good a container format as any other (or better), but MKV, opensource or not, is non-standard, and hasn't been around forever. Isn't the real culprit, or at least the one anime fans should be up in arms about, is whomevers is ripping the most anime is ripping it to MKV? If you were purchasing anime on DVD, there wouldn't be an issue. (and I can sympathize because periodically I rant about the popularity of avi wrappers... Why wrap mp4s in avi... When an mp4 wrapper would seem to make more sense?)

    9. Re:Mod parent up by SeaFox · · Score: 1

      Isn't the real culprit, or at least the one anime fans should be up in arms about, is whomevers is ripping the most anime is ripping it to MKV?

      MKV isn't the majority container format, yet -- and some fans are, which is why some fansub groups do releases in multiple formats. But just as there are people that are annoyed with MKV releases, there is also people that are annoyed at AVI releases at a time when any PC made in the last four years can play a standard def h264 stream smoothly. H264 gives them better quality for the filesize than the AVI, or the same quality in a smaller file, and h264 handles some situations better than AVI. I notice motion is smoother, especially panning of the entire scene. Some also like having soft subs so they can remove them easily.

      As fansubbing is moving towards high def, h264 is becoming the standard now, so MKV is too.

      The response most fansub groups would give is if you don't like their format choice you're welcome to find another group's releases to watch. Don't look a gift horse in the mouth.

      Why wrap mp4s in avi... When an mp4 wrapper would seem to make more sense?
      People do that? Damn. The response you'd get on the doom9 forums is there's no reason to use AVI for anything except XviD and WMV.
    10. Re:Mod parent up by lightversusdark · · Score: 1

      That was an awesome post.

      --
      "There is nothing nice about Steve Jobs and nothing evil about Bill Gates." - Chuck Peddle
    11. Re:Mod parent up by KURAAKU+Deibiddo · · Score: 1

      Thanks for the positive comment; I guess all the time I've spent idling on various IRC channels (which, with the exception of #mplayer and #mplayerdev, are mostly anime-related) has to count for something.

      I'm involved with a couple of fansub groups, as well, and that's where most of the knowledge of subtitle formats comes from; most groups are moving towards soft-sub (ASS) MKVs with x264 video for their primary releases, and the quality of stuff out there is very good, with subtitles that are generally better than the licensed DVDs, particularly in terms of subtitles (you can't do much with DVD subs, unfortunately).

      It also doesn't hurt that I'm geeky enough to hack at subtitles with text editors (instead of tools like Aegisub. IMO, it's a sign of how awesome vim is that there's SSA syntax highlighting for use with it. Plus, with tools like mkvtoolnix, it's easy to extract tracks and remux MKVs, which is great if you're obsessive enough to want to correct subtitles, or to merge a video file and external subs.

      If nothing else, hopefully a few people picked up something worthwhile from the post; one of my friends saw it and was thanking me for the MPlayer config; I guess he didn't realize that he could set MPlayer to auto-play specific tracks. That has always been one of my favorite features.

      Still, despite all of the VLC-bashing in this story, I have a lot of positive things to say about it, it definitely has some value as a player, even if I seldom use it. Mostly, I recommend it to less technical friends who aren't going to use it to watch soft-subbed video, since it can generally play everything and the kitchen sink, without having to monkey with codecs. And the streaming features are nice, should you need that sort of thing.

      Thanks again.

    12. Re:Mod parent up by catmistake · · Score: 1

      Nice reply, thanks. AVI seems to be a weird choice across the board. Its ancient, so maybe the excuse is its compatible with the majority of installed platforms... But, again, I'm not aware of any platform that can't handle mp4 wrappers. And I suppose the avi files I'm whining about are mostly XviD or DivX, these can't be incompatible with mp4 wrappers, can they? I thought XviD was an mp4 standard, capable of 264 and other compression schema.

    13. Re:Mod parent up by SeaFox · · Score: 1

      Nice reply, thanks. AVI seems to be a weird choice across the board. Its ancient, so maybe the excuse is its compatible with the majority of installed platforms...
      That is the gist of it. Wikipedia's article actually answers most of your questions on AVI.

      But, again, I'm not aware of any platform that can't handle mp4 wrappers.
      Not platform, but player. And what's the media player with the largest installed base (for better or for worse)? Without an extended codec pack installed, WMP will just look at you funny if you give it a .MKV, same with a .MP4 container file. AVI also can only display square pixels, and in today's day and age pixel aspect ratio actually means something.

      And I suppose the avi files I'm whining about are mostly XviD or DivX, these can't be incompatible with mp4 wrappers, can they?
      No, they aren't as far as I know, but I don't have many .MP4 files, so I have yet to find one with XviD video streams in it. I have a series that is XviD video in an MKV container, hard subbed, with an Ogg audio stream though.

      I thought XviD was an mp4 standard, capable of 264 and other compression schema.
      You have it slightly backwards. The name "MP4" now refers to container format in general usage.
      The MPEG-4 "standard" is of course made up of many different "parts", so it's actually a collection of audio and video compression methods. Mpeg-4 also collects lots of stuff that was in the old Mpeg-2 standard.
      • DivX and XviD are in MPEG-4, Part 2 (they use the "MPEG-4 ASP" compression method in their respective codecs).
      • AAC Audio is Part 3 (it's also Part 7 of MPEG-2).
      • H264 is Part 10 (and also known as "MPEG-4 AVC")
      • The MP4 container format (MP4) is Part 14.

      MKV is not part of the MPEG-4 standard, which is probably one reason it isn't supported more commercially. But it is an open standard and free, so lots of FOSS video editing/encoding software supports it. Fansubbers like it because it support chapter breaks like a DVD would, and more audio formats than an AVI as well I imagine. ;) Plus it handles things like subtitle streams better. Combined with an advanced subtitle file format like Sub-Station Alpha, you can have a fansub that lets the viewer jump easily over the opening/ending or between the A and B parts, and display fansubs that look like they were hard coded, but can be removed with the push of a keyboard shortcut. Before MKV, fansubbers would use a container format like OGM to do the same kind of stuff. But OGM is really just a hack version of the OGG container format so it wasn't a real solution to the shortcomings of AVI.

      Last night I was watching an R2 DVD rip of a series, and I had to toggle the fansub titles off for a moment to see if the English text on a strip of police barricade tape was there originally or not. [pic] (you can't do screen captures of soft subs, so I had to photograph my monitor).
  21. patent license fees by yincrash · · Score: 2, Insightful

    there are a lot of patents that VLC implements that the market generally says other people own. For the most part, the patent holders don't go after personal downloaders, however I would think that this company would have to pay for quite a few licenses if they want to sell this.

    1. Re:patent license fees by TheRaven64 · · Score: 2, Insightful

      Most of the world does not recognise algorithmic patents as legitimate. VLC is developed primarily in France and so can be distributed with no legal issues. They can make devices using them in China and sell them in the EU without any legal problems. Sure they'll miss out the US market, but with the way the US economy is going at the moment it's not likely to be a market with a lot of spare cash to spend on luxuries for much longer anyway.

      --
      I am TheRaven on Soylent News
    2. Re:patent license fees by Wesley+Felter · · Score: 1

      They ripped all the codecs out of VLC and replaced them with legally licensed versions. So yes, they will be paying a lot of license fees.

    3. Re:patent license fees by hakr89 · · Score: 2, Insightful

      Sure they'll miss out the US market, but with the way the US economy is going at the moment it's not likely to be a market with a lot of spare cash to spend on luxuries for much longer anyway. You overestimate the financial responsibility of the US.
    4. Re:patent license fees by Anonymous Coward · · Score: 0
      You should read the article.

      a highly optimized multimedia platform based on Davinci ARM-DSP dual core system

      For codecs, VLC uses plugins to carry out its video decoding/encoding on DSP, while all audio operations are done on ARM side All the video codec's are implemented in dsp's, all the audio is done on the arm side. TI has, with a kind of subcontracting, libraries for every codec available.

      They will only use the framework & rtsp/etc implementations. The hard stuff will be done in their own lib's (for which they pay the license fees)
    5. Re:patent license fees by JoeBorn · · Score: 1

      All the video codec's are implemented in dsp's, all the audio is done on the arm side. TI has, with a kind of subcontracting, libraries for every codec available. They will only use the framework & rtsp/etc implementations. The hard stuff will be done in their own lib's (for which they pay the license fees) That's right, and furthermore, the bulk of the licensing issues is about patents, not copyrights, so generally, you pay the patent holders and use code from whatever source you want, and they don't care.
      --
      If you're going through hell, keep going -Winston Churchill
    6. Re:patent license fees by Neil · · Score: 1

      VLC is licensed under GPLv2 - surely that's not compatible with the kind of per-copy royalties that organisations like MPEG LA want in their licensing deals?

    7. Re:patent license fees by Wesley+Felter · · Score: 1

      That's why Neuros/TI ripped out all the GPL codecs and replaced them with proprietary ones.

  22. Re:VLC = mature?! by Anonymous Coward · · Score: 1, Informative

    I'm on the Mac, and I find MPlayerOSX to be more stable than VLC, and that's saying something. VLC does get markedly better with each "letter" release, however, and nothing can compare to it's ability to Just Open Stuff.

    It's important to delete your old preferences from time to time, as if you overtweak the advanced settings you can really bung things up.

    I haven't met any software video player that can cope with a poorly torrented video or badly scratched DVD without ARFing (that's Abort, Retry, Fail? to you kids), but my knowledge of CD drives tells me that's more to do with the hardware controller getting flustered. One thing analog tapes still win on, if the tape is in one piece you can read it. No checksum bullshit.

  23. Re:VLC = mature?! by Anonymous Coward · · Score: 0

    Actually I find it quite stable on W2k and Ubuntu.

    I do find it can't handle sound on some shoutcast TV broadcasts, or rather it works fine on w2k but not Ubuntu.

  24. GPL issue by Anonymous Coward · · Score: 0

    I don't think they quite get the GPL implications here. It's great that the code will all be available on the VLC site or somewhere, but anyone who ships hardware using this will have to offer source code on demand. I don't think saying "you can get the source from sourceforge" strictly satisfies the GPL requirement does it? It's may sound reasonable, but with more companies embracing FLOSS it's not a good time to start bending the rules.

    1. Re:GPL issue by Phroggy · · Score: 1
      You haven't actually bothered to read the GPL, have you? You can either ship the source code on a CD with the product, or you can include

      a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    2. Re:GPL issue by JoeBorn · · Score: 2, Informative

      The GPL is being satisfied, but what's significant about this announcement is that Neuros and M2X are going a step beyond to make sure that code is being contributed back upstream, which very few device manufacturers do. Typically, modifications are made available (through some means as parent sites) but no effort is made to bring those patches back to the central repo, so many of the patches are effectively lost.

      --
      If you're going through hell, keep going -Winston Churchill
    3. Re:GPL issue by Phroggy · · Score: 1

      It'd be great if this happened more often. A great first step is "we take this code and modify it for our purposes, instead of writing our own code from scratch," but it's so much easier to deal with if you can get your modifications folded back into the official project, so you can easily stay up to date with new features without worrying about applying your modifications to each new version. Not to mention, everyone else gets to benefit too.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  25. No good for dark themes by Anonymous Coward · · Score: 0

    They've hard coded a few black foreground text and controls on whatever background you have, so if your background is black, you get black on black, which is of course impossible to read/decipher. May not matter for "the device market" though.

  26. Re:VLC = mature?! by TheRaven64 · · Score: 1

    It's not the Windows version. The OS X version is also very crashy, and a lot of the preferences don't do anything.

    --
    I am TheRaven on Soylent News
  27. VLC ASCII art codec by ortholattice · · Score: 3, Informative

    A neat thing about VLC (for nerds anyway), that may not be well-known, is that you can ssh into your Linux box and watch movies as ASCII art on the terminal window. See http://www.linuxactionshow.com/forum/comments.php?DiscussionID=1466 . (I see you can do it in Mplayer too according to that page.)

    1. Re:VLC ASCII art codec by ruinevil · · Score: 1

      If you have it compiled into mplayer, all you need to do is type -vo aa for black and white ascii art using AAlib, or -vo caca for colored ascii art using libcaca. Personally, I find the black and white ascii art to be more watchable.

    2. Re:VLC ASCII art codec by karmatic · · Score: 1

      I had a laptop that simply wasn't fast enough to do DVDs in Linux (many years ago). It could barely handle it in Windows, and the drivers weren't as good for Linux.

      I ended up watching a number of DVDs in an AALib enabled version of Xine. This would have been around 6-7 years ago.

    3. Re:VLC ASCII art codec by trytoguess · · Score: 1

      Ah, I remember seeing this when I rather stupidly removed DirectX with xplite.

    4. Re:VLC ASCII art codec by Anonymous Coward · · Score: 0

      You haven't fully experienced "Anal Blow-squirt III" until you've watched with "mplayer -vo aa".

      "Is that a boob?"

  28. Re:VLC = mature?! by zakezuke · · Score: 1

    I ahven't had any iossue with VLC in over 2 years;which is about as long as I have been using it. I have had issues with it when the video file is corrupted. On the one hand, that's more a fault with the video than the player... but on the other VLC shouldn't crash because of a fault with the video.

    --
    There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
  29. Re:VLC = mature?! by Anonymous Coward · · Score: 0

    Get your hand off your penis and start typing with both hands please.

  30. Re:CueCat 2.0 by mattack2 · · Score: 1

    Yeah, but you have a Tivo, why watch ads?

    (mostly kidding. Though I go to great lengths to avoid ads, and have for literally decades at this point [multiple VCRs before Tivos], I still seem to see most ads and get references people make to ads... and I was going to refer to the Press Thumbs Up feature if nobody else did.)

  31. Hmmmm. by WindBourne · · Score: 2, Interesting

    Might these be Cable set-top boxes that are no longer going to be needed? They should have done this long ago to make the set-top box indespensible. Yet, they are like so many companies that do it when they are on the way down. Sad.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  32. VLC=Slow by Anonymous Coward · · Score: 0

    With my experience with the OLPC XO, it seems that VLC is a bit of a resource hog, at least out of the box. The various XO forums generally seem to agree with me. However, Mplayer works like a charm.

    Unless there are IP issues or some magic setting I need to change to make it work properly, it seems silly to use VLC for a set top box to me.

  33. or MKV support? by SuperBanana · · Score: 1

    It's also still unable to seek properly in a lot of mkv files, and doesn't support their chapter functionality. I stopped using it on OSX when Perian (ie Quicktime Player) started supporting MKV (including chapters), subtitles (including styled ones!), etc. It's become my strong preference.

    1. Re:or MKV support? by Clock+Nova · · Score: 1

      You're right about Perian and QT Player, but it unfortunately cannot handle alternate audio tracks. I have a few mkv files that have commentary tracks embedded, and QT Player freaks out and only plays that track with no way to turn it off. So it's still VLC for me.

      --
      There they were, sitting in the van with all those dials, and the cat was dead. -V. Marchetti, CIA
    2. Re:or MKV support? by Anonymous Coward · · Score: 0

      You're right about Perian and QT Player, but it unfortunately cannot handle alternate audio tracks. I have a few mkv files that have commentary tracks embedded, and QT Player freaks out and only plays that track with no way to turn it off. So it's still VLC for me. and that is why you use niceplayer with perian. all the advantages of a good codec package with a good player.
    3. Re:or MKV support? by SeaFox · · Score: 1

      Have you checked out Chroma?

    4. Re:or MKV support? by Pope · · Score: 1

      You may need QT Pro for this, but if you Command-J to get the movie advanced options, you can enable or disable every track present, including audio and video tracks.

      --
      It doesn't mean much now, it's built for the future.
  34. uh ? by glazou · · Score: 2, Interesting

    My ISP here in France already offers that. I have a port of VLC able to view the TV-over-DSL channels streams on any computer of the house, record, transcode on the fly and so on.

  35. Re:CueCat 2.0 by Anonymous Coward · · Score: 0

    But is ther a Thumbs Down button for 'never show me this ad/program again'?

  36. VLC is lacking (at least) one important feature by NitroWolf · · Score: 3, Informative

    I've really tried to liked VLC. Everyone talks about how great it is... but it's interface is pretty poor. The deal breaker for me, however, is the fact that it does not (and will not EVER, according to the developers I've seen talk about it) play files directly from RAR's.

    Their "excuse" for the lack of an extremely important feature (to me and many others, anyway) is that they don't want to support piracy. Well, just like the FOSS community always harps that BitTorrent is used for legitimate traffic, well so are video's distributed in RAR's. Yes, the majority of video's in multi-part RAR's are illegal video... but then again, so is most of the BitTorrent traffic.

    To leave this feature out of VLC is ridiculous. Before anyone tells me to add it myself: I have offered to submit a patch and it's refused based on the grounds above.

    VLC is pretty useless to me, since I have no desire to unrar all of my video. Not only does it waste time, it also wastes space.

    Fortunately, XBMC is pretty stable under Linux now, at least for watching/streaming video... as such, it's the best media center/video player out on the market right now. It does everything VLC does, except it does it properly and works. In fact, XBMC does just about everything "right" when it comes to video watching. MythTV, VLC, etc... can learn a lot from the XBMC project.

    1. Re:VLC is lacking (at least) one important feature by Anonymous Coward · · Score: 1, Funny

      Who the hell rar's videos/torrents except newbs?

    2. Re:VLC is lacking (at least) one important feature by Dwedit · · Score: 4, Informative

      Do you really think that applying some lossless compression algorithm to a heavily compressed video file will save space? Un-rar your damn stuff. It doesn't get any smaller from being inside a .rar file.

    3. Re:VLC is lacking (at least) one important feature by Anonymous Coward · · Score: 0

      wtf are you talking about man..

      why don't you select all the rar's and look at how big it is.. then extract the video and look at how big a file it is...

      they are practically the same size.. idiot

    4. Re:VLC is lacking (at least) one important feature by Anonymous Coward · · Score: 0

      I want VLC to make me (pirated) popcorn before I watch my pirated movie. The VLC developers asked me to fuck off.

      Is it a big fucking problem to unrar those files? If you want, you can always create your own project VLCRAR.

    5. Re:VLC is lacking (at least) one important feature by Anonymous Coward · · Score: 0

      Do you really think that applying some lossless compression algorithm to a heavily compressed video file will save space? Un-rar your damn stuff. It doesn't get any smaller from being inside a .rar file.

      Indeed! Only place I know where multi rar video files make sense are on Usenet, which was never designed to transfer large binaries in the first place, encodes everything to ascii, doesn't have decent error correction, and therefor requires users or client programs to do stupid shit like creating and comparing hash files and reposts of parts.

      The real sollution would be to dump leeching from Usenet!

      If you'd really want to though, you could just unrar and directly pipe to vlc :P

    6. Re:VLC is lacking (at least) one important feature by carnalforge · · Score: 1

      And you think you're gaining disk space raring videos?

      --
      :wq!
    7. Re:VLC is lacking (at least) one important feature by NitroWolf · · Score: 1

      Who the hell rar's videos/torrents except newbs?

      Umm... pretty much everyone distributing video over the internet that isn't streamed?

    8. Re:VLC is lacking (at least) one important feature by NitroWolf · · Score: 1

      Do you really think that applying some lossless compression algorithm to a heavily compressed video file will save space? Un-rar your damn stuff. It doesn't get any smaller from being inside a .rar file.

      Hmm... lets see:

      -rwxrwxrwx 1 root root 365255320 2007-03-05 00:00 battlestar.galactica.s03e17.avi
      -rwxrwxrwx 1 root root 362100230 2007-04-18 16:42 battlestar.galactica.s03e17.rar

      Hey look at that! It's smaller! Now multiply that by 1000... or more. That's just on a 365MB file. The ratio goes up slightly on a larger file, say a 4 or 8GB file. The space savings, per file, is minimal, yes... however it adds up when you have 2 or 3 TB of video.

      I don't consider 40 - 50 GB a trivial waste of space when there's NO reason not to save it. Keeping it in RAR format doesn't slow down viewing - the only thing it does is save space. If you're video editing, I suppose it would be a pain, but we aren't talking about that.

    9. Re:VLC is lacking (at least) one important feature by NitroWolf · · Score: 1

      Gonna double post this, because you are a fucking idiot:

      -rwxrwxrwx 1 root root 365255320 2007-03-05 00:00 battlestar.galactica.s03e17.avi
      -rwxrwxrwx 1 root root 362100230 2007-04-18 16:42 battlestar.galactica.s03e17.rar

      Look! Smaller! Wow, that was hard to test. Multiplied by 1000 or more times, you have quite a bit of space saved. Imagine that. Idiot.

    10. Re:VLC is lacking (at least) one important feature by NitroWolf · · Score: 1

      Is it a big fucking problem to unrar those files? If you want, you can always create your own project VLCRAR.

      Yes, it is a "big fucking problem." For a number of reasons. First and foremost, it takes a long fucking time to unrar a 4, 8 or 35GB file. I don't want to do that if I don't have it... and I don't have to using a properly designed media viewer. VLC is not a properly designed media viewer.

      Also.. there's the space issue, which you wisely choose to not mention as being "trivial" when it clearly is not.

    11. Re:VLC is lacking (at least) one important feature by NitroWolf · · Score: 1

      And you think you're gaining disk space raring videos?

      Yes. Yes I do. See above.

      -rwxrwxrwx 1 root root 365255320 2007-03-05 00:00 battlestar.galactica.s03e17.avi
      -rwxrwxrwx 1 root root 362100230 2007-04-18 16:42 battlestar.galactica.s03e17.rar

      Multiply the savings several thousand times and you have a non-trivial amount of space saved. The real issue, though, is the time it takes to unrar... and for what? Nothing. There's no reason to unrar it unless you are editing it.

    12. Re:VLC is lacking (at least) one important feature by Walter+Carver · · Score: 1

      I have a question. Why not decompress the RAR file and then play the movie? (or keep it in your archives)

    13. Re:VLC is lacking (at least) one important feature by NitroWolf · · Score: 1

      I have a question. Why not decompress the RAR file and then play the movie? (or keep it in your archives)

      Because it's a pain in the ass to decompress it and there's absolutely NO reason to. It's like asking why not burn it to DVD and watch it that way... because you don't want or need to. You can watch it directly from the hard drive.

      Why decompress it? There's no need to, I can watch it directly from the RAR files with a properly written media player. VLC isn't a properly written media player.

      The point is, though, that the reasons behind the developers rejecting this functionality is completely hypocritical and fallacious. If you support the concept behind Bittorrent ("Because it can be used for legitimate traffic") you must also support the concept of playing media from RAR files... "Because it can be used for legitimate traffic." The fact that the developers accept one and not the other shows them to be incredibly hypocritical and out of touch with reality.

      VLC sucks, plain and simple. But it only sucks because the developers are morons, not from any technical standpoint(s) that can't be corrected.

    14. Re:VLC is lacking (at least) one important feature by Anonymous Coward · · Score: 0

      Learn to read you retard. PRACTICALLY the same size. You saved 3mb on 365mb file. Yay 1%. Not significant at all. Multiplied by 1000 times is 3GB. That's nothing when you have a collection of that size.

    15. Re:VLC is lacking (at least) one important feature by Anonymous Coward · · Score: 0

      You forgot the last reason. You're a whiny bitch.

      Rar decompression does not belong in a media player. The VLC devs are perfectly right in not implementing this. Get over it.

    16. Re:VLC is lacking (at least) one important feature by NitroWolf · · Score: 1

      You forgot the last reason. You're a whiny bitch.

      Translation: Waaaa! I was proved wrong so I'm going to call names and throw a fit. Waaaa!

      Rar decompression does not belong in a media player. The VLC devs are perfectly right in not implementing this. Get over it.

      Unfortunately for you, media is distributed in RAR format. Like it or not, it's the way things are. As such, RAR decompression DOES belong in a media player, since media is distributed as such. The VLC devs are hypocritical morons and are completely wrong in not implementing it. Get over it.

  37. Freebox by Yvanhoe · · Score: 2, Informative

    The French ADSL operator Free has been doing this for years. The set-top box is called a Freebox, VLC is used to receive several channels and I heard that the latest version can use it as a VCR. Of course they made their own GUI and didn't release the sources (as I am aware of)

    --
    The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    1. Re:Freebox by Anonymous Coward · · Score: 1, Interesting

      The French ADSL operator Free has been doing this for years. The set-top box is called a Freebox, VLC is used to receive several channels and I heard that the latest version can use it as a VCR. Of course they made their own GUI and didn't release the sources (as I am aware of) I believe they did release the source, and indeed the Freebox itself runs Linux or BSD (don't remember).

      It works as a VCR, has support for external USB storage, built in WiFi, 100mbps ethernet... it is a router / firewall / NAT box with connection for a telephone (free landline calls to the US, UK, and a number of Euro countries), fax and voicemail are free & automatic, and they also handle SIP phones and your landline can be rerouted to the SIP device of your choice.

      They also have a phone handset that works as a landline IP phone at your house (free calls as above) and a GSM (mobile) handset once you're out of range.

      The TV service over ADSL includes HD, and they consistently have 3mbps+ of available download + about 512kbps up (pretty reasonable) depending on your distance to the local exchange. VoD from Canal+, TF1, M6 and a couple of other players also available.

      You can plug a supported webcam in the USB slot and broadcast your personal live TV onto a private or public channel, and mods available as software are encourages. One mod allows you to get YouTube, DailyMotion et. al. via your remote control from your armchair. Some websites are supported since the box supports basic HTML straight to your TV.

      The Freebox rocks.
  38. Two cheers by simong · · Score: 1

    I have an OSD so I'm all for Neuros getting involved and bringing VLC to the platform, as it should fix a few of the shortcomings of the current video player, which out of the box won't play most QuickTime movs and streaming WMV files. However, I also get the feeling that VLC has been moribund for while: 1.0 was tentatively announced a couple of years ago yet there hasn't been an update from 0.8.6 for far longer, and there are bugs that have been unresolved for as long. I've started playing with media servers on my local network recently and I'm trying to put something together that works across my assorted Macs, Linux machines and TVs, and VLC seems to be potentially the best desktop player, but there are so many things that it doesn't do properly yet, such as stream discovery. It looks to me like Neuros et al are going to push development forward. It will remain be seen if their improvements and fixes find their way back into the current VLC source tree, not due to any attempt to restrict access to the code, but rather if there is the will from VLC's current developers.

  39. VLC is "mature"? by dangitman · · Score: 2, Interesting

    If VLC is considered "mature" for an Open Source project, then that's a pretty damn low standard of maturity. Is Open Source held to a completely different level of user expectations than proprietary software or something?

    --
    ... and then they built the supercollider.
    1. Re:VLC is "mature"? by Jamie+Lokier · · Score: 1

      The user interface sure isn't much to write about, but it's ability to basically play video files and play them well is better than Totem, Xine and even Mplayer in my experience - and also quite a lot better than the proprietary software/hardware set-top box combination that I work with.

      So I would say it's video playback is very good and that is a certain kind of maturity, but it's user interface (and as others have said, subtitle support) are not.

      VLC also does unusual things - that it was the original point of VLC :-) - namely transcoding and broadcasting/streaming video.

    2. Re:VLC is "mature"? by carnalforge · · Score: 1

      Uhm, nearly everybody that i know under windows uses VLC. Actually was a surprise for me at first, i thought vlc was unknown to the windows people. I even asked them discovering that VLC is the more codec supporting player around even on win. Anyway, talking about mature, maybe the GP was refering to the content :P

      --
      :wq!
  40. Vlc Is nice ! by telecharger · · Score: 0, Redundant

    Vlc is a great freeware. The only problem is : 1- Bad basic skin ( I never seen a so poor skin before VLC ) 2- Bad support of some subtitles ;(

  41. Doesn't work? Then just f*cking fix it! by meist3r · · Score: 2, Insightful

    God, I could shoot all of you "this and that doesn't work properly"-crybabies. It's OPENSOURCE ... you don't like the way it works ... change it. VLC is the first player that I didn't need a ridiculous codec pack for. It was the only software that properly played DVDs from different regions for me. And god damnit it's free as in "you're free to leave if you don't like it". Now I use Linux and there are good alternatives. For Windows on the other hand ... not so much. I'd still rely solely on VLC for playing back everything just because I don't want to infest my system with dozens of outdated decryption routines and scrap codecs that corrupt my registry. This app is in version 0.8.6 for years now. And when was the last time a pre-1.0 version got such a broad user base? You're all nerds here and if you complain about VLC then grab your reference books and start coding to make it work the way it should. What are you waiting for? For Rupert Murdoch to buy it as his next step toward a unified replay solution? Screw you guys, start hacking for a change.

    1. Re:Doesn't work? Then just f*cking fix it! by Anonymous Coward · · Score: 0

      It was the only software that properly played DVDs from different regions for me.

      Yeah! Now I understand that you get emotional over people critizing UI or functionality of your spouse!

      People can have thousands of opinions but just 60 minutes in an hour, right? The story was about getting vlc mainstream in set top boxes... you're expecting every house daddy is gonna be a programmer anytime soon? Hahaha... i can see it now

      OSS CS>"Customer support, can I help you?"
      You>I'd hope so see, I have file format X with subtitles in SSA and it wont displ...
      OSS CS (frothing)>"Crybaby! It's open source! Stop calling US and fix it YOURSELF dammit!"
      You> "but but... I am *PAYING* you for service!
      OSS CS> "Who the fuck even cares!? It's open source! We sell a crap interface broken product but it's open source! FIX IT YOURSELF GOD DAMN IT CRYBABY"

      Perhaps you better get your arrogant "1337" head out of your ass and get out in the real world some more.

      Btw, with your big mouth, SHOW ME YOUR CODE NOW! Or are you just a crybaby crying over crybabies :P

  42. No hail from me by GeekDork · · Score: 1

    I find VLC highly lacking in several departments. It's gotten so bad that I switched back to WMP on Windows, while I've been using xine and mplayer under Linux after short forays into VLC. At least the default user interface is worse than what gmplayer has, and I've found some "amusing" issues with video playback, e.g. broken seeking in WMV (fails to display correctly until the next keyframe comes along).

    The UI and configuration is an exercise in magic numbers, trying to play a DVD routinely requires more mouse clicks than mplayer requires keypresses to play the same disk with audio routed to a custom ALSA device, VLC has forked its own versions of DVD playback libraries, can't use external codecs, and the list goes on.

    Seeing as it's meant to go into a consumer device, that pain and suffering may be a design goal however, and maybe VLC with all its restrictions will do well in a severely limited device.

    --

    Fight hunger. Filet a politician and send him to a 3rd world country of your choice.

  43. Read what part? by tepples · · Score: 1

    please READ THE GPL VERSION 2 before talking about what the spirit of it was. Some people have read it and have drawn a different interpretation. Please quote the part on which you base your interpretation.
    1. Re:Read what part? by jonasj · · Score: 1

      You said, "The spirit of the GPL is to keep the code open so everybody benefits. [...] GPL was always about the code never about the users or the hardware".

      Okay. The opening words of the GPL v2 are "The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.".

      So, we have a license which states in the first line that it is designed to keep software "free". This license comes from a project called GNU. So, what does the GNU project mean when they say "free software"? Let's see:

      "Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software. More precisely, it refers to four kinds of freedom, for the users of the software" (emphasis added)
      - From the GNU Project's Free Software Definition.

      I did misremember, and think that those words were in the actual GPL and not just in the Free Software Definition document, but when the name of the license is the GNU GPL, and it claims to be about protecting software freedom, and the GNU project clearly has states what they mean by that (freedom for users of the software), then there's no way you can claim that "RMS has gone off in a new (IMHO worse) direction". Because this is the direction he's been on all along. Listen to anything he ever said: He has always stated that he was fighting for freedom for users primarily.

      --
      You know, Microsoft's street address also says a lot about their mentality.
  44. Rights of the OWNER of a piece of hardware by tepples · · Score: 1

    but you can run it, just not on the TIVO. Its about improving the software it doesn't matter if you can run it. What about the supercomputers running linux, are you going to complain because you cant use their improvements too? Anybody who is the owner of a supercomputer that runs free software can test changes to the software on that supercomputer. By contrast, anybody who is the owner of a TiVo DVR, which is known to run GPLv2 software, cannot test changes to the software on that Tivo DVR because of the lockout chip.

    You can go out and build your on TIVO box. Since when? The other software in a TiVo box is copyrighted and not licensed for use in home-built DVRs. TiVo also holds patents on essential DVR methods in Slashdot's jurisdiction, which it has not licensed for use in home-built DVRs running free software such as MythTV. Besides, why should I have to buy the hardware twice?
    1. Re:Rights of the OWNER of a piece of hardware by RiotingPacifist · · Score: 1

      Since when? The other software in a TiVo box is copyrighted and not licensed for use in home-built DVRs The GPL only covers GPL software, they are free to do what they want with the rest of their system, the same way Novell, Canonical & Mozilla are free to ship proprietary stuff along with theirs.

      Anybody who is the owner of a supercomputer that runs free software can test changes to the software on that supercomputer. And anybody who owns a TiVo-like box is free to test changes to TiVo software. The GPL is about freedom, that freedom includes tat of hardware manufacturers to do what they want on their hardware.

      To put it an other way, If you make lazer sharks there is no obligations to give everybody lazer sharks, just to give people the code your running on them, that is the license as Linus understands it anyway.
      --
      IranAir Flight 655 never forget!
    2. Re:Rights of the OWNER of a piece of hardware by tepples · · Score: 1

      The GPL only covers GPL software And Linux is GPLv2; GNU libc and libstdc++ are GPLv3 with various exceptions. The point is that if I modify the GPL software and reinstall it on hardware that I own, the lockout chip will keep it from running.

      that freedom includes tat of hardware manufacturers to do what they want on their hardware. Why should the manufacturer, and not the owner, have this freedom? Without this freedom, "ownership" becomes more like rental than ownership.

      And anybody who owns a TiVo-like box is free to test changes to TiVo software How does one build a home-built DVR that recreates the exact hardware environment of a TiVo DVR, including proprietary software whose ordinary interactions with the free software must be tested?

      To put it an other way, If you make lazer sharks there is no obligations to give everybody lazer sharks, just to give people the code your running on them But per the GPLv3, there is an obligation to let someone who buys a laser shark tweak the pulsing controller of the laser or give the shark its shots.
    3. Re:Rights of the OWNER of a piece of hardware by RiotingPacifist · · Score: 1

      on hardware that I own, the lockout chip will keep it from running.

      Without this freedom, "ownership" becomes more like rental than ownership. Don't by a TiVo box if you dont want one then.

      Why should the manufacturer, and not the owner, have this freedom? Why should the owner and not the manufacturer have this freedom?

      How does one build a home-built DVR that recreates the exact hardware environment of a TiVo DVR, including proprietary software whose ordinary interactions with the free software must be tested? The same way one goes about building a super computer, you buy the parts and then the software. The GPL isn't a free lunch, if the software isn't available then you have to write your own. The GPL guarantees the freedom of code that has been GPL'd nothing else.

      But per the GPLv3, there is an obligation to let someone who buys a laser shark tweak the pulsing controller of the laser or give the shark its shots. Yes but that is GPL3 not GPL2 which is what the linux kernel is and (hopefully) always will be under. Under GPL3 you'll never get any scientist developing laser sharks (they wont want you to use laser sharks against them), and so you'll never get any improvements to the code, one of the many reason GPL3 is flawed.
      --
      IranAir Flight 655 never forget!
    4. Re:Rights of the OWNER of a piece of hardware by tepples · · Score: 1

      Don't by a TiVo box if you dont want one then. TiVo owns patents on essential DVR functions that are valid in Slashdot's home turf. Which non-patent-infringing DVR should I buy to modify?

      Why should the owner and not the manufacturer have this freedom? Because the owner of a physical object has specific rights under state law. Also, imagine if there existed no PC on which to run modified GPL software. This is the case with DVRs: I know of no non-patent-infringing DVR platform on which to run modified GPL software. (MythTV likely infringes U.S. patents.)

      How does one build a home-built DVR that recreates the exact hardware environment of a TiVo DVR, including proprietary software whose ordinary interactions with the free software must be tested? The same way one goes about building a super computer Why must a DVR be as out of reach as a supercomputer?

      you buy the parts and then the software. The GPL isn't a free lunch, if the software isn't available then you have to write your own. As far as I know, I can put together a supercomputer for $6,000. Licenses for TiVo's patents and proprietary software, on the other hand, are not available to hobbyists at any price.

      Yes but that is GPL3 not GPL2 which is what the linux kernel is True, Linux itself is GPLv2, and so is BusyBox. But other widely used apps and libraries that run on top of Linux are GPLv3. Most notably, the GNU implementations of the C standard library and C++ standard library are GPLv3 with various exceptions that ease the copyleft requirement somewhat.