mirror of https://github.com/mpv-player/mpv
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.
This commit is contained in:
parent
5bb51de800
commit
e22f85ade2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue