From: Silvio Rhatto Date: Mon, 23 Nov 2015 02:08:20 +0000 (-0200) Subject: Screencaster: dispatch without voffset X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1063654bf505db12fca5f984a35c5b0f08101a71;p=utils-x11.git Screencaster: dispatch without voffset --- diff --git a/screencaster b/screencaster index 579c2ec..9718528 100755 --- a/screencaster +++ b/screencaster @@ -15,5 +15,8 @@ if [ -z "$OUT" ]; then exit 1 fi +# Dispatch with vertical offset +#ffmpeg -f x11grab -r 25 -s 1366x752 -i :0.0+0,16 -vcodec libx264 -vpre lossless_ultrafast -threads 0 $OUT + # Dispatch -ffmpeg -f x11grab -r 25 -s 1366x752 -i :0.0+0,16 -vcodec libx264 -vpre lossless_ultrafast -threads 0 $OUT +ffmpeg -f x11grab -r 25 -s 1366x752 -i :0.0 -vcodec libx264 -vpre lossless_ultrafast -threads 0 $OUT