From e22f85ade207177c9ad68144d26e4a05a57569c4 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 1 Dec 2012 17:16:51 +0100 Subject: 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. --- etc/encoding-example-profiles.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') 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" -- cgit v1.2.3