Skip to content

Commit

Permalink
Update x264 presets. Patch by Lou Logan <[email protected]>
Browse files Browse the repository at this point in the history
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23879 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
  • Loading branch information
darkshikari committed Jun 29, 2010
1 parent 29b627b commit 0471b15
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ffpresets/libx264-superfast.ffpreset
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ directpred=1
trellis=0
flags2=+bpyramid-mixed_refs+wpred+dct8x8+fastpskip-mbtree
wpredp=0
rc_lookahead=0
1 change: 1 addition & 0 deletions ffpresets/libx264-superfast_firstpass.ffpreset
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ directpred=1
trellis=0
flags2=+bpyramid-mixed_refs+wpred-dct8x8+fastpskip-mbtree
wpredp=0
rc_lookahead=0
1 change: 1 addition & 0 deletions ffpresets/libx264-ultrafast.ffpreset
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ trellis=0
flags2=-bpyramid-mixed_refs-wpred-dct8x8+fastpskip-mbtree
wpredp=0
aq_mode=0
rc_lookahead=0
1 change: 1 addition & 0 deletions ffpresets/libx264-ultrafast_firstpass.ffpreset
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ trellis=0
flags2=-bpyramid-mixed_refs-wpred-dct8x8+fastpskip-mbtree
wpredp=0
aq_mode=0
rc_lookahead=0
3 changes: 2 additions & 1 deletion ffpresets/libx264-veryfast.ffpreset
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ bf=3
refs=1
directpred=1
trellis=0
flags2=+bpyramid-mixed_refs+wpred+dct8x8+fastpskip-mbtree
flags2=+bpyramid-mixed_refs+wpred+dct8x8+fastpskip
wpredp=0
rc_lookahead=10
3 changes: 2 additions & 1 deletion ffpresets/libx264-veryfast_firstpass.ffpreset
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ bf=3
refs=1
directpred=1
trellis=0
flags2=+bpyramid-mixed_refs+wpred-dct8x8+fastpskip-mbtree
flags2=+bpyramid-mixed_refs+wpred-dct8x8+fastpskip
wpredp=0
rc_lookahead=10

0 comments on commit 0471b15

Please sign in to comment.