mirror of https://github.com/mpv-player/mpv
encoding-example-profiles: typo fixes
The iPhone profiles recursively included themselves. Wonder why it even worked somewhat...
This commit is contained in:
parent
3c9b464a73
commit
5bcd52178e
|
@ -179,15 +179,15 @@ ovcopts-add = maxrate=2500k,bufsize=1000k,rc_init_occupancy=900k,level=30,profil
|
||||||
|
|
||||||
[enc-to-iphone]
|
[enc-to-iphone]
|
||||||
profile-desc = "MP4 for iPhone (480x320)"
|
profile-desc = "MP4 for iPhone (480x320)"
|
||||||
profile = enc-to-iphone
|
profile = enc-to-iphone-noscale
|
||||||
vf-add = dsize=480:320:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
|
vf-add = dsize=480:320:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
|
||||||
|
|
||||||
[enc-to-iphone-4]
|
[enc-to-iphone-4]
|
||||||
profile-desc = "MP4 for iPhone 4 (960x640)"
|
profile-desc = "MP4 for iPhone 4 (960x640)"
|
||||||
profile = enc-to-iphone
|
profile = enc-to-iphone-noscale
|
||||||
vf-add = dsize=960:480:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
|
vf-add = dsize=960:480:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
|
||||||
|
|
||||||
[enc-to-iphone-5]
|
[enc-to-iphone-5]
|
||||||
profile-desc = "MP4 for iPhone 5 (1136x640)"
|
profile-desc = "MP4 for iPhone 5 (1136x640)"
|
||||||
profile = enc-to-iphone
|
profile = enc-to-iphone-noscale
|
||||||
vf-add = dsize=1136:480:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
|
vf-add = dsize=1136:480:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
|
||||||
|
|
Loading…
Reference in New Issue