Revert "Update ffmpeg args with low risk improvements (#5519)" (#5715)

This reverts commit 52459bf348.
This commit is contained in:
Blake Blackshear
2023-03-14 08:25:27 -05:00
committed by GitHub
parent 4dc6c93cdb
commit 750bf0e79a
2 changed files with 4 additions and 11 deletions

View File

@@ -165,7 +165,7 @@ birdseye:
# More information about presets at https://docs.frigate.video/configuration/ffmpeg_presets
ffmpeg:
# Optional: global ffmpeg args (default: shown below)
global_args: -hide_banner -loglevel warning -threads 1
global_args: -hide_banner -loglevel warning
# Optional: global hwaccel args (default: shown below)
# NOTE: See hardware acceleration docs for your specific device
hwaccel_args: []
@@ -174,7 +174,7 @@ ffmpeg:
# Optional: global output args
output_args:
# Optional: output args for detect streams (default: shown below)
detect: -threads 1 -f rawvideo -pix_fmt yuv420p
detect: -f rawvideo -pix_fmt yuv420p
# Optional: output args for record streams (default: shown below)
record: preset-record-generic
# Optional: output args for rtmp streams (default: shown below)