21

Tip #838   Record a screencast as an mpeg

Use the command below to record a screencast and save it as an mpeg:

ffmpeg -f x11grab -s 800x600 -i :0.0 /tmp/screencast.mpg

 
  • TAGS: