Skip to content

Commit

Permalink
timeout is specified in ųs
Browse files Browse the repository at this point in the history
And 3ms is an insanely short time. 3s would be more reasonable.
  • Loading branch information
stefanor committed Jul 21, 2019
1 parent 49a3f71 commit cf8fefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion record-timestamp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ffmpeg \
-nostdin -y \
-analyzeduration 10000 \
-thread_queue_size 512 \
-i tcp://localhost:11000?timeout=3000 \
-i tcp://localhost:11000?timeout=3000000 \
-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 \
-map 0:a -c:a mp2 -b:a 384k -ac:a 2 -ar:a 48000 \
Expand Down

0 comments on commit cf8fefb

Please sign in to comment.