summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-06-09 15:37:28 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-06-09 15:37:28 +0200
commit0cbc75c0834a4ba93b67a79467b80324b06165f4 (patch)
tree74ad6b13f0b921a3fcec74743ee740952c3600df /etc
parent4af59abbb416a365a98efca8875c0f0c1b0c872f (diff)
downloadmpv-0cbc75c0834a4ba93b67a79467b80324b06165f4.tar.bz2
mpv-0cbc75c0834a4ba93b67a79467b80324b06165f4.tar.xz
Option -omaxfps: limit fps when encoding
Lower-fps content is left alone (NOT aligned to this fps); higher fps content is decimated to this frame rate.
Diffstat (limited to 'etc')
-rw-r--r--etc/encoding-example-profiles.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/encoding-example-profiles.conf b/etc/encoding-example-profiles.conf
index 890cbc0067..7d67a3e4e4 100644
--- a/etc/encoding-example-profiles.conf
+++ b/etc/encoding-example-profiles.conf
@@ -153,6 +153,7 @@ profile = enc-f-mp4
vf-add = dsize=480:360:0:2,scale=w=0:h=0,dsize=-1:-1 # native screen res, letterbox
ovcopts-add = maxrate=1500k,bufsize=1000k,rc_init_occupancy=900k,refs=1,profile=baseline
vf-add=noformat=444p,noformat=444p9,noformat=444p10,noformat=422p,noformat=422p9,noformat=422p10
+omaxfps = 30
[enc-to-nok-n900]
profile-desc = "MP4 for Nokia N900"
@@ -160,6 +161,7 @@ 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
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
[enc-to-nok-6300]
profile-desc = "3GP for Nokia 6300"
@@ -186,18 +188,22 @@ profile = enc-f-mp4
oautofps = yes # iphone supports 30fps max
ovcopts-add = maxrate=2500k,bufsize=1000k,rc_init_occupancy=900k,level=30,profile=baseline
vf-add=noformat=444p,noformat=444p9,noformat=444p10,noformat=422p,noformat=422p9,noformat=422p10
+omaxfps = 30
[enc-to-iphone]
profile-desc = "MP4 for iPhone (480x320)"
profile = enc-to-iphone-noscale
vf-add = dsize=480:320:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
+omaxfps = 30
[enc-to-iphone-4]
profile-desc = "MP4 for iPhone 4 (960x640)"
profile = enc-to-iphone-noscale
vf-add = dsize=960:480:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
+omaxfps = 30
[enc-to-iphone-5]
profile-desc = "MP4 for iPhone 5 (1136x640)"
profile = enc-to-iphone-noscale
vf-add = dsize=1136:480:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
+omaxfps = 30