Skip to content

Stitching support

Compare
Choose a tag to compare
@qencode-dev qencode-dev released this 25 May 16:48
· 33 commits to master since this release

Added stitching support and examples:

$task->AddStitchVideoItem($video1_url);
$videoItem = $task->AddStitchVideoItem($video2_url);
$videoItem->start_time = 30.0;
$videoItem->duration = 10.0;