Page 1 of 1

mpv player: fullscreen to specific monitor by commandline

Posted: Thu Oct 19, 2023 9:57 pm
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!