Commit 7c8a3ab0 authored by superdump's avatar superdump

Be consistent and use b-frames throughout the presets to avoid confusion about

whether they have to be specified in the first pass as well. Also use
b_strategy=2 in hq and max presets to further improve compression efficiency.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16476 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3556d83d
...@@ -14,6 +14,7 @@ qcomp=0.6 ...@@ -14,6 +14,7 @@ qcomp=0.6
qmin=10 qmin=10
qmax=51 qmax=51
qdiff=4 qdiff=4
bf=4
refs=1 refs=1
directpred=3 directpred=3
trellis=0 trellis=0
......
...@@ -9,12 +9,12 @@ g=250 ...@@ -9,12 +9,12 @@ g=250
keyint_min=25 keyint_min=25
sc_threshold=40 sc_threshold=40
i_qfactor=0.71 i_qfactor=0.71
b_strategy=1 b_strategy=2
qcomp=0.6 qcomp=0.6
qmin=10 qmin=10
qmax=51 qmax=51
qdiff=4 qdiff=4
bf=16 bf=4
refs=4 refs=4
directpred=3 directpred=3
trellis=1 trellis=1
......
...@@ -9,12 +9,12 @@ g=250 ...@@ -9,12 +9,12 @@ g=250
keyint_min=25 keyint_min=25
sc_threshold=40 sc_threshold=40
i_qfactor=0.71 i_qfactor=0.71
b_strategy=1 b_strategy=2
qcomp=0.6 qcomp=0.6
qmin=10 qmin=10
qmax=51 qmax=51
qdiff=4 qdiff=4
bf=16 bf=4
refs=16 refs=16
directpred=3 directpred=3
trellis=2 trellis=2
......
...@@ -14,7 +14,7 @@ qcomp=0.6 ...@@ -14,7 +14,7 @@ qcomp=0.6
qmin=10 qmin=10
qmax=51 qmax=51
qdiff=4 qdiff=4
bf=16 bf=4
refs=2 refs=2
directpred=3 directpred=3
trellis=0 trellis=0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment