Replies: 3 comments 3 replies
-
Hi @JonnyBurger, I see it seems in Remotion, transparent Apple ProRes is the official overlays format suggested to export overlay videos from Remotion and reuse in other softwares. I wondered if it's also supported by default by Remotion or not? Is there any other format supported by Remotion (for example: transparent Apple ProRes)? In this case I can convert my greenscreen animations one time to Apple ProRes and then use them normally in Remotion without any video manipulation filter to speed up Rendering as well. |
Beta Was this translation helpful? Give feedback.
-
In case if it's interesting I created this GreenScreen component based on the doc example, I just made the video dimensions dynamic based on input video:
I think maybe it can be handy to have this as an official filter and a new prop for the official
I'm going to try this for my project with multiple GreenScreen videos and share my experience about performance here. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @JonnyBurger,
I have multiple greenscreen videos in my Remotion project, as I checked the documentation I should use something like this:
https://www.remotion.dev/docs/video-manipulation#greenscreen-example
It's OK but then I found this comparison between
<Video>
and<OffthreadVideo>
components and there was two points mentioned there as Cons for<Video>
component:Now I'm asking to know which one is a better way to use for GreenScreen effect if I have multiple videos? Should I use
<OffthreadVideo>
for my GreenScreen effect?Is there any easier and more performant way of using GreenScreen effect on Remotion?
Beta Was this translation helpful? Give feedback.
All reactions