Showing posts with label screencast. Show all posts
Showing posts with label screencast. Show all posts

Sunday, March 9, 2014

How To ScreenCast your Desktop on Linux

0 comments

How To ScreenCast your Desktop on Linux

After installing your Screencasting software such as KazamVokoscreen, and  SimpleScreenRecorder (I recommend the last one), install Cheese or guvcview to show the webcam window.

I recommend to install Mplayer instead of the two because you can hide borders and chose the width and the height of your taste. With the following commands you can enable a Webcam Windows on your desktop for your screencast.

mplayer -tv driver=v4l2:width=322:height=242:device=­/dev/video1 -vo xv tv:// -geometry "99%:90%" -noborder -ontop

mplayer -tv driver=v4l2:width=322:height=242: -vo xv tv:// -geometry "99%:90%" -noborder -ontop

     
Read more...

Monday, February 17, 2014

Kazam Screencaster application

0 comments

Kazam Screencaster application

Kazam is a powerful and simple software to record your desktop, the recorded video can be played by any video player that supports VP8/WebM, You can install the latest stable version of the software Today, which supports the Python 3 with fixes many errors.

To install Kazem on Ubuntu, open the terminal and paste the following commands :

sudo add-apt-repository ppa: kazam-team/unstable-series 
sudo apt-get update 
sudo apt-get install kazam 

You'll find It on the list of applications you have installed. Enjoy It !

     
Read more...