plusminus
07-14-2006, 12:27 AM
Hello people, thought I'd let you in on something I've been doing a bit lately: using free software to make a movie of what's going on on your desktop, allowing you to record TAO games (among other things) and play them back later. I find it's useful to rewatch games where I make one or two mistakes and analyze them more. It's also a good tool for battle reports, I imagine.
There's lots of software that can do this, but one I've found to work really well on any platform (or at least any likely to be used here), completely free, is VLC. http://www.videolan.org/vlc/
Keep in mind you do need a fairly powerful computer to run it and play TAO at the same time.. mine is an Athlon 2400 (about 2 GHz) with 512 megs of ram, and TAO runs fairly choppy. It's still quite playable though, you get used to it quickly.
Easy setup: Once VLC is downloaded and installed, run it. Go to file > wizard. (Wizard might not exist for Mac users??)
-Choose Transcode/Save to file, click next.
-Choose Select a stream, enter "screen://" (without quotes) in the textbox, click next.
-Check both Transcode Video and Transcode Audio. For the video codec, MPEG-1 Video will do, with a low bitrate (96 kb/s is watchable). there are better quality codecs you could use, but MPEG-1 takes least processing power. For Audio, you can use MPEG audio, uncompressed, or dummy. I don't really see the need to record sound for TAO games so I use dummy with 16 kb/s. Click next.
-Choose MPEG 1 as your Encapsulation format, click next.
-Enter a filename and path in the textbox. Now when you click finish, you'll begin recording a movie. Click stop on the VLC control to stop recording.
Playback works best with VLC, for some reason it doesn't always write the fps in the proper way I think.
For more advanced settings tweaking, go to file > open file. You'll have to play around with this yourself, I've gone straight to..
The commandline, useful for Linux users or even automating in a Windows batch file. My settings look like this (all one line):
vlc screen:// -I rc --no-audio --no-sout-audio --sout
'#transcode{vcodec=mp1v,vb=96,acodec=dummy,ab=0,fp s=25,
deinterlace,cropleft=177,cropright=177,cropbottom= 94,croptop=170}
:standard{access=file,mux=mpeg1,dst=cap.mpg}'
This does the same thing and a bit more: for instance the cropxxx will crop the screen so you record only the TAO window. You'll have to play with these values to get them to fit your screen.
Enjoy, and make sure to post any good matches :)
There's lots of software that can do this, but one I've found to work really well on any platform (or at least any likely to be used here), completely free, is VLC. http://www.videolan.org/vlc/
Keep in mind you do need a fairly powerful computer to run it and play TAO at the same time.. mine is an Athlon 2400 (about 2 GHz) with 512 megs of ram, and TAO runs fairly choppy. It's still quite playable though, you get used to it quickly.
Easy setup: Once VLC is downloaded and installed, run it. Go to file > wizard. (Wizard might not exist for Mac users??)
-Choose Transcode/Save to file, click next.
-Choose Select a stream, enter "screen://" (without quotes) in the textbox, click next.
-Check both Transcode Video and Transcode Audio. For the video codec, MPEG-1 Video will do, with a low bitrate (96 kb/s is watchable). there are better quality codecs you could use, but MPEG-1 takes least processing power. For Audio, you can use MPEG audio, uncompressed, or dummy. I don't really see the need to record sound for TAO games so I use dummy with 16 kb/s. Click next.
-Choose MPEG 1 as your Encapsulation format, click next.
-Enter a filename and path in the textbox. Now when you click finish, you'll begin recording a movie. Click stop on the VLC control to stop recording.
Playback works best with VLC, for some reason it doesn't always write the fps in the proper way I think.
For more advanced settings tweaking, go to file > open file. You'll have to play around with this yourself, I've gone straight to..
The commandline, useful for Linux users or even automating in a Windows batch file. My settings look like this (all one line):
vlc screen:// -I rc --no-audio --no-sout-audio --sout
'#transcode{vcodec=mp1v,vb=96,acodec=dummy,ab=0,fp s=25,
deinterlace,cropleft=177,cropright=177,cropbottom= 94,croptop=170}
:standard{access=file,mux=mpeg1,dst=cap.mpg}'
This does the same thing and a bit more: for instance the cropxxx will crop the screen so you record only the TAO window. You'll have to play with these values to get them to fit your screen.
Enjoy, and make sure to post any good matches :)