diff options
author | Philip Hands <phil@hands.com> | 2016-06-08 23:24:57 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-10 11:22:01 +0200 |
commit | 67ebfb43d4c95a915b1bdc24d6dd4429dfa1e380 (patch) | |
tree | c32e5127856711f3291194e865e085cdd1941a6c /cucumber/bin | |
parent | 9e0ceb21fb7643f74a3b8ee35cd3dcfc4efa7120 (diff) | |
download | jenkins.debian.net-67ebfb43d4c95a915b1bdc24d6dd4429dfa1e380.tar.xz |
lvc: let's try 5 fps with avconv for lightening load
Diffstat (limited to 'cucumber/bin')
-rwxr-xr-x | cucumber/bin/run_test_suite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/bin/run_test_suite b/cucumber/bin/run_test_suite index 7d175f35..19128445 100755 --- a/cucumber/bin/run_test_suite +++ b/cucumber/bin/run_test_suite @@ -166,7 +166,7 @@ start_vnc_viewer() { capture_session() { check_dependencies libvpx1 echo "Capturing guest display into ${CAPTURE_FILE}" - avconv -f x11grab -s 1024x768 -r 15 -i ${TARGET_DISPLAY}.0 -an \ + avconv -f x11grab -s 1024x768 -r 5 -i ${TARGET_DISPLAY}.0 -an \ -vcodec libvpx -y "${CAPTURE_FILE}" >/dev/null 2>&1 & } |