]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Screencaster: dispatch without voffset
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 02:08:20 +0000 (00:08 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 02:08:20 +0000 (00:08 -0200)
screencaster

index 579c2eca32c8c44f3b92274f7a28761c5700940f..9718528e377e337f63a54c718b565964ee158432 100755 (executable)
@@ -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