From d763f573ed1b8e0652915d22e38da60bfa9a798c Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 29 Aug 2016 10:54:26 +0200 Subject: [PATCH] Recording Screen Within a specified zone --- EncondingTips.page | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 EncondingTips.page diff --git a/EncondingTips.page b/EncondingTips.page new file mode 100644 index 0000000..d6ad046 --- /dev/null +++ b/EncondingTips.page @@ -0,0 +1,9 @@ +# Recording Screen + +## Within a specified zone + +``` +avconv -threads auto -f pulse -i bluez_sink.0C_E0_E4_81_2F_C1.monitor -ac 2 -f pulse -i alsa_input.usb-BLUE_MICROPHONE_Blue_Snowball_201306-00-Snowball.analog-mono -ac 1 -f x11grab -show_region 1 -s 1024x768 -i :0.0+112,111 -c:v libvpx -pre:v libvpx-720p -vsync cfr -r 15 -c:a libvorbis -q:a 6 -filter_complex amix=inputs=2 output.webm +``` + +With sound from microphone and monitor of input. \ No newline at end of file