[Qa-jenkins-scm] [jenkins.debian.net] 05/08: lvc: let's try 5 fps with avconv for lightening load
Holger Levsen
holger at layer-acht.org
Fri Jun 10 09:30:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 67ebfb43d4c95a915b1bdc24d6dd4429dfa1e380
Author: Philip Hands <phil at hands.com>
Date: Wed Jun 8 23:24:57 2016 +0200
lvc: let's try 5 fps with avconv for lightening load
---
cucumber/bin/run_test_suite | 2 +-
cucumber/features/support/hooks.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cucumber/bin/run_test_suite b/cucumber/bin/run_test_suite
index 7d175f3..1912844 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 &
}
diff --git a/cucumber/features/support/hooks.rb b/cucumber/features/support/hooks.rb
index b3bdece..684861f 100644
--- a/cucumber/features/support/hooks.rb
+++ b/cucumber/features/support/hooks.rb
@@ -182,7 +182,7 @@ Before('@product') do |scenario|
capture = IO.popen(['avconv',
'-f', 'x11grab',
'-s', '1024x768',
- '-r', '15',
+ '-r', '5',
'-i', "#{$config['DISPLAY']}.0",
'-an',
'-c:v', 'libx264',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list