Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
im not using ubuntu so i dont know what packages you exactly need but just try it out :)
as for the screen recording command I use this:
ffmpeg -v verbose -f x11grab -y -r 60 -s 1366x768 -i :0.0 -vcodec mpeg4 -sameq -f alsa -i pulse -ar 44100 -acodec libmp3lame -ab 192k -ac 2 output.avi
this will work with pulseaudio and just replace my screen resolution with yours :). and just hit Crtl+C in the terminal when done recording.
And if you want to record the audio from the game or your mic. just install pavucontrol and change the recording device to either your speaker or mic while recording and having the game open. (only needed the first time) :P
I've found some interesting links:
1) http://ffmpeg.mplayerhq.hu/ffmpeg.html#SEC18
2) http://ubuntuguide.org/wiki/Screencasts
3) http://qubodup.wordpress.com/2012/01/03/this-is-how-i-record-my-screen-on-linux/
http://www.ubuntuvibes.com/2012/10/gamecaster-updated-for-ubuntu-1210.html
http://steamcommunity.com/app/221410/discussions/0/864959809734881179/
It's based on ffmpeg but it has a very nice GUI and is very powerful.
You can find it in the Ubuntu-Software-Center:
https://apps.ubuntu.com/cat/applications/kazam/
here is a code i found and use. it works
glc-capture -o "%app%-%day%%month%%year%-%hour%:%min%sec%.glc" -j -v 4 -b back -z quicklz -e bgr steam steam://library/
just start the game from steam then hit F8 to start. hope that helps you. the Steam overlay will not work and if you leave it on it will crash the game so dont for get to shut it off.
Great! Can you point us to the Linux version , Dont seem to be able to find it ;)
INSTALL:
sudo apt-get install libav-tools -y
CAPTURE:
avconv -f alsa -i plughw:0,0 -f x11grab -r 30 -s 1360x768 -i :0.0 -vcodec libx264 -preset ultrafast -threads 4 -strict experimental -y myscreencast.mp4
play around with the plughw:0,0 numbers to capture your audio. Works like charm, no lag/vsync problems you get with the other programs.
sudo apt-add-repository ppa:jon-severinsson/ffmpeg
sudo apt-add-repository ppa:obsproject/obs-studio
sudo apt-get update
sudo apt-get install ffmpeg obs-studio
then from terminal
obs
Set up your captures... Include or exclude web cam load your game set shortcut to start recording have fun.. You can also set it up to go straight to you tube or live stream to twitch.