In the command line (terminal) write (to install ffmpeg):
$ sudo apt-get install ffmpeg
To record:
$ ffmpeg -f x11grab -s wxga -r 25 -i :0.0 -qscale 0 my_screen_output.mpg
For more information go here:
Click here
See ya
How to program with the python language together with tkinter, pygame etc.
Comments
Post a Comment