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).
This commit is contained in:
Rudolf Polzer 2012-12-01 18:35:06 +01:00
parent e22f85ade2
commit bb8e3dd0a2
1 changed files with 0 additions and 2 deletions

View File

@ -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