Multithreaded Compositing #1870
Locked
SkelegonDK
started this conversation in
General
Replies: 1 comment
-
Please report this as a proper issue instead of using GitHub's Discussions feature, thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone have any experience using multithreaded processing on compositing multiple videoclips at once?
something like this:
tasks
composite[video, overlay],
composite[video, overlay],
composite[video, overlay],
composite[video, overlay]
then
concat[newvideo,newvideo,newvideo,newvideo]
Beta Was this translation helpful? Give feedback.
All reactions