You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use --vpp-pad to add a black bar to my 1920x800 videos to make them 1920x1080. But I also use --vpp-overlay to add a logo to my movies. The problem is that the logo is not in the position I want because the logo is added first and then the black bar is added. If there is a sorting priority between filters, how can I implement it. Can I add the black bar first and then apply the other filters according to the new resolution?
The text was updated successfully, but these errors were encountered:
I use
--vpp-pad
to add a black bar to my1920x800
videos to make them1920x1080
. But I also use--vpp-overlay
to add a logo to my movies. The problem is that the logo is not in the position I want because the logo is added first and then the black bar is added. If there is a sorting priority between filters, how can I implement it. Can I add the black bar first and then apply the other filters according to the new resolution?The text was updated successfully, but these errors were encountered: