From 0cbc75c0834a4ba93b67a79467b80324b06165f4 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 9 Jun 2013 15:37:28 +0200 Subject: 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. --- etc/encoding-example-profiles.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3