summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-02-01 22:35:05 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-02-01 22:35:05 +0100
commit6e4a45476f72ad211dccfa6eb8b7657322846953 (patch)
treeff00313b13ecc84e16481d9445a339435fc627f6 /DOCS
parent4a2e4b684a6f0a20578c73b76b8a2f300610acae (diff)
downloadmpv-6e4a45476f72ad211dccfa6eb8b7657322846953.tar.bz2
mpv-6e4a45476f72ad211dccfa6eb8b7657322846953.tar.xz
DOCS: update encoding profiles installation instructions
Simply removed the assumption that the user is using `mpv-build`. Now provide 3 lines of shell that can be copy-pasted by the user for instant gratification (and independent from $PWD).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/encoding.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/encoding.rst b/DOCS/encoding.rst
index bc301cfea7..23a89d3163 100644
--- a/DOCS/encoding.rst
+++ b/DOCS/encoding.rst
@@ -90,10 +90,12 @@ As the options for various devices can get complex, profiles can be used.
An example profile file for encoding is provided in
etc/encoding-example-profiles.conf in the source tree. You can include it into
-your configuration by doing, from the mpv-build directory::
+your configuration by doing::
mkdir -p ~/.mpv
- echo "include = $PWD/mpv/etc/encoding-example-profiles.conf" >> ~/.mpv/config
+ curl https://raw.github.com/mpv-player/mpv/master/etc/encoding-example-profiles.conf \
+ > ~/.mpv/encoding-profiles.conf
+ echo "include = $HOME/.mpv/encoding-profiles.conf" >> ~/.mpv/config
Refer to the top of that file for more comments - in a nutshell, the following
options are added by it::