_drafts

OBS: Creating Screencast Videos

Open Broadcast Studio (OBS) is an open source, cross platform tool for recording and live streaming video. It is focused on performance for video game streaming, but works well for creating instructional videos where you would like to share a screen cast of using software.

To install, grab the package from the main website. On Linux, first make sure you have ffmpeg installed, sudo apt install ffmpeg, then add the PPA.

Tips

  • By default all audio sources are active which might result in crummy sound–so you might want to mute/disable desktop audio, and the mic on your webcam if you have a separate headset mic.
  • If you want to use a webcam in multiple scenes: first make a scene that is just the webcam full screen, then add that scene to other scenes (adding it as a source to multiple scenes doesn’t work).

Handy Utilities

  • vidcutter is a handy visual utility for cutting and combining videos. Installing via Flathub seems to work well–don’t use old distro repository versions, since they probably won’t work.
  • Use ffmpeg to convert formats: ffmpeg -i input.mp4 output.webm (see tips)
  • combine videos with ffmpeg