mirror of https://github.com/FFmpeg/FFmpeg.git
parent
9b80c51066
commit
e1674d7ef7
5 changed files with 84 additions and 0 deletions
@ -0,0 +1,17 @@ |
||||
vcodec=libvpx |
||||
g=120 |
||||
rc_lookahead=16 |
||||
quality=good |
||||
speed=0 |
||||
profile=1 |
||||
qmax=51 |
||||
qmin=11 |
||||
slices=4 |
||||
vb=2M |
||||
|
||||
#ignored unless using -pass 2 |
||||
maxrate=24M |
||||
minrate=100k |
||||
arnr_max_frames=7 |
||||
arnr_strength=5 |
||||
arnr_type=3 |
@ -0,0 +1,17 @@ |
||||
vcodec=libvpx |
||||
g=120 |
||||
rc_lookahead=25 |
||||
quality=good |
||||
speed=0 |
||||
profile=1 |
||||
qmax=51 |
||||
qmin=11 |
||||
slices=4 |
||||
vb=2M |
||||
|
||||
#ignored unless using -pass 2 |
||||
maxrate=24M |
||||
minrate=100k |
||||
arnr_max_frames=7 |
||||
arnr_strength=5 |
||||
arnr_type=3 |
@ -0,0 +1,16 @@ |
||||
vcodec=libvpx |
||||
g=120 |
||||
rc_lookahead=16 |
||||
quality=good |
||||
speed=0 |
||||
profile=0 |
||||
qmax=63 |
||||
qmin=0 |
||||
vb=768k |
||||
|
||||
#ignored unless using -pass 2 |
||||
maxrate=1.5M |
||||
minrate=40k |
||||
arnr_max_frames=7 |
||||
arnr_strength=5 |
||||
arnr_type=3 |
@ -0,0 +1,17 @@ |
||||
vcodec=libvpx |
||||
g=120 |
||||
rc_lookahead=16 |
||||
quality=good |
||||
speed=0 |
||||
profile=0 |
||||
qmax=51 |
||||
qmin=11 |
||||
slices=4 |
||||
vb=2M |
||||
|
||||
#ignored unless using -pass 2 |
||||
maxrate=24M |
||||
minrate=100k |
||||
arnr_max_frames=7 |
||||
arnr_strength=5 |
||||
arnr_type=3 |
@ -0,0 +1,17 @@ |
||||
vcodec=libvpx |
||||
g=120 |
||||
rc_lookahead=25 |
||||
quality=good |
||||
speed=0 |
||||
profile=0 |
||||
qmax=51 |
||||
qmin=11 |
||||
slices=4 |
||||
vb=2M |
||||
|
||||
#ignored unless using -pass 2 |
||||
maxrate=24M |
||||
minrate=100k |
||||
arnr_max_frames=7 |
||||
arnr_strength=5 |
||||
arnr_type=3 |
Loading…
Reference in new issue