mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
feat(video-clips): generate subtitles clip using transcript json to have subtitles accross video
This commit is contained in:
parent
958c1213ed
commit
3ce07e455d
3 changed files with 86 additions and 13 deletions
|
|
@ -15,12 +15,12 @@ use CodeIgniter\Files\File;
|
|||
|
||||
class Transcript extends BaseMedia
|
||||
{
|
||||
public ?string $json_path = null;
|
||||
|
||||
public ?string $json_url = null;
|
||||
|
||||
protected string $type = 'transcript';
|
||||
|
||||
protected ?string $json_path = null;
|
||||
|
||||
protected ?string $json_url = null;
|
||||
|
||||
public function initFileProperties(): void
|
||||
{
|
||||
parent::initFileProperties();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue