-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TrackItem with ImageResource does not work in Timeline overlays #65
Comments
For the questionIf
Better way to add overlay image
Another way, see the demo code Cabbage/Cabbage/ViewController.swift Lines 79 to 129 in 8fa17a1
simplest and better way to add overlay image
|
Thanks for the explanation. The users of my app can embed multiple video and image overlays on a given video background. These embeds might be temporally and spatially overlapping with each other. My simple approach adding the TrackItems to the overlays array works great if the embeds are videos. That's why I was confused when it didn't work with images. For now I'll try the empty track item approach but I'd be happy to send a PR to make this possible with TrackItems with ImageResources as well, if you think that's possible. |
Hello there,
I'm new to Cabbage and I'm struggling to figure out how to overlay image content on top of another video. Overlaying video on top another video works fine.
Here's what I'm trying to do:
The video gets exported but does not contain the image overlay. I'd appreciate any help. Thanks!
The text was updated successfully, but these errors were encountered: