@use('App\Models\Video') @extends('layouts.user') @section('title', 'Edit Subtitle') @section('content') {{ Breadcrumbs::render('edit_subtitle', $subtitle) }} @if ($errors->any())

Oups some fields are incorrect

@endif

Subtitle Detail

@method('PUT') @csrf
Details

Choose the name which will be displayed on the video player
/ {{config('validation.subtitle.name.max')}}
File

A subtitle or closed caption file contains the text of what is said in the video. It also contains time codes for when each line of text should be displayed. Some files also include position and style info, which is especially useful for deaf or hard of hearing viewers.

We only support WebVTT format for now.

For more information about WebVTT format please consult this link

Download current file
Video Link {{$video->route}}
Video title
{{$video->title}}
File size
@size($video->size)
Video ID
{{$video->uuid}}
Cancel
@endsection