summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-25 18:57:48 +0200
committerwm4 <wm4@nowhere>2017-06-25 19:02:24 +0200
commitd8ad8ae0159c0d64e029d9c6f4f42fa6564e405c (patch)
treee0166aa4fbc396a9a71d17526d5b09ef33c28b19
parent7293d9cf85508e9bf732152d51b5e9bc203f7fe6 (diff)
downloadmpv-d8ad8ae0159c0d64e029d9c6f4f42fa6564e405c.tar.bz2
mpv-d8ad8ae0159c0d64e029d9c6f4f42fa6564e405c.tar.xz
etc/encoding-profiles.conf: use new option syntax
This is only for the comments, but since the old syntax is "discouraged" (and might change semantics one day), we should use the new syntax in all documentation-like things.
-rw-r--r--etc/encoding-profiles.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/encoding-profiles.conf b/etc/encoding-profiles.conf
index 6212848d1b..d84e9887a0 100644
--- a/etc/encoding-profiles.conf
+++ b/etc/encoding-profiles.conf
@@ -12,7 +12,7 @@
# will be loaded instead.
#
# Then, list all profiles by
-# mpv -profile help -o - | grep enc-
+# mpv --profile=help | grep enc-
#
# The following kinds of encoding profiles exist:
# enc-a-*: initialize an audio codec including good defaults
@@ -27,12 +27,12 @@
# options, or even switch to another codec.
#
# You can view the exact options a profile sets by
-# mpv -show-profile enc-to-hp-slate-7
+# mpv --show-profile=enc-to-hp-slate-7
#
# Examples:
-# mpv -profile enc-to-dvdpal -o outfile.mpg infile.mkv
-# mpv -profile enc-f-avi -ofps 30 -o outfile.avi infile.mkv
-# mpv -profile enc-v-mpeg4 -ovcopts-add qscale=7 -profile enc-a-mp3 -oacopts-add b=320k -o outfile.avi infile.mkv
+# mpv --profile=enc-to-dvdpal --o=outfile.mpg infile.mkv
+# mpv --profile=enc-f-avi --ofps=30 --o=outfile.avi infile.mkv
+# mpv --profile=enc-v-mpeg4 --ovcopts-add=qscale=7 --profile=enc-a-mp3 --oacopts-add=b=320k --o=outfile.avi infile.mkv
################
# audio codecs #