Back to Peertube

Video Studio.Component

client/src/app/+videos-publish-manage/shared-manage/studio/video-studio.component.html

8.2.0692 B
Original Source

Studio

@if (getUnavailability()) { {{ getUnavailability() }}} @else {

CUT VIDEO

Set a new start/end.

New start

New end

ADD INTRO

Concatenate a file at the beginning of the video.

ADD OUTRO

Concatenate a file at the end of the video.

ADD WATERMARK

Add a watermark image to the video.

REMOVE SEGMENTS

Remove specific segments of the video. Each segment requires a start and end time. @for (_ of removeSegments; track $index; let i = $index) { Segment {{ i + 1 }} to remove

Start

End

} Add segment to remove

Original video

@if (!noEdit()) {

Edits to apply:

@for (task of videoEdit.getStudioTasksSummary(); track task) { 1. {{ task }} }

} }