Fix #66 : Allow single pass encoding

This commit is contained in:
Romain Neutron 2013-10-10 13:27:06 +02:00
commit 5da128acaa
3 changed files with 55 additions and 25 deletions

View file

@ -17,10 +17,11 @@
}
],
"require": {
"php" : ">=5.3.3",
"alchemy/binary-driver" : "~1.5",
"doctrine/cache" : "~1.0",
"evenement/evenement" : "~1.0"
"php" : ">=5.3.3",
"alchemy/binary-driver" : "~1.5",
"doctrine/cache" : "~1.0",
"evenement/evenement" : "~1.0",
"neutron/temporary-filesystem" : "~2.1, >=2.1.1"
},
"suggest": {
"php-ffmpeg/extras" : "A compilation of common audio & video drivers for PHP-FFMpeg"