Question about geometry #16415
Unanswered
jimmy-1000
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. If I use mpv --geometry=100%:100% video1.mp4, the video is correctly positioned in the lower right corner.
However, this only works for the first video. If I use mpv --geometry=100%:100% video1.mp4 video2.mp4, the second video is not positioned correctly unless it has the exact same resolution as the first video, or mpv --geometry=100%:100% C:\Users\user\Documents\Videos doesn't work for the rest of the videos if they don't have the same resolution as the first video.
Is there a way to make this command apply to all videos in a sequence?
Beta Was this translation helpful? Give feedback.
All reactions