This program is a gadget which helps you use FFmpeg to record your screen on Linux. The video record can be saved as a file, or be streamed via RTMP protocol.
All you need is FFmpeg. You can get one here. It has to be compiled with libxcb, libfdk-aac and libx264 libraries.
``` USAGE: ffmpeg-screen-recorder [FLAGS] [OPTIONS]
FLAGS: -a, --with-audio Records your screen with audio which could be internal or external. It depends on your computer environment. -h, --help Prints help information -n, --no-normalize Does not pad the video size with black borders to the fixed ratio of 16:9. -V, --version Prints version information -w, --window Selects a window to record.
OPTIONS:
-f, --ffmpeg-path