Closed Mouadabdelghafouraitali closed 2 years ago
When rendering off screen, you should re create the filter and then add it, otherwise it will conflict with the filter being used in the screen
@uestccokey Thank you so much, that's exactly what I've done yesterday, I was just waiting for another solution, before closing this issue
Hi,
I'm trying to save a video with the user's selected filter, when I run the below code I got a really weird behavior :
The output : Original video :
1 - For some reason, the input video change resolution and become smaller in the
RenderView
2 - The video saved without any filter on it.
Thank you.