summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-08-02 09:31:57 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-08-02 09:31:57 +0200
commite56cedb3844ad2a0d8a5981c3a5df7c9c34771a6 (patch)
treecd597953322b8ecf567959f7a95b98ed32c37d1e /etc
parent0bd09da5702a27bf1604dc19ea29a972271f774d (diff)
downloadmpv-e56cedb3844ad2a0d8a5981c3a5df7c9c34771a6.tar.bz2
mpv-e56cedb3844ad2a0d8a5981c3a5df7c9c34771a6.tar.xz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/encoding-example-profiles.conf2
1 files changed, 1 insertions, 1 deletions
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