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
I'm not sure if I follow. You don't mean async as in await ... using asyncio, or do are you?
Your code example feels more like it will do the work in the background in a thread or something. This is out of scope of this library, because it represents a very specific use-cases, and one that can be implemented on top of imageio_ffmpeg.
I'm not sure if I follow. You don't mean async as in await ... using asyncio, or do are you?
Your code example feels more like it will do the work in the background in a thread or something. This is out of scope of this library, because it represents a very specific use-cases, and one that can be implemented on top of imageio_ffmpeg.
yes
objective
create video continously
from rtsp camera
with duration that defined
in segment_time parameter
nice to support async ?
the ffmpeg parameter can be run using another python ffmpeg module
e.g. module
e.g. code
to stop async
stream.terminate()
best regards
The text was updated successfully, but these errors were encountered: