mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
feat(video-clip): add video-clip page with video preview + logs
This commit is contained in:
parent
2065ebbee5
commit
42538dd757
11 changed files with 106 additions and 14 deletions
|
|
@ -53,7 +53,7 @@ class SchedulerController extends Controller
|
|||
|
||||
if ($exitCode === 0) {
|
||||
// success, video was generated
|
||||
$scheduledClip->setMedia($clipper->videoClipOutput);
|
||||
$scheduledClip->setMedia($clipper->videoClipFilePath);
|
||||
(new ClipModel())->update($scheduledClip->id, [
|
||||
'media_id' => $scheduledClip->media_id,
|
||||
'status' => 'passed',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue