Fix style of the HP Slate 7 vf-add line.

This commit is contained in:
Rudolf Polzer 2013-10-30 10:36:06 +01:00
parent f19f4a36bc
commit 7ac88cb05b
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ profile = enc-f-mp4
omaxfps = 30 omaxfps = 30
ovcopts-add = profile=high ovcopts-add = profile=high
# DW = 1024, DH = 600, DAR = 97:54 (=> SAR = 2425:2304) # DW = 1024, DH = 600, DAR = 97:54 (=> SAR = 2425:2304)
vf-add = lavfi=graph="scale=2*floor(0.5+0.5*min(1024*min(1\,dar*54/97)\,in_w*max(1\,sar*2304/2425))):2*floor(0.5+0.5*min(600*min(97/54/dar\,1)\,in_h*max(2425/2304/sar\,1))),setsar=1" vf-add = lavfi=graph="scale=floor(min(1024*min(1\,dar*54/97)\,in_w*max(1\,sar*2304/2425))/2+0.5)*2:floor(min(600*min(97/54/dar\,1)\,in_h*max(2425/2304/sar\,1))/2+0.5)*2,setsar=1"
# Advanced scaling for specific output devices - how it works: # Advanced scaling for specific output devices - how it works:
# DW = display width (px) (1024) # DW = display width (px) (1024)