Results 1 to 7 of 7

Thread: how to record your desktop; the simplest way

  1. #1
    Join Date
    Oct 2011
    Location
    Turkey - Istanbul
    Beans
    23

    how to record your desktop; the simplest way

    Hello, Congratulations on the new Style

    here we will explain how to record your desktop GUI in command line in the simplest way, first you need ffmpeg package:
    Code:
    sudo apt-get install ffmpeg
    now you can record your desktop using this command:
    Code:
    ffmpeg -an -s 1280x800 -r 25 -f x11grab -i :0.0 -vcodec mpeg4 -sameq -y output.avi
    replace the red color Code with your settings, then Enter,you can press Ctrl + c in the terminal when you End or just close the terminal
    thanks

  2. #2
    Join Date
    Sep 2006
    Beans
    3,713

    Re: how to record your desktop; the simplest way

    The -sameq option should not be used when recording your screen. It does not mean "same quality". Replace it with -qscale with a value of 2 to 5, such as -qscale 2, when using -vcodec mpeg4. A lower value is a higher quality.

  3. #3
    Join Date
    Oct 2012
    Beans
    14

    Re: how to record your desktop; the simplest way

    what's the best GUI app for this?

  4. #4
    Join Date
    Oct 2012
    Beans
    21

    Re: how to record your desktop; the simplest way

    I use RecordMyDesktop - you can download it via Ubuntu Software Center.

  5. #5
    Join Date
    Nov 2012
    Beans
    5

    Re: how to record your desktop; the simplest way

    Hello:

    I think ffmpeg is deprecated. You have to use avconv instead. In any case, have you tried Kazam?. It is very good.

    Daniel.

  6. #6
    Join Date
    Jun 2012
    Beans
    212

    Re: how to record your desktop; the simplest way

    Can I replace fraps with this? I like to make let's play videos.

  7. #7
    Join Date
    Feb 2011
    Location
    /Earth/India/Patna
    Beans
    147
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: how to record your desktop; the simplest way

    Hi
    Another method could be to use online sites like
    Go to
    http://www.screencast-o-matic.com/
    and do the screen recording by allowing the java applet to run

    Regards,
    Abhinav

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •