I have JSON data appearing like
{
"videoFile":"https://drive.google.com/open?id=1yDiew9tq7p7Ro-nPFExHJn_iV5c8ZXfc",
"recordings":[
{
"cueOut" : 1.8599773242630386,
"cueIn" : 0,
"end" : 1.8599773242630386,
"start" : 0,
"file" : "https://drive.google.com/open?id=18WI6VjwA_WhUuT6KOWx4cBEeRML-5Fjx"
},
{
"cueOut" : 1.8599773242630386,
"cueIn" : 0,
"end" : 5.384468324263039,
"start" : 3.524491,
"file" : "https://drive.google.com/open?id=1BnKvUe9zq3AZ86cHgeV8aYdgHW_CL4QZ"
}
]
}
I need to convert JSON to AAF with essence and metadata. Please help.
I have JSON data appearing like
{
"videoFile":"https://drive.google.com/open?id=1yDiew9tq7p7Ro-nPFExHJn_iV5c8ZXfc",
"recordings":[
{
"cueOut" : 1.8599773242630386,
"cueIn" : 0,
"end" : 1.8599773242630386,
"start" : 0,
"file" : "https://drive.google.com/open?id=18WI6VjwA_WhUuT6KOWx4cBEeRML-5Fjx"
},
{
"cueOut" : 1.8599773242630386,
"cueIn" : 0,
"end" : 5.384468324263039,
"start" : 3.524491,
"file" : "https://drive.google.com/open?id=1BnKvUe9zq3AZ86cHgeV8aYdgHW_CL4QZ"
}
]
}
I need to convert JSON to AAF with essence and metadata. Please help.