Bashcorder is a tool that uses bash, ffmpeg and zenity to provide screen cap recording functionality.
The workflow is very simple.
- To start recording press configurable keyboard shortcut and countdown appears
- To end recording press a second configurable keyboard shortcut
- The Save file dialog will appear - choose the location to save the audio/video too
- If the Save dialog is canceled the audo/video is deleted
- If the Chosen file in the save dialog exists it will ask if this is a Pickup or a Retake
- It names the file accordingly
- Record to ram or disk
- Record audio or audio/video combined
- Configurable ffmpeg recording settings - lossless x.264 is the default
- Configurable ffmpeg re-encode settings - compresses lossless as defined by the user
- Snapshots host OS using LVM
- Can update the OS snapshot if configuration changes are made
- Can roll back the to the previous snapshot
- Switch to KVM hypervisor
- Switch to VirtualBox hypervisor
- Run by hotkeys and Gnome3 right mouse click - progress, error, information and file dialogs provided by zenity
- Uses virtually no memory beyond the ffmpeg process
- Recording can be started and stopped while presentation is running saving editing
Press configurable keyboard shortcut to record
Press configurable keyboard shortcut to be prompted with save dialog
Run encodevideos
ln -s ~/.bashcorder/encodevideos ~/.local/share/nautilus/scripts/EncodeVideos Right click on Video directory and select scripts/Encodevideos
Run the updatesnap command
Run the rollbacksnap command
Run the switchtovbox.sh command
Run the switchtokvm.sh command