summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 #