keplerlab / katna

Tool for automating common video key-frame extraction, video compression and Image Auto-crop/Image-resize tasks
https://katna.readthedocs.io/
MIT License
313 stars 59 forks source link

how to make it run in multiprocess #6

Closed kakaxi679 closed 3 years ago

kakaxi679 commented 3 years ago

as the doc has say, video must create in main. i have a project, which need to use video extract function, but there are other processes. how can i pass video object to other processes since it's contain pool. thanks for answering.

kakaxi679 commented 3 years ago

i set daemon true in process, just not set it and it works ok