Replies: 1 comment 1 reply
-
Shotcut and Kdenlive save to MLT XML. You should use those to learn and prototype.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to articulate a script that automates some PDF slides to video overlaying a video on top of the slide. (I assume it's not that complicated) the setup is one video per slide.
Right now it works perfectly without "green screen videos" filtering, but when I try to do a chroma key filter, It seems that it's not getting it.
I've looked through the documentation, and haven't found a concert answer, my suspicion is that I might be consuming incorrectly the filters, but I've tried several combinations of orderings and where applying them, with no result. Either the chrome key is not being applied or the video is not being or I get wildly different (than expected result)
In the following code snippet, I show how I'm producing the video for a given slide.
I have an image and a video (with known duration in frames), I take a chroma key filter and a composite filter.
Am I doing something wrong here?
Any help or guidance would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions