Stitching support
Added stitching support and examples:
$task->AddStitchVideoItem($video1_url);
$videoItem = $task->AddStitchVideoItem($video2_url);
$videoItem->start_time = 30.0;
$videoItem->duration = 10.0;
Added stitching support and examples:
$task->AddStitchVideoItem($video1_url);
$videoItem = $task->AddStitchVideoItem($video2_url);
$videoItem->start_time = 30.0;
$videoItem->duration = 10.0;