mirror of
https://github.com/mpv-player/mpv
synced 2025-01-26 09:33:30 +00:00
encoding-examples-profiles: fix N900 profile
In some cases (when using tune=animation as an additional option), the N900 profile caused use of 6 reference frames, where Level 3.0 only allows 5 reference frames. This prevented playback on the Nokia N900. This has been fixed by always specifying refs=5.
This commit is contained in:
parent
e4be357bce
commit
5d5c5e31e1
@ -157,7 +157,7 @@ ovcopts-add = maxrate=1500k,bufsize=1000k,rc_init_occupancy=900k,refs=1,profile=
|
||||
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
|
||||
ovcopts-add = profile=baseline,level=30
|
||||
ovcopts-add = profile=baseline,level=30,maxrate=10000k,bufsize=10000k,rc_init_occupancy=9000k,refs=5
|
||||
|
||||
[enc-to-nok-6300]
|
||||
profile-desc = "3GP for Nokia 6300"
|
||||
|
Loading…
Reference in New Issue
Block a user