setName('sv_video_task') ->setDescription('短视频生成'); } protected function execute(Input $input, Output $output) { SvVideoSettingLogic::check(); SvVideoTaskLogic::compositeAudioCron(); SvVideoTaskLogic::compositeVideoCron(); return true; } }