summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx9
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 7f99d15b23..5c90fc4e3c 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2137,6 +2137,7 @@ DEF("spice", HAS_ARG, QEMU_OPTION_spice,
" [,jpeg-wan-compression=[auto|never|always]]\n"
" [,zlib-glz-wan-compression=[auto|never|always]]\n"
" [,streaming-video=[off|all|filter]][,disable-copy-paste=on|off]\n"
+ " [,video-codecs=[auto|<encoder>:<codec>[;<encoder2>:<codec2>]]\n"
" [,disable-agent-file-xfer=on|off][,agent-mouse=[on|off]]\n"
" [,playback-compression=[on|off]][,seamless-migration=[on|off]]\n"
" [,gl=[on|off]][,rendernode=<file>]\n"
@@ -2224,6 +2225,14 @@ SRST
``streaming-video=[off|all|filter]``
Configure video stream detection. Default is off.
+ ``video-codecs=[auto|<encoder>:<codec>[;<encoder2>:<codec2>]]``
+ Configure what video codecs to use. It is a semicolon separated list
+ of encoder/codec pairs to try, in preference order. An encoder type
+ of ``spice`` selects built-in codecs. An encoder of ``gstreamer``
+ indicates gstreamer. The codec is the type of encoder, e.g. mjpeg,
+ vp8, etc., where ``auto`` selects the default preference order.
+ Default is ``spice:mjpeg``.
+
``agent-mouse=[on|off]``
Enable/disable passing mouse events via vdagent. Default is on.