Adjusted stream encoding and size for driveway
This commit is contained in:
parent
81900c756b
commit
1a37d48fb0
|
@ -20,7 +20,7 @@ cameras:
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
- record
|
- record
|
||||||
hwaccel_args: preset-intel-qsv-h264 # Use Intel QSV hardware acceleration for H264
|
hwaccel_args: preset-intel-qsv-h264 # Use Intel QSV hardware acceleration for H.264
|
||||||
output_args:
|
output_args:
|
||||||
record: preset-record-generic-audio-aac # Record with aac audio
|
record: preset-record-generic-audio-aac # Record with aac audio
|
||||||
detect:
|
detect:
|
||||||
|
@ -35,7 +35,7 @@ cameras:
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
- record
|
- record
|
||||||
hwaccel_args: preset-intel-qsv-h264 # Use Intel QSV hardware acceleration for H264
|
hwaccel_args: preset-intel-qsv-h264 # Use Intel QSV hardware acceleration for H.264
|
||||||
output_args:
|
output_args:
|
||||||
record: preset-record-generic-audio-aac # Record with aac audio
|
record: preset-record-generic-audio-aac # Record with aac audio
|
||||||
detect:
|
detect:
|
||||||
|
@ -54,16 +54,17 @@ cameras:
|
||||||
enabled: true
|
enabled: true
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: 'rtsp://{FRIGATE_DRIVEWAY_RTSP_USERNAME}:{FRIGATE_DRIVEWAY_RTSP_PASSWORD}@192.168.0.148:5543/live/channel0'
|
- path: 'rtsp://{FRIGATE_DRIVEWAY_RTSP_USERNAME}:{FRIGATE_DRIVEWAY_RTSP_PASSWORD}@192.168.0.148:5543/live/channel1'
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
- record
|
- record
|
||||||
|
hwaccel_args: preset-intel-qsv-h264 # Use Intel QSV hardware acceleration for H.264
|
||||||
output_args:
|
output_args:
|
||||||
record: preset-record-generic-audio-aac # Record with aac audio
|
record: preset-record-generic-audio-aac # Record with aac audio
|
||||||
detect:
|
detect:
|
||||||
enabled: true
|
enabled: true
|
||||||
width: 2560
|
width: 640
|
||||||
height: 1440
|
height: 360
|
||||||
back_door:
|
back_door:
|
||||||
enabled: true
|
enabled: true
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
|
@ -72,7 +73,7 @@ cameras:
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
- record
|
- record
|
||||||
hwaccel_args: preset-intel-qsv-h264 # Use Intel QSV hardware acceleration for H264
|
hwaccel_args: preset-intel-qsv-h264 # Use Intel QSV hardware acceleration for H.264
|
||||||
output_args:
|
output_args:
|
||||||
record: preset-record-generic-audio-aac # Record with aac audio
|
record: preset-record-generic-audio-aac # Record with aac audio
|
||||||
detect:
|
detect:
|
||||||
|
|
Loading…
Reference in New Issue