DivX 6.0 is Out
mattspammail writes "DivX 6.0 is out. Even Tom's Hardware has an article on it. According to TFA, this should be a big step up in compression and features. DVD-style menus are now an option."
← Back to Stories (view on slashdot.org)
One of the reasons I convert my movies is to get straight to the feature, and skip the gawd-awful menu crap...
Divx is used for transfrerring over the internet, so the smaller the file is, the better.
Even with many pipes over 500KB/second, it still is not enough to stream in 1080i.
Nothing for you to see here, Please move along.
Is this before -- or after -- you've shipped it across the Internet?
"It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
Yeah, cause with BlueRay they won't use MPEG2/4 or H.264 or something like that. Lets just use that raw video feed...
So that is 1920x1280x32 (1080p) per frame...say 30 frames per second...hurm...I only see that as around 230GB for your two hour movie...that will fit just GREAT on a 45GB BlueRay disc.
Oh...wait...we need to compress that?
It is time to concentrate on a single codec that has interoperability options
I agree; that's why the industry should standardize on the multi-vendor, open MP4 standard.
I often copy borrowed DVDs to my hard drive to watch and delete later, but space is limited. I like to keep all the special features until I'm done, so I just do a raw copy now, but this will give me an option to keep all the menus and features, without consuming nearly as much disk space.
The answer to your question - very long (as in "never"). Xvid and DivX (as well as the other MPEG4s) are not "fully compatible", in theory they should play each other's datastreams, but each has features that the other doesn't understand.
sic transit gloria mundi
This guy was trying to give us more information. He wasn't "Whoring" or anything (I would flame him for being a "Whore" myself). WTF?!? /.!! I've been M'Moderating moer and more "Unfair" these days!!!
Actually, I'd prefer they simply not come up at all, but still be on the disc. That way you can hit the menu button on your remote and go to whatever chapter you were on or find the special features (which are seldom worth watching, except on some Pixar films).
LZ is a lossless alogorithm and no matter how "aggressive" LZ is, it can't come anywhere near the compression ratio of a properly configured divx encoding because the divx encoding is lossy - it throws out data.
If LZ somehow were "just about as capable" then everyone would be using LZ in the first place and all these preceptual lossy compressors would have died off long ago.
Heck, I can write a "compressor" that produces a file of the exact same size as the original and that LZ will make bigger rather than smaller. All you have to do is make the encoding random enough (like something along the lines of xoring it with pi).
So many of these "hobbiest" websites like Anandtech and Tom's are just the blind leading the blind with gross misrepresentations that end up being taken as gospel by those who don't know any better.
There ought to be a disclaimer before each "article" on sites like those with a warning that - "author is just another schmoe with no real expertise and is prone to make stuff up if it sounds good."
I didn't realize people modded this kind of useful information down simply because their perceptions of karma whoring are slightly off. I've hit a karma cap and really never have cared for it in the first place.
/. community is usually against.
Slashdot is the only forum where your unpopular and unfairly modded comments result in censorship, something the
*sigh*
"LZ is a lossless alogorithm and no matter how "aggressive" LZ is, it can't come anywhere near the compression ratio of a properly configured divx encoding because the divx encoding is lossy - it throws out data."
It's possible that even after divx is done encoding a file, there's still a certain amount of "order" left. Divx encodes using perceptual quality as it's perogative; it's not a source-coder, which is the reason it performs so much better on video files. However, it IS possible that LZ77/whatever year, is able to squeeze a little bit more size out of it, since LZ is a general source coder.
I don't think Tom is saying that LZ is as capable as divx at compressing video files, he's just saying there's enough "order" left over in the file after divx to make a 1% difference after using LZ, which is entirely possible. Almost ANY given bit-sequency that's not entirely random will have a 1-2% compression margin if you use LZ on it, depending on your window size, etc. On a 700 MB file, it's not inconceivable that more than a few long-sequence matches will occur.