For anyone who wants to make a video in server

, Tue Jan 04 2011, 02:49AM

If you want to take a video without the interace ou can hold down F1,
If this is cubersome/hard, you can download autohotkey free from
http://www.autohotkey.com/
Its a neat little hotkey maker with some quite amazing abilities, you can create scripts and using the copy cammnd create a program to run a program like excel, i must get the old excel things i made a while ago.
open a new document in autohotkey and paste the below into it, save it in a place you'll remember and then run it. when you press capslock it should hold down F1 for you. simply right click the small icon in your bottom right taskbar thing and click end script to stop it, you may have to tap F1 as well to reset your F1 heystate. If you're playing around with this program and you accidently set the mouse to keep clicking simply restart your computer and remember not to make a programming mistake again.
oh heres what you have to paste:

loop
{
GetKeyState, state, CapsLock
if state = d
{
send {f1 down}
}
else
{
}
sleep 100
}


Re: For anyone who wants to make a video in server
BRooNiE, Tue Jan 04 2011, 02:53AM

A program I used to use years ago was this:
http://www.autoitscript.com/

Not for screen recording, but for just automating tasks.

Also, for recording Minecraft Videos, I use Screen Recorder Pro.
Re: For anyone who wants to make a video in server
, Tue Jan 04 2011, 10:21PM

Well, Fraps is a really good recording software. Records instantly by pressing F9, you can also add live commentary on it while getting the game audio.
Re: For anyone who wants to make a video in server
, Tue Jan 04 2011, 10:31PM

I love fraps but for god sake it takes up so much darn room, i got a fraps folder with 125G of video files, its rediculas.
Re: For anyone who wants to make a video in server
, Wed Jan 05 2011, 05:20PM

I actually livestream me a couple times.
Re: For anyone who wants to make a video in server
Flightster, Wed Jan 05 2011, 05:25PM

I use fraps together with Windows movie maker, and it delivers me videos that get a max of 1080p on youtube.. Rendering it with movie maker also takes a big chunk of filesize off of it.
Re: For anyone who wants to make a video in server
, Thu Jan 06 2011, 12:25AM

Ah thanks for the tip Flightster.