Skip to content
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

vo: add --video-recenter #15320

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 16, 2024

  1. vo: add --video-recenter

    This resets --video-align-x and --video-align-y to 0 when the video
    becomes smaller than the OSD in the respective direction, e.g. by
    zooming out.
    
    Unlike doing this by observing osd-dimensions in a script, this is done
    before rerendering, so you don't see the image being rendered uncentered
    for an instant after zooming out, before being rerendered centered.
    
    Defaults to yes.
    guidocella committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    62dd0a5 View commit details
    Browse the repository at this point in the history