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
Thanks for reporting this.
At the moment this is not possible, because stdin argument value for ffmpeg subprocess is hard-coded. I think it should be fairly easy to allow the caller to specify stdin value, and then you should be able to use e.g. named pipes to achieve what you need. I'll see what I can do to fix this.
Would it be possible to pipe subsequent frames to the subprocess? I would like to do something like this:
I think this is related to #13.
The text was updated successfully, but these errors were encountered: