From 2b7bc2dfc9265861bf0d05caf8c1f99ab09a4f1f Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Thu, 24 Apr 2014 17:56:26 +0200 Subject: options: rename audio-related options/properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- etc/encoding-profiles.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc') 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] -- cgit v1.2.3