Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Mplayer OSX Extended (Score 1) 398

> MPlayer would stop playing altogether if the CPU couldn't keep up.
This is really a problem with the GUI defaults. Assuming you're using MPlayer OS X Extended, set Preferences -> Video -> Framedrop "Soft" and "Use multithreaded ffmpeg build", and it will play faster than any other OS X player. (excluding CorePlayer of course)

Comment Re:Decoding Chips (Score 1) 361

SIMD actually helps a lot with motion compensation; it's just a bunch of parallel multiply-adds, after all. But Theora has bitstream reading problems too; you have to decode the whole frame's bitstream before displaying any of it. And there is absolutely no question of it supporting HD (sometimes even SD) because the MV length is broken.

Comment Re:Theora FAIL (Score 1) 361

Youtube uses completely stock mencoder from 2005 (+ a handwritten h264 encoder by Skal for fmt=18, which probably isn't faster than x264). They just have way more CPUs than you think they do. I'm actually not sure a hardware Theora decoder could be really efficient - the memory requirements are quite bad for a codec with no multiple reference frames.

Comment Re:repeat of ogg? (Score 5, Informative) 361

> Theora just scores higher on a scoring algorithm when compared ot a single h264 encoder, the open-source x264. It doesn't even do that; it only scored higher when using Xiph's PSNR tool, because it respected a buggy colorspace header written by ffmpeg that didn't match the video. x264 won rather heavily when that was fixed, but /. never retracted the story.

Comment Re:My wipe is better :-) (Score 1) 625

NSA outsources data recovery to Kroll Ontrack, who cannot recover data from a zeroed disk anymore than anyone else can. And why would you bother physically destroying a disk platter? This isn't homeopathy or anything, you can actually get rid of magnetism.
Software

Submission + - GPL Violations On Windows Go Unnoticed?

Scott_F writes: I recently reviewed several commercial, closed-source slideshow authoring packages for Windows and came across an alarming trend. Several of the packages I installed included GPL and LGPL software without any mention of the GPL, much less source code. For example, DVD Photo Slideshow (www.dvd-photo-slideshow.com) included mkisofs, cdrdao, dvdauthor, spumux, id3lib, lame, mpeg2enc and mplex (all of which are GPL or LGPL). What's worse is that the company tried to hide this by wrapping them all in DLL's! There are other violations in other packages as well. It seems that use of GPL software in commercial Windows applications is on the rise based on my testing of other software. My question is how much are GPL violations in the Windows world being pursued? Does the FSF or EFF follow-up on these if the platform is not GPL? How aware is the community of this trend?
GNU is Not Unix

Submission + - Apparent GPL violation in ICO for PS2 (2chan.us) 1

astrange writes: "While checking out Sony's PS2 game ICO, I found what looks a lot like a GPL violation in it. It's a small one, but I've never heard of any being found in a console game before. Unfortunately, I can't reach the original author — he doesn't seem to read his email, and I can't go calling his company in Japan. Can the rest of the Internet get further than I can?"

Slashdot Top Deals

What is research but a blind date with knowledge? -- Will Harvey

Working...