From: Michal Sojka Date: Mon, 30 Nov 2009 00:30:41 +0000 (+0100) Subject: Do not gather original ffmpeg statistics X-Git-Tag: jsa-paper-casestudy~10^2~12 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/demo.git/commitdiff_plain/4122db0af730677dccb080d13a5ff34b84c5e7db Do not gather original ffmpeg statistics --- diff --git a/build/run-pipeline.sh b/build/run-pipeline.sh index 71c7995..93f5037 100755 --- a/build/run-pipeline.sh +++ b/build/run-pipeline.sh @@ -17,5 +17,5 @@ sleep 0.5 scp sdp$NUM.txt glab:frescor/demo/build ssh -t glab "cd frescor/demo/build; ./_compiled/bin/recorder -i sdp$NUM.txt -y -vframes 500 stream$NUM.mp4" 2>&1 \ -| perl -ne '$result=$_ if m/interframe interval/; $stat=$_ if m/^frame/; - END { open FILE, ">", "result-rec-$ENV{q{NUM}}"; print FILE "$result\n$stat"; }' +| perl -ne '$result=$_ if m/interframe interval/; + END { open FILE, ">", "result-rec-$ENV{q{NUM}}"; print FILE "$result\n"; }'