-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
22 lines (22 loc) · 1.02 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "tbetool/ffmpeg-music-combine",
"type": "library",
"description": "Combine multiple music files using FFMPEG in PHP. Each music file can be combined at specific start position",
"keywords": ["ffmpeg", "php ffmpeg", "ffmpeg music combine", "ffmpeg php music combine", "combine mp3", "combine multiple mp3 files", "concatenate mp3 files", "concatenate audio files", "concatenate audio file using ffmpeg", "concatenate audio file using php ffmpeg", "concatenate audio at specific start position", "concate multiple mp3 audio at specific points", "ffmp audio concate", "ffmpeg mp3 concate", "Anuj Sharma", "TBE", "Anuj TBE"],
"homepage": "http://thebornengineer.com",
"authors": [
{
"name": "Anuj Sharma",
"email": "[email protected]",
"homepage": "https://anujsh.in",
"role": "Developer"
}
],
"require": {
"php": ">=5.5",
"james-heinrich/getid3": "^1.9"
},
"autoload": {
"psr-4": {"TBETool\\": "src/"}
}
}