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!
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.
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
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
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.
Comment