blob: b975ab17fd133908589a1ceb33cad0c9fff61d71 (
plain) (
tree)
|
|
<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>
|