X360 Ad
2007-12-20 18:31Nice. Pity they banned it :-S
Also:
Hitler’s Xbox gets banned
Sarge
Halo suicides: 1 2
/me wonders if I should just make this an xbox blog?
You are currently browsing the OmegaDelta weblog archives for December, 2007.
Nice. Pity they banned it :-S
Also:
Hitler’s Xbox gets banned
Sarge
Halo suicides: 1 2
/me wonders if I should just make this an xbox blog?
What a turn-around! The PS3 announces DivX support officially, with the X360 quickly following with MPEG4 support (which conveniently also adds DivX and XVid), and delivering it sooner, then when the PS3 support does arrive – XVid support is quite lacking. Makes me glad to have a 360 instead…
There. I said it. This OS is actually pretty decent. Sure, Aero is a CPU/GPU guzzling freak, but once disabled the system looks nice and does have some efficiencies.
For the first time in Windows (and it really has taken them a long time…), I actually feel like I should put all my data in my user folder. The new clock is nice, and the program list on the start menu, while it seems unfamilure at first is very intuitive. I love how I can just type the name of my program to open it… much like what I’d been doing for years using the “Run” tool, but with the ability to search, and not have to know the exact exe name. The new add-printer tool is very good, it actually scanned my network and found my networked printer, which is a hell of a lot cleaner than the XP approach of adding a “Local Port” of the type “Networked”, and manually selecting the printer.
Thus far I havn’t encountered any problems, but I am certainly very pleased I waited almost a year. If you’re running a large number of old software or hardware though, then best to keep it a good barge pole length away.
To create a world matrix from a Forward vector, cross the forward vector with the coordinate system up and normalise the result to get the Right vector. Then get the real Up vector by crossing the Right vector with the Forward. Then set the matrix with the 3 components and you’re done.
Vector3 right = Vector3.Cross(forward, Vector3.Up);
right.Normalize();
Vector3 up = Vector3.Cross(right, forward);
localToWorld.Forward = forward;
localToWorld.Right = right;
localToWorld.Up = up;
Up until today, streaming content with a program like TVersity was the only way of playing Xvid movies on your Xbox 360. It had some drawbacks in requiring complicated setup, a computer to be running, and a very good computer for HD streaming.
Today Microsoft added MPEG4 support, through which Xvid playback is now possible. Their move follows a recent update on the PS3 to support DivX. So now everyone is happy. This is good news indeed, as it means the X360 can play Xvid from any source, including the internal HDD, a networked computer (without having to transcode), and best of all burnt DVD’s. Not only that, but it can handle high resolutions, and upscales nicely to 1080p using the hardware upscaler that does such a nice job on DVD movies.
All you need to do is download a 3MB update, the first time you try to play an Xvid file.
The 360 certainly just got a whole lot better as a media device!
The X360 can play movies on its HDD and also stream them from any networked computer. Catch is it doesn’t natively support Xvid. Assuming you don’t want to hack your 360 (and thereby lose XBOX Live), you can use TVersity to convert XVID on the fly and stream it in a format the XBOX can play. Best part is it uses the XBOX protocol so you can browse your folders on the 360. Unfortunate part is you can’t fast forward or rewind – though pause does work and playback is of a very high quality.
Here’s how:
1. Install Windows Media Player 11
2. Install TVersity (install the ffshow codecs when prompted, default settings should work)
3. Open port 41952 in your firewall (if Windows Firewall, unblock TVersity and also add the port using “Add Port”)
4. Visit http://localhost:41952/ to view TVersity. You may need to reboot before doing this.
5. In TVersity settings, select Xbox 360 as playback device, and under transcoder, increase resolution to 640×480 (if you have a semi-decent computer)
6. Disable all other media sharing programs and connect to your PC from your 360
TVersity also installs a new right click option in explorer which is “share this folder with TVersity” which is extremely convenient.
References:
Quick Start
Playing DivX and Xvid content on Xbox 360 – An easy guide!
WMV coming to 360, can TVersity support it and transcode? (a bit out of date, see update)