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

--geometry does not work #23

Closed
Bilalh opened this issue Feb 3, 2013 · 2 comments
Closed

--geometry does not work #23

Bilalh opened this issue Feb 3, 2013 · 2 comments

Comments

@Bilalh
Copy link
Contributor

Bilalh commented Feb 3, 2013

https://github.com/mpv-player/mpv/blob/master/DOCS/man/en/changes.rst say that --geometry should be used but only -geometry seems to work

e.g
mpv --geometry 0%:100% video.mkv
gives the error
Cannot open file '0%:100%': No such file or directory Failed to open 0%:100%.

whereas mpv -geometry 0%:100% work correctly.

Also why geometry 0:0 measure from the bottom in mpv when it measures from the top in mplayer2

Using the brew to install mpv today

@pigoz
Copy link
Member

pigoz commented Feb 3, 2013

Use --geometry=0%:100% or -geometry 0%:100%. Have a close look at the number of - and the = :)

@pigoz pigoz closed this as completed Feb 3, 2013
@ghost
Copy link

ghost commented Feb 3, 2013

We'll probably fix this sooner or later. Most programs accept "--option value". Maybe changes.rst is unnecessarily confusing about this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants