From 4122db0af730677dccb080d13a5ff34b84c5e7db Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 30 Nov 2009 01:30:41 +0100 Subject: [PATCH] Do not gather original ffmpeg statistics --- build/run-pipeline.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }' -- 2.39.2