From: James Bunton Date: Fri, 23 Jul 2010 05:09:56 +0000 (+1000) Subject: Dramatically reduced bitrates for N97 X-Git-Url: https://code.delx.au/transcoding/commitdiff_plain/c0e990e761365bcef68ce319fdd6833ef7165364 Dramatically reduced bitrates for N97 There's no real noticeable difference in visual quality and it makes the playback smoother during high motion scenes. --- diff --git a/encode.py b/encode.py index 6e35071..1a58ce5 100755 --- a/encode.py +++ b/encode.py @@ -290,8 +290,8 @@ profiles = { Profile( commands=[Mencoder, MP4Box], default_opts={ - "vbitrate": 800, - "abitrate": 96, + "vbitrate": 256, + "abitrate": 64, }, vcodec="xvid", vopts="pass=%(vpass)d:bitrate=%(vbitrate)d:vhq=4:autoaspect:max_bframes=0",