Skip to content

Commit

Permalink
DOCS/mpv: update ancient profiles config example
Browse files Browse the repository at this point in the history
Hopefully actually useful now. Also updates big-cache to not be smaller
than the current default.
  • Loading branch information
llyyr authored and sfan5 committed Feb 20, 2024
1 parent f9197e0 commit 362959a
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions DOCS/man/mpv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -711,22 +711,24 @@ or at runtime with the ``apply-profile <name>`` command.
# a profile that can be enabled with --profile=big-cache
[big-cache]
cache=yes
demuxer-max-bytes=123400KiB
demuxer-max-bytes=512MiB
demuxer-readahead-secs=20

[slow]
profile-desc="some profile name"
# reference a builtin profile
profile=high-quality
[network]
profile-desc="profile for content over network"
force-window=immediate
# you can also include other profiles
profile=big-cache

[fast]
vo=vdpau
[reduce-judder]
video-sync=display-resample
interpolation=yes

# using a profile again extends it
[slow]
framedrop=no
# you can also include other profiles
profile=big-cache
[network]
demuxer-max-back-bytes=512MiB
# reference a builtin profile
profile=fast

Runtime profiles
----------------
Expand Down

0 comments on commit 362959a

Please sign in to comment.