diff options
author | Martin Herkt <lachs0r@srsfckn.biz> | 2014-04-24 17:56:26 +0200 |
---|---|---|
committer | Martin Herkt <lachs0r@srsfckn.biz> | 2014-05-04 02:46:11 +0200 |
commit | 2b7bc2dfc9265861bf0d05caf8c1f99ab09a4f1f (patch) | |
tree | f1000855d5576a23a545510283a696598124cd17 /etc | |
parent | 8d7d6caeaf7901cd63596d17efbde3133699fcdf (diff) | |
download | mpv-2b7bc2dfc9265861bf0d05caf8c1f99ab09a4f1f.tar.bz2 mpv-2b7bc2dfc9265861bf0d05caf8c1f99ab09a4f1f.tar.xz |
options: rename audio-related options/properties
Renamed options:
--audiofile → --audio-file
--audiofile-cache → --audio-file-cache
--channels → --audio-channels
--format → --audio-format
--srate → --audio-samplerate
Renamed properties:
samplerate → audio-samplerate
channels → audio-channels
Diffstat (limited to 'etc')
-rw-r--r-- | etc/encoding-profiles.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/encoding-profiles.conf b/etc/encoding-profiles.conf index dfa1dc4871..132110bbbc 100644 --- a/etc/encoding-profiles.conf +++ b/etc/encoding-profiles.conf @@ -134,7 +134,7 @@ ofopts-add = packetsize=2048,muxrate=10080000 ofps = 25 oharddup = yes ovfirst = yes # dvdauthor needs this -srate = 48000 +audio-samplerate = 48000 ovcopts-add = g=15,b=6000000,maxrate=9000000,minrate=0,bufsize=1835008 [enc-to-dvdntsc] @@ -146,7 +146,7 @@ ofopts-add = packetsize=2048,muxrate=10080000 ofps = 24000/1001 oharddup = yes ovfirst = yes # dvdauthor needs this -srate = 48000 +audio-samplerate = 48000 ovcopts-add = g=18,b=6000000,maxrate=9000000,minrate=0,bufsize=1835008 [enc-to-bb-9000] @@ -169,8 +169,8 @@ profile-desc = "3GP for Nokia 6300" profile = enc-f-3gp ofps = 25 vf-add = scale=w=176:h=144 -srate = 16000 -channels = 1 +audio-samplerate = 16000 +audio-channels = 1 oacopts-add = b=32k [enc-to-psp] @@ -178,8 +178,8 @@ profile-desc = "MP4 for PlayStation Portable" profile = enc-f-mp4 ofps = 30000/1001 vf-add = scale=w=480:h=272,dsize=480:270 -srate = 48000 -channels = 2 +audio-samplerate = 48000 +audio-channels = 2 ovcopts-add = b=512k,profile=baseline [enc-to-iphone-noscale] |