You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome work! I'm just trying to get this do take a timelapse...a simple one. Just a frame every 1 second. I set my framerate to 1, which worked fine. I then tried to put in a flag to increase the speed by 60 and cannot seem to get any kind of flag working. From my understanding a flag for something like this would look like:
{"-filter:v":"setpts=PTS/60"}
I'm sure there is something i'm missing her with this object based flag input.
The text was updated successfully, but these errors were encountered:
So looking closer at it tonight, and flags are supported, but only known flags. I would need to add something to the screen recorder lib, to know where the flag belongs, as ffmpeg has flags that need to be in certain positions.
Hey there!
Awesome work! I'm just trying to get this do take a timelapse...a simple one. Just a frame every 1 second. I set my framerate to 1, which worked fine. I then tried to put in a flag to increase the speed by 60 and cannot seem to get any kind of flag working. From my understanding a flag for something like this would look like:
{"-filter:v":"setpts=PTS/60"}
I'm sure there is something i'm missing her with this object based flag input.
The text was updated successfully, but these errors were encountered: