From d8ad8ae0159c0d64e029d9c6f4f42fa6564e405c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 25 Jun 2017 18:57:48 +0200 Subject: 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. --- etc/encoding-profiles.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc') 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 # -- cgit v1.2.3