Back to Peertube

Video Studio.Component

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

8.1.5456 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.

Original video

@if (!noEdit()) {

Edits to apply:

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

} }