From e56cedb3844ad2a0d8a5981c3a5df7c9c34771a6 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 2 Aug 2013 09:31:57 +0200 Subject: encoding-example-profiles: get rid of the N900 anti upscale hack. This slightly increases file size due to needless downscaling on the device due to aspect correction, but keeps quality as is and prevents encoding errors caused by odd height/width. --- etc/encoding-example-profiles.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/encoding-example-profiles.conf b/etc/encoding-example-profiles.conf index 7d67a3e4e4..c232bb8f25 100644 --- a/etc/encoding-example-profiles.conf +++ b/etc/encoding-example-profiles.conf @@ -158,7 +158,7 @@ omaxfps = 30 [enc-to-nok-n900] profile-desc = "MP4 for Nokia N900" profile = enc-f-mp4 -vf-add = dsize=800:480:0:2,scale=w=0:h=0:noup=1,scale=w=-1:h=-2:noup=1,scale=w=-2:h=-1:noup=1,dsize=-1:-1 # native screen res, letterbox +vf-add = dsize=800:480:0:2,scale=w=0:h=0:noup=1 # native screen res, letterbox ovcopts-add = profile=baseline,level=30,maxrate=10000k,bufsize=10000k,rc_init_occupancy=9000k,refs=5 vf-add=noformat=444p,noformat=444p9,noformat=444p10,noformat=422p,noformat=422p9,noformat=422p10 omaxfps = 30 -- cgit v1.2.3