mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
DOCS: update notes about new profiles
This commit is contained in:
parent
c172a650c4
commit
fe868988a1
@ -716,7 +716,7 @@ or at runtime with the ``apply-profile <name>`` command.
|
||||
[slow]
|
||||
profile-desc="some profile name"
|
||||
# reference a builtin profile
|
||||
profile=gpu-hq
|
||||
profile=high-quality
|
||||
|
||||
[fast]
|
||||
vo=vdpau
|
||||
|
@ -28,10 +28,11 @@ Available video output drivers are:
|
||||
|
||||
See `GPU renderer options`_ for options specific to this VO.
|
||||
|
||||
By default, it tries to use fast and fail-safe settings. Use the
|
||||
``gpu-hq`` profile to use this driver with defaults set to high quality
|
||||
rendering. The profile can be applied with ``--profile=gpu-hq`` and its
|
||||
contents can be viewed with ``--show-profile=gpu-hq``.
|
||||
By default, mpv utilizes settings that balance quality and performance.
|
||||
Additionally, two predefined profiles are available: ``fast`` for maximum
|
||||
performance and ``high-quality`` for superior rendering quality. You can
|
||||
apply a specific profile using the ``--profile=<name>`` option and inspect
|
||||
its contents using ``--show-profile=<name>``.
|
||||
|
||||
This VO abstracts over several possible graphics APIs and windowing
|
||||
contexts, which can be influenced using the ``--gpu-api`` and
|
||||
|
11
etc/mpv.conf
11
etc/mpv.conf
@ -52,9 +52,14 @@
|
||||
# Keep the player window on top of all other windows.
|
||||
#ontop=yes
|
||||
|
||||
# Specify high quality video rendering preset (for --vo=gpu only)
|
||||
# Can cause performance problems with some drivers and GPUs.
|
||||
#profile=gpu-hq
|
||||
# Specify fast video rendering preset (for --vo=<gpu|gpu-next> only)
|
||||
# Recommended for mobile devices or older hardware with limited processing power
|
||||
#profile=fast
|
||||
|
||||
# Specify high quality video rendering preset (for --vo=<gpu|gpu-next> only)
|
||||
# Offers superior image fidelity and visual quality for an enhanced viewing
|
||||
# experience on capable hardware
|
||||
#profile=high-quality
|
||||
|
||||
# Force video to lock on the display's refresh rate, and change video and audio
|
||||
# speed to some degree to ensure synchronous playback - can cause problems
|
||||
|
Loading…
Reference in New Issue
Block a user