A Screencast



A Screencast
This is a screencast, done with ffmpeg encoded in H.264, It changes now and then, I just record stuff randomly to show my mates something.

this is command I use to grab my screencast...
ffmpeg -f x11grab -s 1280x1024 -r 25 -b 5000k -i :0.0 -vcodec libx264 -vpre libx264-lossless_fast -crf 15 -g 50 -b 500k -s 640x480 -threads 0 out.mp4
as you can see I grab the screen at 1280x1024 at quite a high bitrate for quality, then I transcode it down to 640x480 on the fly ready to put into flowplayer on my site.

Click here for a popup (640x480)