Skip to content

Commit

Permalink
re-enable Print encoding progress/statistics. to apease monitor-stdout.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Jun 6, 2019
1 parent 8a70888 commit 44d0416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions record-timestamp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 44d0416

Please sign in to comment.