Announcement

Collapse
No announcement yet.

SimpleScreenRecorder

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SimpleScreenRecorder

    I noticed this afternoon that Xenial didn't have a screen recorder of any kind in its repository, so I went looking around and found SimpleScreenRecorder by Maarten Baert. He's released a Xenial version!
    sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
    sudo apt-get update
    sudo apt-get install simplescreenrecorder
    # if you want to record 32-bit OpenGL applications on a 64-bit system:
    sudo apt-get install simplescreenrecorder-lib:i386
    64b version installed without errors. Have yet to run it, but on 14.04 it worked great!



    Edit: It works very nicely! Even on my mediocre machine I recorded at 30 fps. I recorded 15 minutes of Minecraft with glorious sound. I used winff to convert the saved stream to mp4. Nice! It takes about 1 minute per mg to convert at capture size. Longer if you make your mp4 larger than the original.
    Last edited by GreyGeek; Sep 27, 2016, 07:23 PM.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    #2
    I use SSR all the time, you can even use 2 instances https://youtu.be/VyXEBCp694I

    Comment


      #3
      I recorded this with byzanz-record, which will output directly to animated gif, It's a command-line tool and reading the man page (https://linux.die.net/man/1/byzanz-record) is highly recommended, but it works.

      we see things not as they are, but as we are.
      -- anais nin

      Comment


        #4
        Originally posted by hallergard View Post
        I use SSR all the time, you can even use 2 instances https://youtu.be/VyXEBCp694I
        That was a very very informative video! Thanks for the link!

        Originally posted by wizard10000 View Post
        I recorded this with byzanz-record, which will output directly to animated gif, It's a command-line tool and reading the man page (https://linux.die.net/man/1/byzanz-record) is highly recommended, but it works.

        When I first saw that in a previous post of yours I assumed it was an animated gif, but I wondered how you made it. Thanks for letting us know!
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          Nice ,,, like that byzanz-record



          took some playing to get the x,y,w,h, rite ,,,,,,,, 4 tries but I used this to get x&y
          Code:
          vinny@vinny-Bonobo-Extreme:~$ while true; do clear; xdotool getmouselocation; sleep 0.1; done
          prints off the x,y, of the cursor in real time as you move it .

          VINNY
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment


            #6
            Nice CLI command, VINNY!
            Nice looking Conky display, too. Say, you are showing very light loads on your cores, but your temp is 57C !!!! Are your fans working well enough?
            "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
            – John F. Kennedy, February 26, 1962.

            Comment


              #7
              Originally posted by vinnywright View Post
              ...took some playing to get the x,y,w,h, rite ,,,,,,,, 4 tries
              Great idea; I just used the x and y coordinates from my conky config
              we see things not as they are, but as we are.
              -- anais nin

              Comment


                #8
                I prefer vokoscreen. Check it out, it's also in the repos.
                http://www.kohaupt-online.de/hp/

                Comment


                  #9
                  Originally posted by GreyGeek View Post
                  Nice CLI command, VINNY!
                  Nice looking Conky display, too. Say, you are showing very light loads on your cores, but your temp is 57C !!!! Are your fans working well enough?
                  fan works well ,,,,57C is only 134F

                  Originally posted by wizard10000 View Post
                  Great idea; I just used the x and y coordinates from my conky config


                  VINNY
                  i7 4core HT 8MB L3 2.9GHz
                  16GB RAM
                  Nvidia GTX 860M 4GB RAM 1152 cuda cores

                  Comment

                  Working...
                  X