[Bug]: pre_capture/post_capture not reflected in event clip.mp4 #16823
Unanswered
joakimberg
asked this question in
Report a Bug
Replies: 2 comments 2 replies
-
I have similar experience. This worked fine for me with I never tried to downgrade to confirm that the issue appeared with I am now using |
Beta Was this translation helpful? Give feedback.
0 replies
-
this is working as expected as the pre / post capture timing is not applied to the individual objects but instead the recordings that are kept. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
Describe the problem you are having
Somewhere between frigate 0.14 and 0.15 event clips stopped including pre_capture / post_capture seconds of the video.
When fetching an mp4-clip of an event (
/api/events/:event_id/clip.mp4
) the old expected behaviour was that the clip would start at (event_start - pre_capture) and end at (event_start + event_lenght + post_capture).The new behaviour when making a request for the clip of an event seem to be that it will start exactly from when the detection started to exactly when the detection ended. Since the detect and record streams are not 100% aligned (common issue) this makes the videos even worse (the default 5 second pre/post padding was useful for that).
I'm curious if something has changed or if I have misconfigured anything. A friend of mine is also running Frigate 15.0 and he's experiencing the exact same issue.
Steps to reproduce
/api/events/:event_id/clip.mp4
)Version
0.15.0-cea210d
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
Not relevant, get back to me in case you need it anyway.
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Debian
Install method
Docker Compose
Network connection
Wired
Camera make and model
All hikvision.
Screenshots of the Frigate UI's System metrics pages
Not relevant.
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions