Skip to content

Commit

Permalink
Remove ffmpeg banner (blakeblackshear#6600)
Browse files Browse the repository at this point in the history
* Hide banner in maintainer

* Hide banner in event download
  • Loading branch information
NickM-27 committed Jun 1, 2023
1 parent ae0aba4 commit 62f36b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frigate/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,7 @@ def recording_clip(camera_name, start_ts, end_ts):
if not os.path.exists(path):
ffmpeg_cmd = [
"ffmpeg",
"-hide_banner",
"-y",
"-protocol_whitelist",
"pipe,file",
Expand Down
1 change: 1 addition & 0 deletions frigate/record/maintainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ def store_segment(
# add faststart to kept segments to improve metadata reading
ffmpeg_cmd = [
"ffmpeg",
"-hide_banner",
"-y",
"-i",
cache_path,
Expand Down

0 comments on commit 62f36b2

Please sign in to comment.