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
There are two different concepts for positioning in PGS. A composition defines a simple x, y coordinate to render, but also a window - a rectangle with x, y, width and height.
Currently this lib uses the window position, however FFmpeg uses the composition position.
I guess the composition position always lays in the window rect, but is just more precise. So I should change it to match the FFmpeg position and check how it works. I will still use the full window for clearing.
The text was updated successfully, but these errors were encountered:
There are two different concepts for positioning in PGS. A composition defines a simple x, y coordinate to render, but also a window - a rectangle with x, y, width and height.
Currently this lib uses the window position, however FFmpeg uses the composition position.
I guess the composition position always lays in the window rect, but is just more precise. So I should change it to match the FFmpeg position and check how it works. I will still use the full window for clearing.
The text was updated successfully, but these errors were encountered: