33 lines
887 B
JSON
33 lines
887 B
JSON
{
|
|
"name": "php-ffmpeg/php-ffmpeg",
|
|
"type": "library",
|
|
"description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
|
|
"keywords": ["video processing", "video", "audio processing", "audio", "avconv", "ffmpeg", "avprobe", "ffprobe"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Romain Neutron",
|
|
"email": "imprec@gmail.com",
|
|
"homepage": "http://www.lickmychip.com/"
|
|
},
|
|
{
|
|
"name": "Phraseanet Team",
|
|
"email": "info@alchemy.fr",
|
|
"homepage": "http://www.phraseanet.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/process": ">2.0",
|
|
"monolog/monolog": "1.0.*"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/php-cs-fixer": "master",
|
|
"sami/sami": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"FFMpeg": "src"
|
|
}
|
|
}
|
|
}
|