blob: 78beca44feef687bcebfdc6569c3f3651063f6ff [file] [log] [blame]
{
"name": "TS2MP4",
"version": "0.1.0",
"summary": "TS2MP4 allow you to convert TS files to MP4 files.",
"homepage": "https://github.com/Keemotion/TS2MP4",
"description": " TS2MP4 allow you to convert TS files into MP4 files. It can also concatenate multiple TS files into a single MP4 file.\n The conversion of a TS file into a MP4 file is done in two steps.\n\n The first step is the demuxing of the TS files. It consist of extracting the audio and the video elementary streams of the TS files and saving them into two distinct files on the disk.\n\n The second step is the muxing of the two elementary streams. It consist of assemble the two elementary streams into one MP4 file.\n\n The concatenation of multiple TS files into a single MP4 file follow the same steps but the elementary streams are concatenated.\n\n The demuxing step is achieve by using a modified version of tsdemux 1.52 (http://code.google.com/p/tsdemuxer/downloads/list)\n\n The muxing step rely on the libgpac library (http://gpac.wp.mines-telecom.fr/) distributed as a Pod (GPAC4iOS)\n",
"license": "GPLv2",
"authors": [
"Jonathan Gailliez",
"Damien Leroy",
"Anton Burdinuk",
"GPAC"
],
"source": {
"git": "https://github.com/Keemotion/TS2MP4.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"GPAC4iOS": [
"0.1.0"
]
},
"libraries": [
"z",
"stdc++"
],
"source_files": "Classes/**/*.{h,m,mm,cpp,c}",
"prefix_header_file": "Project/TS2MP4/TS2MP4-Prefix.pch",
"xcconfig": {
"CLANG_ENABLE_MODULES": "NO"
}
}