mirror of https://github.com/Chocobozzz/PeerTube
5 lines
290 B
HTML
5 lines
290 B
HTML
|
<div i18n class="transcoding-information" *ngIf="isTranscodingInformationDisplayed()">
|
||
|
The video quota only takes into account <strong>original</strong> video size. <br />
|
||
|
Since transcoding is enabled, videos size can be at most ~ {{ computeQuotaWithTranscoding() | bytes: 0 }}.
|
||
|
</div>
|