summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-12-01 17:16:51 +0100
committerRudolf Polzer <divverent@xonotic.org>2012-12-01 17:16:51 +0100
commite22f85ade207177c9ad68144d26e4a05a57569c4 (patch)
treeeb81b5f0e5a33bac1399b417b7fcbed151b6d5b4 /etc
parent5bb51de800f85424dff0e069ddc2bfd9c757f909 (diff)
downloadmpv-e22f85ade207177c9ad68144d26e4a05a57569c4.tar.bz2
mpv-e22f85ade207177c9ad68144d26e4a05a57569c4.tar.xz
encoding-example-profiles: use 96kbps aac
Previously it used 128kbps libfaac by default, but now that we have libfdk_aac, we can default to 96kbps at better quality than before.
Diffstat (limited to 'etc')
-rw-r--r--etc/encoding-example-profiles.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/encoding-example-profiles.conf b/etc/encoding-example-profiles.conf
index e2f86cfe99..9bbf23d733 100644
--- a/etc/encoding-example-profiles.conf
+++ b/etc/encoding-example-profiles.conf
@@ -39,7 +39,7 @@
[enc-a-aac]
profile-desc = "AAC (libfaac or FFmpeg)"
oac = libfdk_aac,libfaac,libvo_aacenc,aac
-oacopts = b=128k
+oacopts = b=96k
[enc-a-ac3]
profile-desc = "AC3 (FFmpeg)"
@@ -152,7 +152,6 @@ profile-desc = "MP4 for Blackberry Bold 9000"
profile = enc-f-mp4
vf-add = scale=w=480:h=-2:noup=2,scale=h=-2 # second scaler serves to fix aspect ratio in case "noup" of the first scaler has hit
ovcopts-add = maxrate=1500k,bufsize=1000k,rc_init_occupancy=900k,refs=1,profile=baseline
-oacopts-add = b=96k
[enc-to-nok-6300]
profile-desc = "3GP for Nokia 6300"