Back to Peertube

Video Generate Download.Component

client/src/app/shared/shared-video-miniature/download/video-generate-download.component.html

8.1.5416 B
Original Source

@if (originalVideoFile()) { Original file {{ originalVideoFile().size | bytes: 1 }} | {{ originalVideoFile().width }}x{{ originalVideoFile().height }} } @for (file of videoFiles; track file.id) { {{ getLabel(file) }} {{ getFileSize(file) | bytes: 1 }} @if (file.width) { | {{ file.width }}x{{ file.height }} } @if (file.fps && file.fps >= 50) { | {{ file.fps }}fps } } @if (hasAudioSplitted()) {

}