summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-12-01 18:35:06 +0100
committerRudolf Polzer <divverent@xonotic.org>2012-12-01 18:35:06 +0100
commitbb8e3dd0a285eb38884d915db339a697505b9a54 (patch)
treec50db542cb293853b770be426393c836c9980441 /etc
parente22f85ade207177c9ad68144d26e4a05a57569c4 (diff)
downloadmpv-bb8e3dd0a285eb38884d915db339a697505b9a54.tar.bz2
mpv-bb8e3dd0a285eb38884d915db339a697505b9a54.tar.xz
encoding-example-profiles: fix aac bitrate
Now the enc-to-iphone profiles no longer specify the aac bitrate explicitly (128k), but take over the default from enc-a-aac (96k).
Diffstat (limited to 'etc')
-rw-r--r--etc/encoding-example-profiles.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/encoding-example-profiles.conf b/etc/encoding-example-profiles.conf
index 9bbf23d733..bf31a8a056 100644
--- a/etc/encoding-example-profiles.conf
+++ b/etc/encoding-example-profiles.conf
@@ -177,7 +177,6 @@ profile = enc-f-mp4
oautofps = yes # iphone supports 30fps max
vf-add = scale=w=-2:h=320:noup=2 # half native screen res is probably best here, full res is no fun on tiny display anyway
ovcopts-add = maxrate=2500k,bufsize=1000k,rc_init_occupancy=900k,level=30,profile=baseline
-oacopts-add = b=128k
[enc-to-iphone-4]
profile-desc = "MP4 for iPhone 4 (960x640)"
@@ -185,4 +184,3 @@ profile = enc-f-mp4
oautofps = yes # iphone supports 30fps max
vf-add = scale=w=-2:h=640:noup=2 # native screen res
ovcopts-add = maxrate=2500k,bufsize=1000k,rc_init_occupancy=900k,level=30,profile=baseline
-oacopts-add = b=128k