From 44d0416ef35af72522fc67d995ee90483ee2fefc Mon Sep 17 00:00:00 2001 From: Carl Karsten Date: Wed, 5 Jun 2019 19:58:10 -0500 Subject: [PATCH] re-enable Print encoding progress/statistics. to apease monitor-stdout. --- record-timestamp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/record-timestamp.sh b/record-timestamp.sh index 95df634..78809cc 100755 --- a/record-timestamp.sh +++ b/record-timestamp.sh @@ -28,9 +28,9 @@ segment_time=1800 # 30 min mkdir -p $dest_dir/$(date +%Y-%m-%d) ffmpeg \ - -nostdin \ - -nostats -y -analyzeduration 10000 \ - -thread_queue_size 512 + -nostdin -y \ + -analyzeduration 10000 \ + -thread_queue_size 512 \ -i tcp://localhost:11000?timeout=3000 \ -aspect 16:9 \ -map 0:v -c:v:0 mpeg2video -pix_fmt:v:0 yuv420p -qscale:v:0 4 -qmin:v:0 4 -qmax:v:0 4 -keyint_min:v:0 5 -bf:v:0 0 -g:v:0 5 -me_method:v:0 dia \