mpv player: fullscreen to specific monitor by commandline

Step-by-Step descriptions of how to do things.
Post Reply
User avatar
peter_b
Chatterbox
Posts: 371
Joined: Tue Nov 12, 2013 2:05 am

mpv player: fullscreen to specific monitor by commandline

Post by peter_b »

I want to playback a test-video on a specific (HDMI) output on a multi-monitor setup.

Here's what works as I intended it:

Code: Select all

mpv --config=no --screen=1 --fs dva_fidelity2-cut.mkv
Plays the given video fullscreen on my right monitor.
with "--screen=0", it plays on the left monitor.

Have fun!
Post Reply