Skip to content

Commit

Permalink
encoding-example-profiles: get rid of the N900 anti upscale hack.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
divVerent committed Aug 2, 2013
1 parent 0bd09da commit e56cedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/encoding-example-profiles.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e56cedb

Please sign in to comment.