From c0e990e761365bcef68ce319fdd6833ef7165364 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 23 Jul 2010 15:09:56 +1000 Subject: [PATCH] Dramatically reduced bitrates for N97 There's no real noticeable difference in visual quality and it makes the playback smoother during high motion scenes. --- encode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.39.2