Is API timelapse export supposed to work? #22774
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Yes, API timelapse export is supposed to work. Your API call syntax looks correct - using However, there's a known issue that may be affecting you. When using hardware acceleration, users have encountered an A workaround that has helped some users is to explicitly set record:
export:
timelapse_args: "-vf setpts=0.04*PTS -r 30"The default timelapse args are designed to fit 24 hours of recording into 1 hour of playback (25x speed). You can adjust the If you're using hardware acceleration (which you are with Check your Frigate logs for any errors during the export process - the error may be occurring silently without preventing the export from completing (just falling back to realtime). 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
what version of Frigate are you using? |
Beta Was this translation helpful? Give feedback.

That has all been refactored in
devandtimelapse_argsis no longer even a config option.