> Im just wondering if its possible to use a group of other Linux
> computers to provide additional horse power to a Windows XP machine?
> I've got involved in video, making DVD's, and I've been making MPEG's
> that I find I need to transcode to a lower bitrate. On a single Windows
> machine, this is usually very slow. It would be great if I could add
> another computer (based on Linux) or two or four or eight eventually to
> have the transcoding done infinately quicker.
I am very ignorant of the MPEG coding and of Windows, so i cant really
help you there. I dont know if what you are trying to do is possible,
but it is not possible with OpenMosix - since it is a Linux kernel
extension. You probably can find good software to do reencoding on Linux
and go all Linux.
If you can split the whole file into chunks, reencode them on the
separae machines and recombine it - you would have somethign like a
Hollywood cluster. :-).
Couple softwares come to mind.
One is Cinelerra (i spelt it right)
http://heroinewarrior.com/cinelerra.php3
The other one is MJPEG
This is a little blurb about doing distributed encoding with MJPEG.
https://sourceforge.net/docman/displ..._id=5776#toc11
I am not a professional video guy and i am pretty ingorant about all the
details. I have used MJPEG programs, they did what i wanted. Cinelerra
had some good reviews from folks at LWN.
> Of course though, Im guessing two major factors, 1) The transcoding
> software is on Windows XP, so finding anything like clustering for
> Windows XP and Linux wouldn't be free I'd guess. 2) Network bandwidth.
I really doubt network bandwidth (i assum 10/100 mbits) is going to be a
big issue if you are just doing encoding. Time to encode an Ogg file is
much greater then reading and writing it to NFS export for example.