Skip to content

Commit

Permalink
Don't print ffprobe stdout logs (#8153)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Oct 13, 2023
1 parent 34b315c commit 4c7ea01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frigate/record/maintainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ async def move_segment(
"+faststart",
file_path,
stderr=asyncio.subprocess.PIPE,
stdout=asyncio.subprocess.DEVNULL,
)
await p.wait()

Expand Down

0 comments on commit 4c7ea01

Please sign in to comment.