X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/495f38d059629d773e7b0264fd4e8e2714b592d1..e691b17f2c134d1380f3c5d3dc25b3ec1ac9106f:/contrib/am7xxx-play-window.sh diff --git a/contrib/am7xxx-play-window.sh b/contrib/am7xxx-play-window.sh index 729a72e..dd8703d 100755 --- a/contrib/am7xxx-play-window.sh +++ b/contrib/am7xxx-play-window.sh @@ -2,7 +2,7 @@ # # am7xxx-play-window - show only a given window with am7xxx-play # -# Copyright (C) 2013 Antonio Ospite +# Copyright (C) 2013-2014 Antonio Ospite # # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it @@ -13,13 +13,13 @@ set -e DISPLAY=":0" - + WIN_INFO="$(xwininfo)" - + X=$(echo "$WIN_INFO" | sed -n -e "/^[[:space:]]*Absolute upper-left X:[[:space:]]*/s///p") Y=$(echo "$WIN_INFO" | sed -n -e "/^[[:space:]]*Absolute upper-left Y:[[:space:]]*/s///p") WIDTH=$(echo "$WIN_INFO" | sed -n -e "/^[[:space:]]*Width:[[:space:]]*/s///p") HEIGHT=$(echo "$WIN_INFO" | sed -n -e "/^[[:space:]]*Height:[[:space:]]*/s///p") - + set -x am7xxx-play -f x11grab -i "${DISPLAY}+${X},${Y}" -o video_size="${WIDTH}x${HEIGHT}"