Skip to content

Expose thread_type and nb_threads in filter graph#2211

Open
lgeiger wants to merge 1 commit intoPyAV-Org:mainfrom
lgeiger:filtergraph-threading
Open

Expose thread_type and nb_threads in filter graph#2211
lgeiger wants to merge 1 commit intoPyAV-Org:mainfrom
lgeiger:filtergraph-threading

Conversation

@lgeiger
Copy link
Contributor

@lgeiger lgeiger commented Mar 23, 2026

This PR exposes AVFilterGraph.nb_threads and AVFilterGraph.thread_type similar to what's currently done in the codec context.

@WyattBlue
Copy link
Member

TheadType is too low level to be worth exposing. nb_threads should just be threads in Python land. nb is not a well known convention there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants