Merge branch 'v0.1'

This commit is contained in:
Romain Neutron 2013-02-07 12:13:24 +01:00
commit 2492a07705
2 changed files with 5 additions and 1 deletions

View file

@ -33,5 +33,10 @@
"psr-0": {
"FFMpeg": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}

View file

@ -366,7 +366,6 @@ class FFMpeg extends Binary
->add('-refs')->add('6')->add('-coder')->add('1')->add('-qmin')
->add('10')->add('-qmax')->add('51')
->add('-sc_threshold')->add('40')->add('-flags')->add('+loop')
->add('-cmp')->add('+chroma')
->add('-me_range')->add('16')->add('-subq')->add('7')
->add('-i_qfactor')->add('0.71')->add('-qcomp')->add('0.6')
->add('-qdiff')->add('4')