Reduce default recording time from 10 minutes to 5 minutes

This commit is contained in:
Fierelier 2021-08-27 05:25:10 +02:00
parent f976e6e7e5
commit 8171f3c9b9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ segmentTime=30
# Segment amount
# How many segments should be recorded at maximum. If you want a recording that is 10 minutes at least, and your segment time is 30, you want to set 21 -- 21 * 30 seconds = 630 seconds at maximum, 600 seconds at minimum
segmentCount=21
segmentCount=11
# Output options, formatted in json
output=["-c:v","libx264","-pix_fmt","yuv420p","-preset","ultrafast","-c:a","aac","-b:a","128k","-bufsize","20M","-maxrate","10M","-f","mpegts","-f","segment","-segment_time","$CONF:DEFAULT/segmentTime$","-segment_wrap","$CONF:DEFAULT/segmentCount$","-segment_list","$CONF:DEFAULT/temp$/segments.ffcat","-segment_list_type","ffconcat","-segment_list_size","$CONF:DEFAULT/segmentCount$","$CONF:DEFAULT/temp$/seg%d.ts"]