1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 13:47:39 +00:00
mpv/DOCS
wm4 f01744ac4e core: add --force-window
This commit adds the --force-window option, which will cause mpv always
to create a window when started. This can be useful when pretending that
mpv is a GUI application (which it isn't, but users pretend anyway), and
playing audio files would run mpv in the background without giving a
window to control it.

This doesn't actually create the window immediately: it only does so
only after initializing playback and when it is clear that there won't
be any actual video. This could be a problem when starting slow or
completely stuck network streams (mpv would remain frozen in the
background), or if video initialization somehow is stuck forever in
an in-between state (like when the decoder doesn't output a video
frame, but doesn't return an error either). Well, we can pretend only
so much that mpv is a GUI application.
2013-10-02 01:39:28 +02:00
..
man core: add --force-window 2013-10-02 01:39:28 +02:00
OUTDATED-tech
crosscompile-mingw.txt DOCS/crosscompile-mingw.txt: Update 2013-09-08 12:25:20 +02:00
edl.rst
encoding.rst
tech-overview.txt core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00